| Home >> All >> com >> eireneh >> [ io Javadoc ] |
com.eireneh.io: Javadoc index of package com.eireneh.io.
Package Samples:
com.eireneh.io
Classes:
ConnectedReader: ConnectedReader is for use in command line processing type applications where it is important to flush and output to the user beofre we ask for some input. This is a simplar concept to the C++ tie() method in the iostreams classes.
StackedInputStream: This class allows you to have a stack of inputs. When you try to read from the StackedInput you get the input from the top of the stack. When that is exausted, we move on to the next.
StackedReader: This class allows you to have a stack of inputs. When you try to read from the StackedInput you get the input from the top of the stack. When that is exausted, we move on to the next.
TeeOutputStream: TeeOutputStream allows you to have one stream act as a proxy to a number of other streams, so that output to one goes to all of the streams.
TeeWriter: TeeWriter allows you to have one stream act as a proxy to a number of other streams, so that output to one goes to all of the streams.
BrowserOutputStream: BrowserOutputStream allows output to the status line of a Browser This probably would be more useful as a BrowserWriter
TimeoutReader: TimeoutReader is a simple reader that unblocks (excepts) after a specified timeout
NullWriter: NullWriter allows you to write to /dev/null
| Home | Contact Us | Privacy Policy | Terms of Service |