| ASCII85InputStream |
ASCII85InputStream
Reads data coded in ASCII85
Important: This filter assumes the input stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996-2005 Adobe Systems Incorporated
|
| ASCII85OutputStream |
ASCII85OutputStream
Writes data coded in ASCII85
Important: This filter assumes the output stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996-2005 Adobe Systems Incorporated
|
| ASCIIHexInputStream |
ASCIIHexInputStream
Reads data coded as Hex (2 hex bytes per byte of data)
Important: This filter assumes the input stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996-2005 Adobe Systems Incorporated
|
| ASCIIHexOutputStream |
ASCIIHexOutputStream
Writes data coded as Hex (2 hex bytes per byte of data)
Important: This filter assumes the output stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996-2005 Adobe Systems Incorporated
|
| Base64Engine |
Base64Engine
This class provides Base64 Content-Transfer-Encoding encoding and decoding.
|
| Base64Engine.EncodedOutputStream |
Create an output stream that writes base64-encoded bytes to the supplied stream
|
| Base64Engine.InputEncodeStream |
|
| Base64Engine.OutputDecodeStream |
|
| CCITTFaxInputStream |
|
| CCITTFaxOutputStream |
|
| CustomFilterRegistry |
A registry that enables clients to register their custom stream filters
with us.
|
| DCTInputStream |
|
| DecodeInputStream |
DecodeInputStream
Parent of PDF Filters
contains common code
Copyright (C) 1996-2005 Adobe Systems Incorporated
Modification log:
6/10/96 McCreight -- initial version.
|
| FilterParams |
A class to hold parameters for Stream filters
This is just a HashTable, but all the keywords are defined here
Modification log:
6/17/98 Marc Kaufman - new Class, Hashtable for parameters
|
| FilterStream |
|
| FlateInputStream |
|
| FlateOutputStream |
|
| LZWInputStream |
LZWInputStream
Copyright (C) 1996-2005 Adobe Systems Incorporated
|
| LZWOutputStream |
LZWOutputStream
|
| RunLengthInputStream |
RunLengthInputStream
Important: This filter assumes the input stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996 Adobe Systems Incorporated
|
| RunLengthOutputStream |
RunLengthOutputStream
Important: This filter assumes the output stream is an ISO/Latin-1
stream, of 1-byte (not Unicode) characters!
Copyright (C) 1996 Adobe Systems Incorporated
|
| TIFFCountingStreamWrapper |
Counting wrapper for a TIFFInputStream or InflaterInputStream
|
| TIFFInputStream |
TIFFInputStream
Performs TIFF image filtering of an input stream
|
| TIFFOutputStream |
TIFFOutputStream
Performs TIFF image filtering of an output stream
|