Quadcap Embeddable Server

Package com.quadcap.io


Classes

class  com.quadcap.io.AsciiInputStream
 This class is an adaptor used to convert a reader into an inputstream that returns ASCII characters. More...

class  com.quadcap.io.AsciiReader
 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. More...

class  com.quadcap.io.Base64InputStream
class  com.quadcap.io.Base64OutputStream
 A filter output stream usually, converting binary octets to their base64 representation. More...

class  com.quadcap.io.ConcatInputStream
 This class implements an input stream which is formed by the concatenation of two or more separate input streams. More...

class  com.quadcap.io.CountedInputStream
 This class implements an input stream filter which keeps track of how many bytes have been read. More...

class  com.quadcap.io.CountedOutputStream
 A filter output stream that simply keeps track of the count of bytes written. More...

class  com.quadcap.io.DotStuffInputStream
 A filter input stream that performs dot-unstuffing. More...

class  com.quadcap.io.DotStuffOutputStream
 A filter output stream that performs dot-stuffing. More...

class  com.quadcap.io.HeaderEnumeration
 Return an enumeration of the headers of an RFC-822 style message. More...

class  com.quadcap.io.HexOutputStream
class  com.quadcap.io.HtmlifyWriter
class  com.quadcap.io.InputStreamReader
class  com.quadcap.io.IO
class  com.quadcap.io.LimitedInputStream
 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. More...

class  com.quadcap.io.LimitedOutputStream
 A limited size output stream. More...

class  com.quadcap.io.LimitExceededException
 This exception is thrown when a LimitedOutputStream reaches its limit. More...

class  com.quadcap.io.LogInputStream
 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. More...

class  com.quadcap.io.LogOutputStream
 A filter output stream that tees off its output to a log file. More...

class  com.quadcap.io.LogReader
 A filter input stream that tees off input into a log file, with a prefix identifying the stream. More...

class  com.quadcap.io.LogWriter
 A filter writer that tees off output into a log file, with a prefix identifying the stream. More...

class  com.quadcap.io.MutableByteArrayInputStream
class  com.quadcap.io.NullOutputStream
 The bit-bucket output stream. More...

class  com.quadcap.io.PaddedOutputStream
 A filter output stream that zero-pads (on close) to fill the last block of a specified size. More...

class  com.quadcap.io.RandomAccessFileInputStream
 This class implements an input stream filter which keeps track of how many bytes have been read. More...

class  com.quadcap.io.RandomAccessFileOutputStream
 A filter output stream that performs dot-stuffing. More...

class  com.quadcap.io.ReaderInputStream
class  com.quadcap.io.RecursiveFileIterator
class  com.quadcap.io.RecursiveFileIterator.IEntry
class  com.quadcap.io.SaveRestoreStream
 This class implements a simple persistent object which can be written as an OutputStream and read as an InputStream. More...

class  com.quadcap.io.TeeWriter
class  com.quadcap.io.TeeWriter.WriterBinding
class  com.quadcap.io.Test
 Test cases for various io classes. More...

class  com.quadcap.io.TraceOutputStream
 A filter output stream that simply keeps track of the count of bytes written. More...

class  com.quadcap.io.URLDecodeInputStream
class  com.quadcap.io.URLDecoder
class  com.quadcap.io.WriterOutputStream
 A cheap hack to get something that wants to write OutputStreams to write to a Writer instead. More...