|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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(String uri,
BufferedInputStream bis)
Verify image type. |
| Method Detail |
public boolean verifySignature(String uri,
BufferedInputStream bis)
throws IOException
bis - Image buffered input stream
IOException - io errorpublic BufferedInputStream getInputStream()
public String getMimeType()
public int getHeight()
public int getWidth()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||