See: Description
Interface | Description |
---|---|
ICachedStream | |
IFileChangeListener | Deprecated
Since 1.4.0, use
IFileChangeListener |
IFileVisitor | Deprecated
Since 1.4.0, use
IFileVisitor |
IInputStreamFilter |
Filters lines of text read from an InputStream decorated with
FilteredInputStream . |
IStreamListener |
Listener that is being notified every time a line is processed from a
given stream.
|
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 | |
FileMonitor | Deprecated
Since 1.4.0, use
FileMonitor |
FileUtil | Deprecated
Since 1.4.0, use
FileUtil |
FilteredInputStream |
Decorates an InputStream with a stream filter.
|
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 |
A stream gobbler will simply read incoming text from a stream.
|
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–2016 Norconex Inc.. All rights reserved.