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 InputStream
private byte[]
private SVNSubstitutor
private 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:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-