public static class PdfMaker.Stream extends PdfMaker.PdfObject
Modifier and Type | Field and Description |
---|---|
protected boolean |
doDeflate |
protected byte[] |
outputData |
parent
Modifier | Constructor and Description |
---|---|
protected |
Stream() |
|
Stream(byte[] data,
int offset,
int length,
PdfMaker maker) |
Modifier and Type | Method and Description |
---|---|
void |
writeContents(PdfMaker.PdfOutputStream out) |
protected void |
writeExtra(PdfMaker.PdfOutputStream out) |
getReference, prepareForWrite, writeAsObject
public Stream(byte[] data, int offset, int length, PdfMaker maker)
protected Stream()
protected void writeExtra(PdfMaker.PdfOutputStream out) throws IOException
IOException
public void writeContents(PdfMaker.PdfOutputStream out) throws IOException
writeContents
in class PdfMaker.PdfObject
IOException