javax.imageio.stream
public class FileCacheImageInputStream extends ImageInputStreamImpl
| Constructor Summary | |
|---|---|
| FileCacheImageInputStream(InputStream stream, File cacheDir) | |
| Method Summary | |
|---|---|
| void | close() |
| boolean | isCached() |
| boolean | isCachedFile() |
| boolean | isCachedMemory() |
| int | read() |
| int | read(byte[] data, int offset, int len) |