Uses of Package
org.apache.commons.io
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides classes to implement IO builders.
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).
-
ClassDescriptionByte Order Mark (BOM) representation.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 with
FileSystem.toLegalFileName(String, char)
.Enumeration of IO case sensitivity.An IOException based on a list of Throwable causes.Deprecated.An Iterator over the lines in aReader
.Enumerates access modes forRandomAccessFile
with factory methods.Enumerates standard line separators:StandardLineSeparator.CR
,StandardLineSeparator.CRLF
,StandardLineSeparator.LF
.Wraps and presents aStream
as aAutoCloseable
Iterator
resource that automatically closes itself when reaching the end of stream. -
ClassDescription
-
-
-
-
-
IOException
instead