Class SpoolFile.SpoolInputStream
java.lang.Object
java.io.InputStream
org.tmatesoft.svn.core.internal.io.dav.http.SpoolFile.SpoolInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- SpoolFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
myCurrentFile
-
myCurrentSize
private long myCurrentSize -
myBufferOffset
private int myBufferOffset -
myCurrentInput
-
-
Constructor Details
-
SpoolInputStream
private SpoolInputStream()
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
openNextFile
- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
closeCurrentFile
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-