org.hccp.pdf
Class Stream

java.lang.Object
  |
  +--org.hccp.pdf.IndirectObject
        |
        +--org.hccp.pdf.Stream
All Implemented Interfaces:
DocumentObject

public class Stream
extends IndirectObject


Constructor Summary
Stream(int objectIdentifier, int generationNumber, byte[] data)
           
 
Methods inherited from class org.hccp.pdf.IndirectObject
getGenerationNumber, getIndirectObjectReference, getObjectIdentifier, getSize, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stream

public Stream(int objectIdentifier,
              int generationNumber,
              byte[] data)