Package | Description |
---|---|
org.apache.commons.io |
Provides classes for working with streams, readers, writers and files.
|
org.apache.commons.io.comparator |
Provides various
Comparator implementations
for File s and Path . |
org.apache.commons.io.filefilter | |
org.apache.commons.io.function |
Provides IO-only related functional interfaces for lambda expressions and method references.
|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
org.apache.commons.io.monitor |
Provides a component for monitoring file system events (directory and file create, update and delete events).
|
org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer . |
Class and Description |
---|
ByteOrderMark
Byte Order Mark (BOM) representation.
|
CloseableURLConnection
Delegates to a URLConnection while implementing AutoCloseable.
|
DirectoryWalker.CancelException
Deprecated.
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.
|
FileCleaningTracker.Tracker
Inner class which acts as the reference for a file pending deletion.
|
FileDeleteStrategy
Strategy for deleting files.
|
FileExistsException
Indicates that a file already exists.
|
FileSystem
Abstracts an OS' file system details, currently supporting the single use case of converting a file name String to a
legal file name with
FileSystem.toLegalFileName(String, char) . |
FileSystemUtils
Deprecated.
As of 2.6 deprecated without replacement. Use equivalent
methods in
FileStore instead, e.g.
Files.getFileStore(Paths.get("/home")).getUsableSpace()
or iterate over FileSystems.getDefault().getFileStores() |
IOCase
Enumeration of IO case sensitivity.
|
IOExceptionList
An IOException based on a list of Throwable causes.
|
IOExceptionWithCause
Deprecated.
(since 2.5) use
IOException instead |
LineIterator
An Iterator over the lines in a
Reader . |
RandomAccessFileMode
Access modes and factory methods for
RandomAccessFile . |
StandardLineSeparator
Enumerates standard line separators:
StandardLineSeparator.CR , StandardLineSeparator.CRLF , StandardLineSeparator.LF . |
StreamIterator
Wraps and presents a
Stream as a AutoCloseable Iterator resource that automatically closes itself when reaching the end of stream. |
Class and Description |
---|
IOCase
Enumeration of IO case sensitivity.
|
Class and Description |
---|
IOCase
Enumeration of IO case sensitivity.
|
Class and Description |
---|
IOExceptionList
An IOException based on a list of Throwable causes.
|
Class and Description |
---|
ByteOrderMark
Byte Order Mark (BOM) representation.
|
Class and Description |
---|
IOCase
Enumeration of IO case sensitivity.
|
Class and Description |
---|
IOExceptionList
An IOException based on a list of Throwable causes.
|