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:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
openNextFile
- Throws:
IOException
-
skip
- Overrides:
skip
in classInputStream
- Throws:
IOException
-
closeCurrentFile
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-