| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ImageReader objects read image headers to determine the image size.
Method Summary | |
int | getHeight() Return the image height. |
BufferedInputStream | getInputStream() Return the used InputStream. |
String | getMimeType() Return correspondig mime type. |
int | getWidth() Return the image width. |
boolean | verifySignature(BufferedInputStream bis) Verify image type. |
Method Detail |
public int getHeight()
public BufferedInputStream getInputStream()
public String getMimeType()
public int getWidth()
public boolean verifySignature(BufferedInputStream bis)
throws java.io.IOException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |