Class RunLengthInputStream

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

    public class RunLengthInputStream
    extends DecodeInputStream
    RunLengthInputStream Important: This filter assumes the input stream is an ISO/Latin-1 stream, of 1-byte (not Unicode) characters! Copyright (C) 1996 Adobe Systems Incorporated
    • Constructor Detail

      • RunLengthInputStream

        public RunLengthInputStream​(java.io.InputStream in,
                                    int inSize,
                                    int outSize,
                                    FilterParams diparams)
        Creates an input stream filter.
        Parameters:
        in - the input stream
      • RunLengthInputStream

        public RunLengthInputStream​(java.io.InputStream in,
                                    FilterParams p)
      • RunLengthInputStream

        public RunLengthInputStream​(java.io.InputStream in)