Uses of Package
org.apache.commons.io
Packages that use org.apache.commons.io
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides various
Comparator
implementations
for File
s.Provides IO-only related functional interfaces for lambda expressions and method references.
Provides implementations of input classes, such as
InputStream
and Reader
.Provides a component for monitoring file system events (directory and file create, update and delete events).
Provides implementations of output classes, such as
OutputStream
and
Writer
.-
Classes in org.apache.commons.io used by org.apache.commons.ioClassDescriptionByte Order Mark (BOM) representation.Delegates to a URLConnection while implementing AutoCloseable.Deprecated.CancelException is thrown in DirectoryWalker to cancel the current processing.Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.Inner class which acts as the reference for a file pending deletion.Strategy for deleting files.Indicates that a file already exists.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)
.Deprecated.As of 2.6 deprecated without replacement.Enumeration of IO case sensitivity.An IOException based on a list of Throwable causes.Deprecated.(since 2.5) useIOException
insteadAn Iterator over the lines in aReader
.Access modes and factory methods forRandomAccessFile
. -
Classes in org.apache.commons.io used by org.apache.commons.io.comparator
-
Classes in org.apache.commons.io used by org.apache.commons.io.filefilter
-
Classes in org.apache.commons.io used by org.apache.commons.io.function
-
Classes in org.apache.commons.io used by org.apache.commons.io.input
-
Classes in org.apache.commons.io used by org.apache.commons.io.monitor
-
Classes in org.apache.commons.io used by org.apache.commons.io.output