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