Class SVNTranslatorOutputStream
java.lang.Object
java.io.OutputStream
org.tmatesoft.svn.core.internal.wc.admin.SVNTranslatorOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate OutputStream
private ByteBuffer
private ByteBuffer
private SVNSubstitutor
-
Constructor Summary
ConstructorsConstructorDescriptionSVNTranslatorOutputStream
(OutputStream dst, byte[] eol, boolean repair, Map keywords, boolean expand) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
flush()
void
write
(byte[] b) void
write
(byte[] b, int off, int len) void
write
(int b) private static ByteBuffer
write
(ByteBuffer dst, byte[] bytes, int offset, int length) Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
mySubstitutor
-
myDst
-
mySrcBuffer
-
myDstBuffer
-
-
Constructor Details
-
SVNTranslatorOutputStream
public SVNTranslatorOutputStream(OutputStream dst, byte[] eol, boolean repair, Map keywords, boolean expand)
-
-
Method Details
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
-