| Class | Description |
|---|---|
| ANCFileFilter | Deprecated |
| DirectoryFilter |
FileFilter that only accepts directories.
|
| DirectoryLister |
The DirectoryLister class provides a way to iterate over the files in a
directory.
|
| FileContentsIterator | |
| FileFilter |
A java.io.FileFilter that accepts files only.
|
| FileUtils |
Helper functions for reading/writing strings to/from files.
|
| LinePrinter | |
| Path | Deprecated |
| PatternFilter |
A FileFilter that takes a perl like regular expression and accepts files that
matches the pattern.
|
| PrefixFilter |
Filters files based on the start (prefix) of the file name.
|
| SuffixFilter |
Accepts files based on the file name's suffix.
|
| UTF16PrintStream |
Extends the java.io.PrintStream and provides constructors that ensure the
stream's character encoding is set to UTF-16.
|
| UTF16Reader |
Extends the InputStreamReader class to use a UTF-16 encoding.
|
| UTF16Writer |
Provides a simple bridge for writing the raw bytes of Unicode characters to
an output stream.
|
| UTF8PrintStream |
Extends the java.io.PrintStream and provides constructors that ensure the
stream's character encoding is set to UTF-8
|
| UTF8Reader |
Reads Unicode characters from a stream of raw bytes.
|
| UTF8Writer |
Provides a simple bridge for writing the raw bytes of Unicode characters to
an output stream.
|
Copyright © 2016 The American National Corpus. All rights reserved.