Documentation Contents |
CONTENTS | PREV | NEXT |
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:
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved. Please send comments using this Feedback page. |
Java Technology |