Module org.monte.media
Package org.monte.media.io
package org.monte.media.io
Provides IO classes.
- Author:
- Werner Randelshofer
-
ClassesClassDescriptionA
ByteArrayInputStreamwhich allows to replace the byte buffer underneath.This input stream implements the BoundedRangeModel and allows the observation of the input reading process.AByteArrayImageInputStreamcontains an internal buffer that contains bytes that may be read from the stream.This class implements an image output stream in which the data is written into a byte array.FilterImageInputStream.ImageInputStreamAdapter.ImageInputStreamImpl2fixes bugs in ImageInputStreamImpl.Adapts anImageOutputStreamfor classes requiring anOutputStream.IOStreams.SeekableByteArrayOutputStream.This extension ofStreamTokenizerkeeps track of the position of the tokens in the input stream, and it can parse hexadecimal numbers and double numbers with exponents.SubImageInputStream.SubImageOutputStream.An implementation ofImageInputStreamthat gets its input from a regularInputStream.