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