Copyright 2012-04-26 Werner Randelshofer

Package org.monte.media.io

Provides IO classes.

See:
          Description

Class Summary
AppendableByteArrayInputStream A ByteArrayInputStream which allows to replace the byte buffer underneath.
BoundedRangeInputStream This input stream implements the BoundedRangeModel and allows the observation of the input reading process.
ByteArrayImageInputStream A ByteArrayImageInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayImageOutputStream This class implements an image output stream in which the data is written into a byte array.
ImageInputStreamAdapter ImageInputStreamAdapter.
ImageInputStreamImpl2 ImageInputStreamImpl2 fixes bugs in ImageInputStreamImpl.
ImageOutputStreamAdapter Adapts an ImageOutputStream for classes requiring an OutputStream.
SeekableByteArrayOutputStream SeekableByteArrayOutputStream.
StreamPosTokenizer This extension of StreamTokenizer keeps track of the position of the tokens in the input stream, and it can parse hexadecimal numbers and double numbers with exponents.
SubImageInputStream SubImageInputStream.
SubImageOutputStream SubImageOutputStream.
UncachedImageInputStream An implementation of ImageInputStream that gets its input from a regular InputStream.
 

Package org.monte.media.io Description

Provides IO classes.

Version:
$Id: package-info.java 151 2012-01-13 20:29:55Z werner $
Author:
Werner Randelshofer

Copyright 2012-04-26 Werner Randelshofer