Uses of Package
org.apache.commons.io
-
Packages that use org.apache.commons.io Package Description org.apache.commons.io Provides classes for working with streams, readers, writers and files.org.apache.commons.io.build Provides classes to implement the builder pattern for IO classes.org.apache.commons.io.comparator Provides variousComparatorimplementations forFiles andPath.org.apache.commons.io.filefilter org.apache.commons.io.function Provides IO-only related functional interfaces for lambda expressions and method references.org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader.org.apache.commons.io.monitor Provides a component for monitoring file system events (directory and file create, update and delete events).org.apache.commons.io.output Provides implementations of output classes, such asOutputStreamandWriter. -
Classes in org.apache.commons.io used by org.apache.commons.io Class Description ByteOrderMark Byte Order Mark (BOM) representation.CloseableURLConnection Delegates to a URLConnection while implementing AutoCloseable.DirectoryWalker.CancelException Deprecated.CancelException is thrown in DirectoryWalker to cancel the current processing.FileCleaningTracker Tracks files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.FileCleaningTracker.Tracker Inner class which acts as the reference for a file pending deletion.FileDeleteStrategy Strategy for deleting files.FileExistsException Indicates that a file already exists.FileSystem Enumerates file system details for operating systems, currently supporting the single use case of converting a file name String to a legal file name withFileSystem.toLegalFileName(String, char).FileSystem.NameLengthStrategy Strategy for measuring and truncating file or path names in different units.IOCase Enumerates IO case sensitivity types.IOExceptionList An IOException based on a list of Throwable causes.IOExceptionWithCause Deprecated.(since 2.5) useIOExceptioninstead.IORandomAccessFile ExtendsRandomAccessFileto provide access to theFileandmodepassed on construction.IOUtils.ScratchBytes Holder for per-thread internal scratch buffer.IOUtils.ScratchChars Holder for per-thread internal scratch buffer.LineIterator An Iterator over the lines in aReader.RandomAccessFileMode Enumerates access modes forRandomAccessFilewith factory methods.StandardLineSeparator Enumerates standard line separators:StandardLineSeparator.CR,StandardLineSeparator.CRLF,StandardLineSeparator.LF.StreamIterator Wraps and presents aStreamas aAutoCloseableIteratorresource that automatically closes itself when reaching the end of stream. -
Classes in org.apache.commons.io used by org.apache.commons.io.build Class Description IORandomAccessFile ExtendsRandomAccessFileto provide access to theFileandmodepassed on construction. -
Classes in org.apache.commons.io used by org.apache.commons.io.comparator Class Description IOCase Enumerates IO case sensitivity types. -
Classes in org.apache.commons.io used by org.apache.commons.io.filefilter Class Description IOCase Enumerates IO case sensitivity types. -
Classes in org.apache.commons.io used by org.apache.commons.io.function Class Description IOExceptionList An IOException based on a list of Throwable causes. -
Classes in org.apache.commons.io used by org.apache.commons.io.input Class Description ByteOrderMark Byte Order Mark (BOM) representation. -
Classes in org.apache.commons.io used by org.apache.commons.io.monitor Class Description IOCase Enumerates IO case sensitivity types. -
Classes in org.apache.commons.io used by org.apache.commons.io.output Class Description IOExceptionList An IOException based on a list of Throwable causes.