| |
|
| java.lang.Object de.intarsys.pdf.cos.COSDocumentElement de.intarsys.pdf.cos.COSObject de.intarsys.pdf.cos.COSCompositeObject de.intarsys.pdf.cos.COSObjectProxy
COSObjectProxy | abstract public class COSObjectProxy extends COSCompositeObject implements Cloneable(Code) | | A "proxy object" used to intercept the visitor callback from the serializer.
|
ended | public void ended(COSWriter writer) throws IOException(Code) | | Attention: The user must handle encryption by himself. The COSWriter
doesn't handle encryption in this state.
Parameters: writer - throws: IOException - |
getLength | public int getLength()(Code) | | The length within the data stream for the serialization of this.
The length within the data stream for the serialization of this. |
getObject | public COSObject getObject()(Code) | | The object represented by this.
The object represented by this. |
getPosition | public long getPosition()(Code) | | The position within the data stream for the serialization of this.
The position within the data stream for the serialization ofthis. |
reserveData | public void reserveData(int pLength)(Code) | | Reserve length bytes for the serialization of this.
Parameters: pLength - Number of bytes to be reserved. |
setPosition | public void setPosition(long position)(Code) | | Assign the position within the data stream.
Parameters: position - The position within the data stream. |
Fields inherited from de.intarsys.pdf.cos.COSCompositeObject | protected List objectListeners(Code)(Java Doc)
|
|
|
|