Java javax.imageio.stream ImageOutputStream fields, constructors, methods, implement or subclass

Example usage for Java javax.imageio.stream ImageOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.imageio.stream ImageOutputStream.

The text is from its open source code.

Method

voidclose()
Closes the stream.
voidflush()
Discards the initial position of the stream prior to the current stream position.
longlength()
Returns the total length of the stream, if known.
voidwrite(byte[] b, int off, int len)
Writes a sequence of bytes to the stream at the current position.