Class COSInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class COSInputStream
    extends java.io.FilterInputStream
    An InputStream which reads from an encoded COS stream.
    Author:
    John Hewson
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DecodeResult getDecodeResult()
      Returns the result of the last filter, for use by repair mechanisms.
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDecodeResult

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