javax.imageio.stream
public class MemoryCacheImageInputStream extends ImageInputStreamImpl
| Constructor Summary | |
|---|---|
| MemoryCacheImageInputStream(InputStream stream) | |
| Method Summary | |
|---|---|
| void | close() |
| void | flushBefore(long position) |
| boolean | isCached() |
| boolean | isCachedFile() |
| boolean | isCachedMemory() |
| int | read() |
| int | read(byte[] data, int offset, int len) |
| void | seek(long position) |