Package com.adobe.internal.pdftoolkit.core.filter


package com.adobe.internal.pdftoolkit.core.filter
  • Class
    Description
    package: 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 Incorporated
    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
    package: 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 Incorporated
    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 This class provides Base64 Content-Transfer-Encoding encoding and decoding.
    Create an output stream that writes base64-encoded bytes to the supplied stream
     
     
    package: 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 parameters
     
    package: 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 Incorporated
    LZWOutputStream
    package: 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 Incorporated
    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
    Counting wrapper for a TIFFInputStream or InflaterInputStream
    package: com.adobe.internal.pdftoolkit.core.cos.util.filter class: TIFFFilterException describtion: change history:
    TIFFInputStream Performs TIFF image filtering of an input stream
    TIFFOutputStream Performs TIFF image filtering of an output stream