Uses of Package
org.apache.commons.io
-
Packages that use org.apache.commons.io 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 variousComparator
implementations forFile
s.org.apache.commons.io.filefilter This package defines an interface (IOFileFilter) that combines bothFileFilter
andFilenameFilter
.org.apache.commons.io.input This package provides implementations of input classes, such asInputStream
andReader
.org.apache.commons.io.monitor 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.io Class Description ByteOrderMark Byte Order Mark (BOM) representation - seeBOMInputStream
.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.FileDeleteStrategy Strategy for deleting files.FileSystem 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)
.IOCase Enumeration of IO case sensitivity.IOExceptionWithCause Deprecated.(since 2.5) useIOException
insteadLineIterator An Iterator over the lines in aReader
.StandardLineSeparator Enumerates standard line separators:StandardLineSeparator.CR
,StandardLineSeparator.CRLF
,StandardLineSeparator.LF
. -
Classes in org.apache.commons.io used by org.apache.commons.io.comparator Class Description IOCase Enumeration of IO case sensitivity. -
Classes in org.apache.commons.io used by org.apache.commons.io.filefilter Class Description IOCase Enumeration of IO case sensitivity. -
Classes in org.apache.commons.io used by org.apache.commons.io.input Class Description ByteOrderMark Byte Order Mark (BOM) representation - seeBOMInputStream
. -
Classes in org.apache.commons.io used by org.apache.commons.io.monitor Class Description IOCase Enumeration of IO case sensitivity.