intarsys PDF library API

de.intarsys.pdf.st
Class COSObjectStream

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.st.COSObjectStream
All Implemented Interfaces:
ICOSObjectListener, IAttributeSupport

public class COSObjectStream
extends COSBasedObject

A COSStream containing other COSObjects.


Nested Class Summary
static class COSObjectStream.MetaClass
          The meta class implementation
 
Field Summary
static COSName CN_Type_ObjStm
           
static COSName DK_Extends
           
static COSName DK_First
           
static COSName DK_N
           
static COSObjectStream.MetaClass META
          The meta class instance
 
Method Summary
 int getFirst()
           
 int getN()
           
 COSObject loadObject(int index, COSDocumentParser parser)
           
 void parse(int index, COSDocumentParser parser)
           
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

META

public static final COSObjectStream.MetaClass META
The meta class instance


CN_Type_ObjStm

public static final COSName CN_Type_ObjStm

DK_First

public static final COSName DK_First

DK_N

public static final COSName DK_N

DK_Extends

public static final COSName DK_Extends
Method Detail

getFirst

public int getFirst()

getN

public int getN()

loadObject

public COSObject loadObject(int index,
                            COSDocumentParser parser)
                     throws IOException,
                            COSLoadException
Throws:
IOException
COSLoadException

parse

public void parse(int index,
                  COSDocumentParser parser)
           throws IOException,
                  COSLoadException
Throws:
IOException
COSLoadException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.