Package com.twelvemonkeys.io


package com.twelvemonkeys.io
  • Class
    Description
    A Reader implementation that can read from multiple sources.
    An unsynchronized ByteArrayOutputStream implementation.
    A SeekableInputStream implementation that caches data in a temporary File.
    Deprecated. 
    A SeekableInputStream implementation that uses random access directly to a File.
    A utility class with some useful file and i/o related methods.
    A little endian input stream reads two's complement, little endian integers, floating point numbers, and characters and returns them as Java primitive types.
    A little endian output stream writes primitive Java numbers and characters to an output stream in a little endian format.
    A replacement for RandomAccessFile that is capable of reading and writing data in little endian byte order.
    A SeekableInputStream implementation that caches data in memory.
    An InputStream that contains no bytes.
    An OutputStream implementation that works as a sink.
    A data stream that is both readable and writable, much like a RandomAccessFile, except it may be backed by something other than a file.
    Interface for seekable streams.
    Abstract base class for InputStreams implementing the Seekable interface.
    Abstract base class for OutputStreams implementing the Seekable interface.
    StringArrayReader
    An InputStream reading up to a specified number of bytes from an underlying stream.
    Wraps a Writer in an OutputStream.