Class FixedSizeInputStream
java.lang.Object
java.io.InputStream
org.tmatesoft.svn.core.internal.util.FixedSizeInputStream
- 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, skip, skipNBytes, transferTo
-
Field Details
-
myLength
private long myLength -
mySource
-
-
Constructor Details
-
FixedSizeInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream
-
consumeRemaining
- Throws:
IOException
-