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

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--edu.harvard.hul.ois.jhove.module.pdf.RunLengthFilterStream

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)
           
 
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 -