public class NewStreamObject extends DictObject
Modifier and Type | Field and Description |
---|---|
byte[] |
bytes |
boolean |
prefixWritten |
byte[] |
readyBytes |
StringBuilder |
stream |
entries
Constructor and Description |
---|
NewStreamObject(com.pd4ml.pdf.parser.Objects xref) |
NewStreamObject(com.pd4ml.pdf.parser.Objects xref,
boolean compress) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
pack(com.pd4ml.pdf.parser.PdfDoc doc) |
void |
print(byte[] bytes) |
void |
print(String string) |
String |
toString() |
void |
write(com.pd4ml.pdf.parser.CountingStream out,
com.pd4ml.pdf.parser.PdfDoc doc,
HashMap<Integer,Long> 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, equals, get, get, get, getInt, getObject, getPageObjects, has, isEmpty, remove, set, setToBeWritten, touch, values
getDict, hasStream, reassignParents, setStream
resolveReferences, storeOffset
public boolean prefixWritten
public StringBuilder stream
public byte[] bytes
public byte[] readyBytes
public NewStreamObject(com.pd4ml.pdf.parser.Objects xref)
public NewStreamObject(com.pd4ml.pdf.parser.Objects xref, boolean compress)
public String toString()
toString
in class DictObject
public void print(String string)
public void print(byte[] bytes)
public void pack(com.pd4ml.pdf.parser.PdfDoc doc)
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<Integer,Long> 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
Revision 4.0.15 / 20220727-0149