| |
|
| java.lang.Object com.sun.media.jai.codecimpl.CodecUtils
CodecUtils | class CodecUtils (Code) | | A class for utility functions for codecs.
|
Method Summary | |
final static boolean | isPackedByteImage(RenderedImage im) Returns true if and only if im
has a SinglePixelPackedSampleModel with a
sample size of at most 8 bits for each of its bands.
Parameters: src - The RenderedImage to test. | final static IOException | toIOException(Exception cause) Converts the parameter exception to an IOException . |
ioExceptionInitCause | static Method ioExceptionInitCause(Code) | | The initCause() method of IOException
which is available from J2SE 1.4 onward.
|
isPackedByteImage | final static boolean isPackedByteImage(RenderedImage im)(Code) | | Returns true if and only if im
has a SinglePixelPackedSampleModel with a
sample size of at most 8 bits for each of its bands.
Parameters: src - The RenderedImage to test. Whether the image is byte-packed. |
|
|
|