javax.imageio.stream
public class MemoryCacheImageOutputStream extends ImageOutputStreamImpl
| Constructor Summary | |
|---|---|
| MemoryCacheImageOutputStream(OutputStream 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 | write(byte[] data, int offset, int len) |
| void | write(int value) |