CONTENTS | PREV | NEXT | JavaTM Image I/O API Guide |
The standard classes in thejavax.imageio.stream
package are able to createImageInputStream
s andImageOutputStream
s that:
It is possible to write new implementations ofImageInputStream
and InmageOutputStream that interface with other I/O primitives (for example, databases or future fast I/O interfaces). TheImageInputStreamImpl
andImageOutputStreamImpl
classes provide a base for subclassing. Only a handful of methods are required to be implemented by the subclass, although it is possible to implement more for greater efficiency: