| BinaryInputStream |
InputStream backed by byte array.
|
| BufferedLineReaderInputStream |
Input buffer that can be used to search for patterns using Quick Search
algorithm in data read from an InputStream.
|
| EOLConvertingInputStream |
InputStream which converts \r
bytes not followed by \n and \n not
preceded by \r to \r\n.
|
| InputStreams |
Factory methods for InputStream instances backed by binary or textual data that attempt
to minimize intermediate copying while streaming data.
|
| LimitedInputStream |
|
| LineNumberInputStream |
InputStream used by the parser to wrap the original user
supplied stream.
|
| LineReaderInputStream |
Input stream capable of reading lines of text.
|
| LineReaderInputStreamAdaptor |
InputStream used by the MIME parser to detect whether the
underlying data stream was used (read from) and whether the end of the
stream was reached.
|
| MimeBoundaryInputStream |
Stream that constrains itself to a single MIME body part.
|
| PositionInputStream |
|
| TextInputStream |
InputStream backed by CharSequence.
|