Class RunLengthInputStream

All Implemented Interfaces:
Closeable, 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 Details

    • RunLengthInputStream

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

      public RunLengthInputStream(InputStream in, FilterParams p)
    • RunLengthInputStream

      public RunLengthInputStream(InputStream in)
  • Method Details