| Interface | Description |
|---|---|
| CCITTFaxTables | |
| DCTTables |
| Class | Description |
|---|---|
| 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
|
| Exception | Description |
|---|---|
| ASCII85FilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: PDFASCII85Exception
describtion:
change history:
|
| ASCIIHexFilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: ASCHexFilterException
describtion:
change history:
|
| Base64FilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: Base64FilterException
describtion:
change history:
|
| FilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: PDFFilterException
describtion:
change history:
|
| FlateFilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: FlateFilterException
describtion:
change history:
|
| LZWFilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: LZWFilterException
describtion:
change history:
|
| RunLengthFilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: RunLengthFilterException
describtion:
change history:
|
| TIFFFilterException |
package: com.adobe.internal.pdftoolkit.core.cos.util.filter
class: TIFFFilterException
describtion:
change history:
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved