| Package | Description |
|---|---|
| com.etymon.pj | |
| com.etymon.pj.object |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
StreamParser.parse(PjStream stream) |
| Modifier and Type | Method and Description |
|---|---|
PjStream |
PjStream.ascii85Decode()
Decode this stream if it is compressed with the Ascii85
algorithm.
|
PjStream |
PjStream.flateCompress()
Compress this stream with the Flate algorithm if it is not
already compressed.
|
PjStream |
PjStream.flateDecompress()
Decompresses this stream if it is compressed with the Flate
algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PjFontDescriptor.setFontFile(PjStream fontFile) |
void |
PjFontDescriptor.setFontFile2(PjStream fontFile2) |
void |
PjFontDescriptor.setFontFile3(PjStream fontFile3) |
void |
PjResources.setPattern(PjStream pattern) |