public interface IStreamingImageSource
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This will be called when resources are to be released.
|
InputStream |
getInputStream()
This must return the stream to use for this resource.
|
String |
getMimeType()
This MUST return the stream's mime type, which must be one of the supported formats (jpeg, gif, png)
|
int |
getSize()
Return the size in bytes of the stream.
|
String getMimeType()
int getSize()
throws Exception
ExceptionInputStream getInputStream() throws Exception
Exceptionvoid close()
Copyright © 2017 etc.to. All rights reserved.