com.quadcap.io |
Useful InputStream s, OutputStream s, Readers s, and Writers s galore.
|
Java Source File Name | Type | Comment |
AsciiInputStream.java | Class | This class is an adaptor used to convert a reader into an inputstream
that returns ASCII characters. |
AsciiReader.java | Class | This class is an adaptor class that can be used to convert an input
stream that contains ASCII bytes into a reader that returns
those bytes as Unicode characters. |
Base64InputStream.java | Class | |
Base64OutputStream.java | Class | A filter output stream usually, converting binary octets to their
base64 representation. |
ConcatInputStream.java | Class | This class implements an input stream which is formed by the concatenation
of two or more separate input streams. |
CountedInputStream.java | Class | This class implements an input stream filter which keeps track of how
many bytes have been read. |
CountedOutputStream.java | Class | A filter output stream that simply keeps track of the count of bytes written. |
DotStuffInputStream.java | Class | A filter input stream that performs dot-unstuffing. |
DotStuffOutputStream.java | Class | A filter output stream that performs dot-stuffing. |
HeaderEnumeration.java | Class | Return an enumeration of the headers of an RFC-822 style message. |
HexOutputStream.java | Class | |
HtmlifyWriter.java | Class | |
InputStreamReader.java | Class | |
IO.java | Class | |
LimitedInputStream.java | Class | This class implements a sort of 'head' operation, creating a new
input stream as a filter stream on top of an existing stream, returning
only the first "N" bytes. |
LimitedOutputStream.java | Class | A limited size output stream. |
LimitExceededException.java | Class | This exception is thrown when a LimitedOutputStream reaches its limit. |
LogInputStream.java | Class | A filter input stream that tees off input into a log file, with an
optional prefix for each line (delimited by newline), which can be
used to identify the stream. |
LogOutputStream.java | Class | |
LogReader.java | Class | A filter input stream that tees off input into a log file, with a prefix
identifying the stream. |
LogWriter.java | Class | A filter writer that tees off output into a log file, with a prefix
identifying the stream. |
MutableByteArrayInputStream.java | Class | |
NullOutputStream.java | Class | The bit-bucket output stream. |
PaddedOutputStream.java | Class | |
RandomAccessFileInputStream.java | Class | This class implements an input stream filter which keeps track of how
many bytes have been read. |
RandomAccessFileOutputStream.java | Class | A filter output stream that performs dot-stuffing. |
ReaderInputStream.java | Class | |
RecursiveFileIterator.java | Class | |
SaveRestoreStream.java | Class | This class implements a simple persistent object which can be written
as an OutputStream and read as an InputStream. |
TeeWriter.java | Class | |
Test.java | Class | Test cases for various io classes. |
TraceOutputStream.java | Class | A filter output stream that simply keeps track of the count of bytes written. |
URLDecodeInputStream.java | Class | |
URLDecoder.java | Class | |
WriterOutputStream.java | Class | |