java.lang.Object
java.io.InputStream
org.sejda.io.SeekableSourceInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Bridge between
SeekableSource and InputStream-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
wrapped
-
-
Constructor Details
-
SeekableSourceInputStream
SeekableSourceInputStream(SeekableSource wrapped)
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
getSource
-