Home » iText-src-2.1.3 » com.lowagie » text » pdf » codec »

com.lowagie.text.pdf.codec

Sub Packages:

com.lowagie.text.pdf.codec.postscript    
com.lowagie.text.pdf.codec.wmf    

Classes:

Base64  

Encodes and decodes to and from Base64 notation.

Homepage: http://iharder.net/base64.

Change Log:

  • v2.2.1 - Fixed bug using URL_SAFE and ORDERED encodings. 
code | html
Base64.InputStream   A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.  code | html
Base64.OutputStream   A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.  code | html
BmpImage   Reads a BMP image.  code | html
CCITTG4Encoder   Encodes data in the CCITT G4 FAX format.  code | html
GifImage   Reads gif images of all types.  code | html
GifImage.GifFrame     code | html
PngImage   Reads a PNG image.  code | html
PngImage.NewByteArrayOutputStream     code | html
TIFFConstants   A list of constants used in class TIFFImage.  code | html
TIFFDirectory   A class representing an Image File Directory (IFD) from a TIFF 6.0 stream.  code | html
TIFFFaxDecoder     code | html
TIFFField   A class representing a field in a TIFF 6.0 Image File Directory.  code | html
TIFFLZWDecoder   A class for performing LZW decoding.  code | html
TiffImage   Reads TIFF images  code | html