Example usage for Java javax.imageio.stream ImageOutputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes the stream. |
void | flush() Discards the initial position of the stream prior to the current stream position. |
long | length() Returns the total length of the stream, if known. |
void | write(byte[] b, int off, int len) Writes a sequence of bytes to the stream at the current position. |