Library:Apache Jakarta Commons IO
Version:1.2
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons IO.
NamePackageDescription
AbstractFileFilterorg.apache.commons.io.filefilterAn abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface.
AgeFileFilterorg.apache.commons.io.filefilterFilters files based on a cutoff time, can filter either older or newer files.
AndFileFilterorg.apache.commons.io.filefilterA FileFilter providing conditional AND logic across a list of file filters.
ByteArrayOutputStreamorg.apache.commons.io.outputThis class implements an output stream in which the data is written into a byte array.
ClassLoaderObjectInputStreamorg.apache.commons.io.inputA special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.
CopyUtilsorg.apache.commons.io

This class provides static utility methods for buffered copying between sources (InputStream, Reader, String and byte[]) and destinations (OutputStream, Writer, String and byte[]).

CountingInputStreamorg.apache.commons.io.inputA decorating input stream that counts the number of bytes that have passed through so far.
CountingOutputStreamorg.apache.commons.io.outputUsed in debugging, it counts the number of bytes that pass through it.
DeferredFileOutputStreamorg.apache.commons.io.output

An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.

DelegateFileFilterorg.apache.commons.io.filefilterThis class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
DemuxInputStreamorg.apache.commons.io.inputData written to this stream is forwarded to a stream that has been associated with this thread.
DemuxOutputStreamorg.apache.commons.io.outputData written to this stream is forwarded to a stream that has been associated with this thread.
DirectoryFileFilterorg.apache.commons.io.filefilterThis filter accepts Files that are directories.
EndianUtilsorg.apache.commons.ioUtility code for dealing with different endian systems.
FalseFileFilterorg.apache.commons.io.filefilterA file filter that always returns false.
FileCleanerorg.apache.commons.ioKeeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
FileFilterUtilsorg.apache.commons.io.filefilterUseful utilities for working with file filters.
FilenameUtilsorg.apache.commons.ioGeneral filename and filepath manipulation utilities.
FileSystemUtilsorg.apache.commons.ioGeneral File System utilities.
FileUtilsorg.apache.commons.ioGeneral file manipulation utilities.
HexDumporg.apache.commons.ioDumps data in hexadecimal format.
IOUtilsorg.apache.commons.ioGeneral IO stream manipulation utilities.
LineIteratororg.apache.commons.ioAn Iterator over the lines in a Reader.
LockableFileWriterorg.apache.commons.io.outputFileWriter that will create and honor lock files to allow simple cross thread file lock handling.
NameFileFilterorg.apache.commons.io.filefilterFilters filenames for a certain name.
NotFileFilterorg.apache.commons.io.filefilterThis filter produces a logical NOT of the filters specified.
NullOutputStreamorg.apache.commons.io.outputThis OutputStream writes all data to the famous /dev/null.
OrFileFilterorg.apache.commons.io.filefilterA FileFilter providing conditional OR logic across a list of file filters.
PrefixFileFilterorg.apache.commons.io.filefilterFilters filenames for a certain prefix.
ProxyInputStreamorg.apache.commons.io.inputA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
ProxyOutputStreamorg.apache.commons.io.outputA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
ProxyReaderorg.apache.commons.io.inputA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
ProxyWriterorg.apache.commons.io.outputA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.
SizeFileFilterorg.apache.commons.io.filefilterFilters files based on size, can filter either larger or smaller files as compared to a given threshold.
SuffixFileFilterorg.apache.commons.io.filefilterFilters files based on the suffix (what the filename ends with).
SwappedDataInputStreamorg.apache.commons.io.inputDataInput for systems relying on little endian data formats.
TeeOutputStreamorg.apache.commons.io.outputClassic splitter of OutputStream.
ThresholdingOutputStreamorg.apache.commons.io.outputAn output stream which triggers an event when a specified number of bytes of data have been written to it.
TrueFileFilterorg.apache.commons.io.filefilterA file filter that always returns true.
WildcardFilterorg.apache.commons.io.filefilterFilters files using supplied wildcard(s).
Search