Class SVNTranslatorInputStream
java.lang.Object
java.io.InputStream
org.tmatesoft.svn.core.internal.wc.admin.SVNTranslatorInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate InputStreamprivate byte[]private SVNSubstitutorprivate ByteBuffer -
Constructor Summary
ConstructorsConstructorDescriptionSVNTranslatorInputStream(InputStream source, byte[] eols, boolean repair, Map keywords, boolean expand) -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
mySource
-
myTranslatedBuffer
-
mySubstitutor
-
mySourceBuffer
private byte[] mySourceBuffer
-
-
Constructor Details
-
SVNTranslatorInputStream
public SVNTranslatorInputStream(InputStream source, byte[] eols, boolean repair, Map keywords, boolean expand)
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-