站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

com.sun.image.codec.jpeg (Other API Bundled with the Java 2 SDK) - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档


Package com.sun.image.codec.jpeg

Provides classes for encoding and decoding JPEG images.

See:
          Description

Interface Summary
JPEGDecodeParam JPEGDecodeParam encapsulates tables and options necessary to control decoding JPEG datastreams.
JPEGEncodeParam JPEGEncodeParam encapsulates tables and options necessary to control encoding of JPEG data streams.
JPEGImageDecoder This interface describes a JPEG data stream decoder.
JPEGImageEncoder JPEGImageEncoder encodes buffers of image data into JPEG data streams.
 

Class Summary
JPEGCodec This class is a factory for implementations of the JPEG Image Decoder/Encoder.
JPEGHuffmanTable A class to encapsulate a JPEG Huffman table.
JPEGQTable Class to encapsulate the JPEG quantization tables.
 

Exception Summary
ImageFormatException Signals that an Image Format exception of some sort has occurred.
TruncatedFileException Signals that a truncated file was detected.
 

Package com.sun.image.codec.jpeg Description

Provides classes for encoding and decoding JPEG images.



Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.