Package com.partnersoft.io

Interface Summary
FileActivityListener A listener that hears FileActivityEvents.
VFSModule Plugin module providing filesystem functionality to VFS.
 

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.
CachingVFSRandomAccess A caching wrapper for any VFSRandomAccess object.
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.
ExtensionFilter A filename filter that filters based on extensions.
ExtensionListFilter A filename filter that filters based on a list of extensions.
FileActivityEvent An event that notifies a listener of something happening with a specific file.
FileLib General handy file tools.
FilesystemIterator Iterates through a directory tree, with one item for each matching file.
FileVFSModule A VFS implementation based on regular files.
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-purpose I/O routines.
RandomAccessFileInputStream  
VFS A virtual file system; basically it makes file access transparent whether you are running directly or off of Java Web Start or some other weird setup.
VFSLib Various handy VFS methods.
VFSNode Describes a "file" or "directory" entry in a VFS.
VFSRandomAccess A random-access file in a VFS.
VFSTool A VFS-based file management tool.