public interface HighResImageWrapper
extends android.os.Parcelable
Image used for high resolution images.| Modifier and Type | Interface and Description |
|---|---|
static class |
HighResImageWrapper.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes wrapped image.
|
Image |
getImage()
Returns wrapped image.
|
void |
saveToFile(java.io.File file)
Saves image to given file.
|
void saveToFile(@NonNull
java.io.File file)
throws java.io.IOException
file - file to save image tojava.io.IOException - thrown if writing to file fails@NonNull Image getImage()
void dispose()