public class SimpleImageInfo extends Object
| Constructor and Description |
|---|
SimpleImageInfo(byte[] bytes) |
SimpleImageInfo(File file) |
SimpleImageInfo(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getMimeType() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setMimeType(String mimeType) |
void |
setWidth(int width) |
String |
toString() |
public SimpleImageInfo(File file) throws IOException
IOExceptionpublic SimpleImageInfo(InputStream is) throws IOException
IOExceptionpublic SimpleImageInfo(byte[] bytes)
throws IOException
IOExceptionCopyright © 2018. All Rights Reserved.