Package | Description |
---|---|
com.pd4ml.pdf.parser.obj | |
com.pd4ml.pdf.parser.stream |
Modifier and Type | Field and Description |
---|---|
Stream |
StreamObject.stream |
Modifier and Type | Method and Description |
---|---|
void |
StreamObject.setStream(Stream stream) |
Constructor and Description |
---|
StreamObject(DictObject dictionary,
Stream stream) |
Modifier and Type | Class and Description |
---|---|
class |
ASCII85Stream |
class |
DecryptStream |
class |
FlateStream |
class |
NullStream |
class |
PredictorStream |
Modifier and Type | Method and Description |
---|---|
Stream |
Stream.makeSubStream(int start,
int length,
Dict dict) |
Constructor and Description |
---|
ASCII85Stream(Stream stream) |
DecryptStream(Stream stream,
com.pd4ml.pdf.parser.Crypto.CipherTransform cipherTransform) |
FlateStream(Stream stream) |
PredictorStream(Stream stream,
Dict params) |
Revision 4.0.15 / 20220727-0149