Package com.twelvemonkeys.io
package com.twelvemonkeys.io
-
ClassDescriptionA Reader implementation that can read from multiple sources.An unsynchronized
ByteArrayOutputStreamimplementation.ASeekableInputStreamimplementation that caches data in a temporaryFile.Deprecated.ASeekableInputStreamimplementation that uses random access directly to aFile.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 forRandomAccessFilethat is capable of reading and writing data in little endian byte order.ASeekableInputStreamimplementation that caches data in memory.AnInputStreamthat contains no bytes.AnOutputStreamimplementation that works as a sink.A data stream that is both readable and writable, much like aRandomAccessFile, except it may be backed by something other than a file.Interface for seekable streams.Abstract base class forInputStreams implementing theSeekableinterface.Abstract base class forOutputStreams implementing theSeekableinterface.StringArrayReaderAnInputStreamreading up to a specified number of bytes from an underlying stream.Wraps aWriterin anOutputStream.