Class SVNLogInputStream
java.lang.Object
java.io.InputStream
org.tmatesoft.svn.core.internal.util.SVNLogInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
myLog
-
myIn
-
-
Constructor Details
-
SVNLogInputStream
-
-
Method Details
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
flushBuffer
public void flushBuffer()
-