Package org.dellroad.stuff.io

I/O-related classes.

See:
          Description

Interface Summary
AsyncInputStream.Listener Callback interface required by AsyncInputStream.
NullModemInputStream.WriteCallback Callback interface used by NullModemInputStream.
NullModemOutputStream.ReadCallback Callback interface used by NullModemOutputStream.
 

Class Summary
AsyncInputStream Performs asynchonous reads on an InputStream and notifies of input events.
AsyncOutputStream An OutputStream that performs writes using a background thread, so that write, flush, and close operations never block.
HardLink Supports hard-linking of files on UNIX systems.
InputStreamReader Reads zero or more InputStreams serialized inside an underlying InputStream by an OutputStreamWriter.
NullModemInputStream Presents an InputStream interface given a NullModemInputStream.WriteCallback that can write to an OutputStream.
NullModemOutputStream Presents an OutputStream interface given a NullModemOutputStream.ReadCallback that can read from an InputStream.
OutputStreamWriter Serializes zero or more OutputStreams inside a single underlying OutputStream.
 

Exception Summary
BufferOverflowException Thrown by AsyncOutputStream when its buffer overflows.
 

Package org.dellroad.stuff.io Description

I/O-related classes.