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.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 withFileSystem.toLegalFileName(String, char)
.Deprecated.As of 2.6 deprecated without replacement.Enumeration of IO case sensitivity.Deprecated.(since 2.5) useIOException
insteadAn 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