edu.harvard.hul.ois.jhove.module.pdf
Class RunLengthFilterStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by edu.harvard.hul.ois.jhove.module.pdf.RunLengthFilterStream
All Implemented Interfaces:
java.io.Closeable

public class RunLengthFilterStream
extends java.io.FilterInputStream

This is a stub which may be implemented in the future. It appears to be unnecessary for object streams and cross-reference streams created by any version of Acrobat through 7.0, and we don't look at other types of streams.

Author:
Gary McGath

Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
RunLengthFilterStream(java.io.InputStream in)
           
 
Method Summary
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunLengthFilterStream

public RunLengthFilterStream(java.io.InputStream in)
Parameters:
in -