Package com.adobe.internal.pdftoolkit.core.filter
package com.adobe.internal.pdftoolkit.core.filter
-
ClassDescriptionpackage: com.adobe.internal.pdftoolkit.core.cos.util.filter class: PDFASCII85Exception describtion: change history: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 IncorporatedASCII85OutputStream 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 Incorporatedpackage: com.adobe.internal.pdftoolkit.core.cos.util.filter class: ASCHexFilterException describtion: change history: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 IncorporatedASCIIHexOutputStream 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 IncorporatedBase64Engine This class provides Base64 Content-Transfer-Encoding encoding and decoding.Create an output stream that writes base64-encoded bytes to the supplied streampackage: com.adobe.internal.pdftoolkit.core.cos.util.filter class: Base64FilterException describtion: change history:A registry that enables clients to register their custom stream filters with us.DecodeInputStream Parent of PDF Filters contains common code Copyright (C) 1996-2005 Adobe Systems Incorporated Modification log: 6/10/96 McCreight -- initial version.package: com.adobe.internal.pdftoolkit.core.cos.util.filter class: PDFFilterException describtion: change history: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 parameterspackage: com.adobe.internal.pdftoolkit.core.cos.util.filter class: FlateFilterException describtion: change history:package: com.adobe.internal.pdftoolkit.core.cos.util.filter class: LZWFilterException describtion: change history:LZWInputStream Copyright (C) 1996-2005 Adobe Systems IncorporatedLZWOutputStreampackage: com.adobe.internal.pdftoolkit.core.cos.util.filter class: RunLengthFilterException describtion: change history: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 IncorporatedRunLengthOutputStream Important: This filter assumes the output stream is an ISO/Latin-1 stream, of 1-byte (not Unicode) characters! Copyright (C) 1996 Adobe Systems IncorporatedCounting wrapper for a TIFFInputStream or InflaterInputStreampackage: com.adobe.internal.pdftoolkit.core.cos.util.filter class: TIFFFilterException describtion: change history:TIFFInputStream Performs TIFF image filtering of an input streamTIFFOutputStream Performs TIFF image filtering of an output stream