Package com.norconex.commons.lang.io

Utility classes when dealing with files and directories.

See:
          Description

Interface Summary
IFileVisitor Visitor to be used with FileUtil.visit* methods.
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 Summary
FileUtil Utility methods when dealing with files and directories.
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.
 

Exception Summary
StreamException Runtime exception when dealing with I/O streams.
 

Package com.norconex.commons.lang.io Description

Utility classes when dealing with files and directories.



Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.