public class SVNCharsetOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
SVNCharsetOutputStream(OutputStream out,
Charset inputCharset,
Charset outputCharset,
CodingErrorAction malformedInputAction,
CodingErrorAction unmappableCharAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
String |
toString() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public SVNCharsetOutputStream(OutputStream out, Charset inputCharset, Charset outputCharset, CodingErrorAction malformedInputAction, CodingErrorAction unmappableCharAction)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2025. All rights reserved.