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 OutputStreamprivate ByteBufferprivate ByteBufferprivate SVNSubstitutor -
Constructor Summary
ConstructorsConstructorDescriptionSVNTranslatorOutputStream(OutputStream dst, byte[] eol, boolean repair, Map keywords, boolean expand) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b) private static ByteBufferwrite(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:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
-