Class ChunkedInputStream
java.lang.Object
java.io.InputStream
org.jenkinsci.plugins.publishoverdropbox.domain.ChunkedInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Limits access to a chunk of given size of an existing InputStream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ChunkedInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-