| Package | Description |
|---|---|
| org.apache.commons.io |
This package defines utility classes for working with streams, readers,
writers and files.
|
| org.apache.commons.io.comparator |
This package provides various
Comparator implementations
for Files. |
| org.apache.commons.io.filefilter |
This package defines an interface (IOFileFilter) that combines both
FileFilter and FilenameFilter. |
| org.apache.commons.io.input |
This package provides implementations of input classes, such as
InputStream and Reader. |
| org.apache.commons.io.monitor |
This package provides a component for monitoring file system events
(directory and file create, update and delete events).
|
| Class | Description |
|---|---|
| ByteOrderMark |
Byte Order Mark (BOM) representation - see
BOMInputStream. |
| DirectoryWalker.CancelException |
CancelException is thrown in DirectoryWalker to cancel the current
processing.
|
| FileCleaningTracker |
Keeps track of files awaiting deletion, and deletes them when an associated
marker object is reclaimed by the garbage collector.
|
| FileDeleteStrategy |
Strategy for deleting files.
|
| IOCase |
Enumeration of IO case sensitivity.
|
| IOExceptionWithCause |
Deprecated.
(since 2.5) use
IOException instead |
| LineIterator |
An Iterator over the lines in a
Reader. |
| Class | Description |
|---|---|
| IOCase |
Enumeration of IO case sensitivity.
|
| Class | Description |
|---|---|
| IOCase |
Enumeration of IO case sensitivity.
|
| Class | Description |
|---|---|
| ByteOrderMark |
Byte Order Mark (BOM) representation - see
BOMInputStream. |
| Class | Description |
|---|---|
| IOCase |
Enumeration of IO case sensitivity.
|