Package com.samskivert.io

Various I/O related utilities.

See:
          Description

Class Summary
ByteArrayOutInputStream The byte array out/input stream is used for writing data to a byte array output stream and then obtaining an input stream that can read back the data written to the output stream without first having to copy it to a separate buffer.
ExtensiblePrintStream Wraps a supplied PrintStream to allow capturing all data written to the stream via the various print() and println() variants.
StreamUtil Convenience methods for streams.
 

Exception Summary
PersistenceException A persistence exception can be thrown when an error occurs in underlying persistence code.
 

Package com.samskivert.io Description

Various I/O related utilities.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.