javax.imageio.stream
public class FileCacheImageOutputStream extends ImageOutputStreamImpl
Constructor Summary | |
---|---|
FileCacheImageOutputStream(OutputStream s, File cacheDir) |
Method Summary | |
---|---|
void | close() |
void | flushBefore(long pos) |
boolean | isCached() |
boolean | isCachedFile() |
boolean | isCachedMemory() |
long | length() |
int | read() |
int | read(byte[] data, int offset, int len) |
void | seek(long pos) |
void | write(byte[] data, int offset, int len) |
void | write(int value) |