Class COSInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.pdfbox.cos.COSInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class COSInputStream extends FilterInputStream
An InputStream which reads from an encoded COS stream.
Author:
John Hewson
  • Method Details

    • getDecodeResult

      public DecodeResult getDecodeResult()
      Returns the result of the last filter, for use by repair mechanisms.
      Returns:
      the result of the decoding.