Class SVNCharsetOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.tmatesoft.svn.core.internal.util.SVNCharsetOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private SVNCharsetConvertorprivate booleanprivate ByteBufferFields inherited from class java.io.FilterOutputStream
out -
Constructor Summary
ConstructorsConstructorDescriptionSVNCharsetOutputStream(OutputStream out, Charset inputCharset, Charset outputCharset, CodingErrorAction malformedInputAction, CodingErrorAction unmappableCharAction) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
EMPTY_ARRAY
private static final byte[] EMPTY_ARRAY -
myCharsetConvertor
-
myOutputBuffer
-
myFlushed
private boolean myFlushed
-
-
Constructor Details
-
SVNCharsetOutputStream
public SVNCharsetOutputStream(OutputStream out, Charset inputCharset, Charset outputCharset, CodingErrorAction malformedInputAction, CodingErrorAction unmappableCharAction)
-
-
Method Details
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classFilterOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterOutputStream- Throws:
IOException
-
toString
-