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 SVNCharsetConvertor
private boolean
private ByteBuffer
Fields 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:
write
in classFilterOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classFilterOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterOutputStream
- Throws:
IOException
-
toString
-