Package jpl.mipl.io.streams

Stream I/O utilities.

See:
          Description

Class Summary
DataInputStreamWrapper This class wraps an object implementing DataInput into an InputStream.
DataOutputStreamWrapper This class wraps an object implementing DataOutput into an OutputStream.
FixedByteArrayOutputStream This class implements an output stream in which the data is written into a constant, fixed-length byte array.
FixedLengthInputStream This class wraps another InputStream and gives it a fixed, maximum length.
FixedLengthOutputStream This class wraps another OutputStream and gives it a fixed, maximum length.
ImageInputStreamStride This class implements the multi-element read functions of ImageInputStream but with the addition of an extra parameter, which specifies the pixel stride in the array.
ImageOutputStreamStride This class implements the multi-element write functions of ImageOutputStream but with the addition of an extra parameter, which specifies the pixel stride in the array.
RandomAccessFileInputStream This class wraps a RandomAccessFile into an InputStream.
RandomAccessFileOutputStream This class wraps a RandomAccessFile into an OutputStream.
 

Package jpl.mipl.io.streams Description

Stream I/O utilities. Contains miscellaneous I/O stream-related support classes (filtering streams, fixed-length streams, wrappers, etc).