Package com.partnersoft.v3x.io

Class Summary
AsynchronousStreamCopy A single AsynchronousStreamCopy job.
AsynchronousStreamCopyManager A manager for stream copies where the input and output streams may be provided at different times in different threads.
BitLib A general library for bit-flipping, endianness conversion, and other routine annoyances.
BufferPool This goober allows careful individuals a chance to optimize operations which require byte buffers by maintaining a pool of these buffers which are reused.
BufferPoolingDeflaterOutputStream An implementation of DeflaterOutputStream that utilizes pooled buffers.
BufferPoolingInflaterInputStream An implementation of InflaterInputStream that utilizes pooled buffers.
CaseInsensitiveStringComparator A comparator for strings that cares not what stupid case you have.
CaseInsensitiveTreeMap A TreeMap whose keys are strings and that is case-insensitive.
CompressionSwitchingInputStream An input stream that turns on and off compression on the fly.
CompressionSwitchingOutputStream An output stream that turns on and off compression on the fly.
CountingInputStream An input stream that counts off bytecount of all reads.
CountingOutputStream An output stream that counts off bytecount of all reads.
DelayedOpenFileInputStream An input stream that waits to open up a source file until data is requested.
DelayedOpenFileOutputStream An output stream that counts off bytecount of all reads.
FastDataInputStream A self-buffering data input stream.
FilesystemIterator Iterates through a directory tree, with one item for each matching file.
FullFilenameFilter  
InputLogger A runnable that takes an input stream and logs all inputs from it.
InputTosser A runnable that takes an input stream and discards all inputs from it.
IOLib General handy IO stuff.
IOLog Just a place for a singleton log for IO.
OpenAccessByteArrayOutputStream A ByteArrayOutputStream that you can get at the internal buffer of.
ProcessingQueue A little processing queue with its own thread.
RandomAccessFileInputStream  
StandardFormats  
TOF2Binary