Uses of Package
org.apache.commons.io
Packages that use org.apache.commons.io
Package
Description
This package defines utility classes for working with streams, readers,
writers and files.
This package provides various
Comparator
implementations
for File
s.This package defines an interface (IOFileFilter) that combines both
FileFilter
and FilenameFilter
.
This package provides implementations of input classes, such as
InputStream
and Reader
.
This package provides a component for monitoring file system events
(directory and file create, update and delete events).
-
Classes in org.apache.commons.io used by org.apache.commons.ioClassDescriptionByte Order Mark (BOM) representation - see
BOMInputStream
.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.Strategy for deleting files.Abstracts an OS' file system details, currently supporting the single use case of converting a file name String to a legal file name withFileSystem.toLegalFileName(String, char)
.Enumeration of IO case sensitivity.Deprecated.An Iterator over the lines in aReader
.Enumerates standard line separators:StandardLineSeparator.CR
,StandardLineSeparator.CRLF
,StandardLineSeparator.LF
. -
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.input
-
Classes in org.apache.commons.io used by org.apache.commons.io.monitor
IOException
instead