Example usage for Java javax.imageio.stream MemoryCacheImageOutputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
MemoryCacheImageOutputStream(OutputStream stream) Constructs a MemoryCacheImageOutputStream that will write to a given OutputStream . |
void | close() Closes this MemoryCacheImageOutputStream . |
void | flush() |
void | writeBits(long bits, int numBits) |