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:
skipin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
flushBuffer
public void flushBuffer()
-