public class JPGReader extends ImageReader
Modifier and Type | Field and Description |
---|---|
static byte[] |
ADOBE_ID |
static java.lang.String |
ICC_PROFILE_ID |
bitsPerPixel, bytesPerScanLine, height, param, rgbColorPalette, width
Constructor and Description |
---|
JPGReader() |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
read(java.io.InputStream is) |
java.awt.image.BufferedImage |
read1(java.io.InputStream is) |
getFrameCount, getFrames, getImageParam
public static final byte[] ADOBE_ID
public static final java.lang.String ICC_PROFILE_ID
public java.awt.image.BufferedImage read1(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception
public java.awt.image.BufferedImage read(java.io.InputStream is) throws java.lang.Exception
read
in class ImageReader
java.lang.Exception