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:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
-
consumeRemaining
- Throws:
IOException
-