Class COSInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.pdfbox.cos.COSInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
An InputStream which reads from an encoded COS stream.
- Author:
- John Hewson
-
Field Summary
Fields inherited from class FilterInputStream
in -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of the last filter, for use by repair mechanisms.Methods inherited from class FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skipMethods inherited from class InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Method Details
-
getDecodeResult
Returns the result of the last filter, for use by repair mechanisms.- Returns:
- the result of the decoding.
-