public class PdfStream extends PdfObject
Constructor and Description |
---|
PdfStream(PdfDict d,
ByteBuffer bb) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
void |
decompress() |
boolean |
equals(Object obj) |
ByteBuffer |
getBuffer() |
PdfObject |
getDecodeParms() |
PdfDict |
getDictionary() |
PdfObject |
getFilters() |
void |
setBuffer(ByteBuffer bb) |
String |
toString() |
getGenerationNumber, getObjectNumber, setGenerationNumber, setObjectNumber
public PdfStream(PdfDict d, ByteBuffer bb)
public ByteBuffer getBuffer()
public PdfDict getDictionary()
public void setBuffer(ByteBuffer bb)
public void decompress() throws IOException, PdfException
IOException
PdfException
public PdfObject getFilters()
public PdfObject getDecodeParms()