See: Description
| Interface | Description |
|---|---|
| ICachedStream | |
| IInputStreamFilter |
Filters lines of text read from an InputStream decorated with
FilteredInputStream. |
| IInputStreamListener |
Listener that is being notified every time a chunk of bytes is
processed from a given input stream.
|
| IStreamListener | Deprecated
As of 1.13.0, use
IInputStreamListener instead. |
| Class | Description |
|---|---|
| ByteArrayOutputStream |
This class is an alternate version of
Java
ByteArrayOutputStream. |
| ByteBufferInputStream |
Wraps a
ByteBuffer in an InputStream. |
| CachedInputStream |
InputStream wrapper that can be re-read any number of times. |
| CachedOutputStream |
OutputStream wrapper that caches the output so it can be retrieved
once as a CachedInputStream. |
| CachedStreamFactory | |
| FilteredInputStream |
Decorates an InputStream with a stream filter.
|
| InputStreamConsumer |
A stream consumer will read all it can from a stream in its own thread.
|
| InputStreamLineListener |
Listener that is being notified every time a line is processed from a
given stream.
|
| IOUtil |
I/O related utility methods.
|
| RegexInputStreamFilter |
Filters lines of text read from an InputStream decorated with
FilteredInputStream, based on a given regular expression. |
| ReverseFileInputStream |
InputStream implementation for streaming files in reverse order
(from the end of file to its beginning). |
| StreamGobbler | Deprecated
As of 1.13.0, use
InputStreamConsumer instead. |
| TextReader |
Reads text form an input stream, splitting it wisely whenever the text
is too large.
|
| Exception | Description |
|---|---|
| StreamException |
Runtime exception when dealing with I/O streams.
|
Copyright © 2008–2021 Norconex Inc.. All rights reserved.