public final class StreamObject extends DictObject
Modifier and Type | Field and Description |
---|---|
Stream |
stream |
entries
Constructor and Description |
---|
StreamObject(DictObject dictionary,
Stream stream) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List |
getPageObjects() |
int |
getType() |
void |
setStream(Stream stream) |
String |
toString() |
void |
write(com.pd4ml.pdf.parser.CountingStream out,
com.pd4ml.pdf.parser.PdfDoc doc,
HashMap objects,
com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) |
void |
write(com.pd4ml.pdf.parser.CountingStream out,
com.pd4ml.pdf.parser.PdfDoc doc,
long length) |
addAll, addEntry, assignXref, get, get, get, getInt, getObject, has, isEmpty, remove, set, setToBeWritten, touch, values
getDict, hasStream, reassignParents, setStream
resolveReferences, storeOffset
public Stream stream
public StreamObject(DictObject dictionary, Stream stream)
public boolean equals(Object o)
equals
in class DictObject
public void setStream(Stream stream)
public String toString()
toString
in class DictObject
public void write(com.pd4ml.pdf.parser.CountingStream out, com.pd4ml.pdf.parser.PdfDoc doc, long length) throws IOException
IOException
public void write(com.pd4ml.pdf.parser.CountingStream out, com.pd4ml.pdf.parser.PdfDoc doc, HashMap objects, com.pd4ml.pdf.parser.Crypto.CipherTransform cipher) throws IOException
write
in class DictObject
IOException
public int getType()
getType
in interface Obj
getType
in class DictObject
public List getPageObjects() throws com.pd4ml.pdf.parser.InvalidPdfFileFormatException
getPageObjects
in class DictObject
com.pd4ml.pdf.parser.InvalidPdfFileFormatException
Revision 4.0.15 / 20220727-0149