Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.io Classes and Interfaces - 103 results found.
NameDescriptionTypePackageFramework
AbstractFileFilterAn abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface.Classorg.apache.commons.io.filefilterApache Commons
AgeFileFilterFilters files based on a cutoff time, can filter either newer files or files equal to or older.Classorg.apache.commons.io.filefilterApache Commons
AndFileFilterA FileFilter providing conditional AND logic across a list of file filters.Classorg.apache.commons.io.filefilterApache Commons
AutoCloseInputStreamProxy stream that closes and discards the underlying stream as soon as the end of input has been reached or when the stream is explicitly closed.Classorg.apache.commons.io.inputApache Commons
BOMInputStreamThis class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.Classorg.apache.commons.io.inputApache Commons
BoundedInputStreamThis is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.Classorg.apache.commons.io.inputApache Commons
BrokenInputStreamBroken input stream.Classorg.apache.commons.io.inputApache Commons
BrokenOutputStreamBroken output stream.Classorg.apache.commons.io.outputApache Commons
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classorg.apache.commons.io.outputApache Commons
ByteOrderMarkByte Order Mark (BOM) representation - see BOMInputStream.Classorg.apache.commons.ioApache Commons
CanReadFileFilterThis filter accepts Files that can be read.Classorg.apache.commons.io.filefilterApache Commons
CanWriteFileFilterThis filter accepts Files that can be written to.Classorg.apache.commons.io.filefilterApache Commons
CharSequenceInputStreamInputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commons
CharSequenceReaderReader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.Classorg.apache.commons.io.inputApache Commons
CharsetsCharsets required of every implementation of the Java platform.Classorg.apache.commons.ioApache Commons
ChunkedOutputStreamOutputStream which breaks larger output blocks into chunks.Classorg.apache.commons.io.outputApache Commons
ChunkedWriterOutputStream which breaks larger output blocks into chunks.Classorg.apache.commons.io.outputApache Commons
ClassLoaderObjectInputStreamA special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.Classorg.apache.commons.io.inputApache Commons
ClosedInputStreamClosed input stream.Classorg.apache.commons.io.inputApache Commons
ClosedOutputStreamClosed output stream.Classorg.apache.commons.io.outputApache Commons
CloseShieldInputStreamProxy stream that prevents the underlying input stream from being closed.Classorg.apache.commons.io.inputApache Commons
CloseShieldOutputStreamProxy stream that prevents the underlying output stream from being closed.Classorg.apache.commons.io.outputApache Commons
CompositeFileComparatorCompare two files using a set of delegate file Comparator.Classorg.apache.commons.io.comparatorApache Commons
ConditionalFileFilterDefines operations for conditional file filters.Interfaceorg.apache.commons.io.filefilterApache Commons
CopyUtilsThis class provides static utility methods for buffered copying between sources (InputStream, Reader,Classorg.apache.commons.ioApache Commons
CountingInputStreamA decorating input stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.inputApache Commons
CountingOutputStreamA decorating output stream that counts the number of bytes that have passed through the stream so far.Classorg.apache.commons.io.outputApache Commons
DefaultFileComparatorCompare two files using the default File.Classorg.apache.commons.io.comparatorApache Commons
DeferredFileOutputStreamAn output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.Classorg.apache.commons.io.outputApache Commons
DelegateFileFilterThis class turns a Java FileFilter or FilenameFilter into an IO FileFilter.Classorg.apache.commons.io.filefilterApache Commons
DemuxInputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxInputStream.Classorg.apache.commons.io.inputApache Commons
DemuxOutputStreamData written to this stream is forwarded to a stream that has been associatedVersion:$Id: DemuxOutputStream.Classorg.apache.commons.io.outputApache Commons
DirectoryFileComparatorCompare two files using the File.Classorg.apache.commons.io.comparatorApache Commons
DirectoryFileFilterThis filter accepts Files that are directories.Classorg.apache.commons.io.filefilterApache Commons
DirectoryWalkerAbstract class that walks through a directory hierarchy and provides subclasses with convenient hooks to add specific behaviour.Classorg.apache.commons.ioApache Commons
DirectoryWalker .CancelExceptionCancelException is thrown in DirectoryWalker to cancel the currentSee Also:Serialized FormClassorg.apache.commons.io.DirectoryWalkerApache Commons
EmptyFileFilterThis filter accepts files or directories that are empty.Classorg.apache.commons.io.filefilterApache Commons
EndianUtilsUtility code for dealing with different endian systems.Classorg.apache.commons.ioApache Commons
ExtensionFileComparatorCompare the file name extensions for order (see FilenameUtils.Classorg.apache.commons.io.comparatorApache Commons
FalseFileFilterA file filter that always returns false.Classorg.apache.commons.io.filefilterApache Commons
FileAlterationListenerA listener that receives events of file system modifications.Interfaceorg.apache.commons.io.monitorApache Commons
FileAlterationListenerAdaptorConvenience FileAlterationListener implementation that does nothing.Classorg.apache.commons.io.monitorApache Commons
FileAlterationMonitorA runnable that spawns a monitoring thread triggering any registered FileAlterationObserver at a specified interval.Classorg.apache.commons.io.monitorApache Commons
FileAlterationObserverFileAlterationObserver represents the state of files below a root directory, checking the filesystem and notifying listeners of create, change orClassorg.apache.commons.io.monitorApache Commons
FileCleanerKeeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.Classorg.apache.commons.ioApache Commons
FileCleaningTrackerKeeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.Classorg.apache.commons.ioApache Commons
FileDeleteStrategyStrategy for deleting files.Classorg.apache.commons.ioApache Commons
FileEntryThe state of a file or directory, capturing the following File attributes at a point in time.Classorg.apache.commons.io.monitorApache Commons
FileExistsExceptionIndicates that a file already exists.Classorg.apache.commons.ioApache Commons
FileFileFilterThis filter accepts Files that are files (not directories).Classorg.apache.commons.io.filefilterApache Commons
FileFilterUtilsUseful utilities for working with file filters.Classorg.apache.commons.io.filefilterApache Commons
FilenameUtilsGeneral filename and filepath manipulation utilities.Classorg.apache.commons.ioApache Commons
FileSystemUtilsGeneral File System utilities.Classorg.apache.commons.ioApache Commons
FileUtilsGeneral file manipulation utilities.Classorg.apache.commons.ioApache Commons
FileWriterWithEncodingWriter of files that allows the encoding to be set.Classorg.apache.commons.io.outputApache Commons
HexDumpDumps data in hexadecimal format.Classorg.apache.commons.ioApache Commons
HiddenFileFilterThis filter accepts Files that are hidden.Classorg.apache.commons.io.filefilterApache Commons
IOCaseEnumeration of IO case sensitivity.Classorg.apache.commons.ioApache Commons
IOExceptionWithCauseSubclasses IOException with the Throwable constructors missing before Java 6.Classorg.apache.commons.ioApache Commons
IOFileFilterAn interface which brings the FileFilter and FilenameFilter interfaces together.Interfaceorg.apache.commons.io.filefilterApache Commons
IOUtilsGeneral IO stream manipulation utilities.Classorg.apache.commons.ioApache Commons
LastModifiedFileComparatorCompare the last modified date/time of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
LineIteratorAn Iterator over the lines in a Reader.Classorg.apache.commons.ioApache Commons
LockableFileWriterFileWriter that will create and honor lock files to allow simple cross thread file lock handling.Classorg.apache.commons.io.outputApache Commons
MagicNumberFileFilter File filter for matching files containing a magic number.Classorg.apache.commons.io.filefilterApache Commons
NameFileComparatorCompare the names of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
NameFileFilterFilters filenames for a certain name.Classorg.apache.commons.io.filefilterApache Commons
NotFileFilterThis filter produces a logical NOT of the filters specified.Classorg.apache.commons.io.filefilterApache Commons
NullInputStreamA functional, light weight InputStream that emulates a stream of a specified size.Classorg.apache.commons.io.inputApache Commons
NullOutputStreamThis OutputStream writes all data to the famous /dev/null.Classorg.apache.commons.io.outputApache Commons
NullReaderA functional, light weight Reader that emulates a reader of a specified size.Classorg.apache.commons.io.inputApache Commons
NullWriterThis Writer writes all data to the famous /dev/null.Classorg.apache.commons.io.outputApache Commons
OrFileFilterA FileFilter providing conditional OR logic across a list of file filters.Classorg.apache.commons.io.filefilterApache Commons
PathFileComparatorCompare the path of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
PrefixFileFilterFilters filenames for a certain prefix.Classorg.apache.commons.io.filefilterApache Commons
ProxyInputStreamA Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods areClassorg.apache.commons.io.inputApache Commons
ProxyOutputStreamA 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 Classorg.apache.commons.io.outputApache Commons
ProxyReaderA 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 Classorg.apache.commons.io.inputApache Commons
ProxyWriterA 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 Classorg.apache.commons.io.outputApache Commons
ReaderInputStreamInputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.Classorg.apache.commons.io.inputApache Commons
RegexFileFilterFilters files using supplied regular expression(s).Classorg.apache.commons.io.filefilterApache Commons
ReversedLinesFileReaderReads lines in a file reversely (similar to a BufferedReader, but starting at the last line).Classorg.apache.commons.io.inputApache Commons
SizeFileComparatorCompare the length/size of two files for order (see File.Classorg.apache.commons.io.comparatorApache Commons
SizeFileFilterFilters files based on size, can filter either smaller files or files equal to or larger than a given threshold.Classorg.apache.commons.io.filefilterApache Commons
StringBuilderWriterWriter implementation that outputs to a StringBuilder.Classorg.apache.commons.io.outputApache Commons
SuffixFileFilterFilters files based on the suffix (what the filename ends with).Classorg.apache.commons.io.filefilterApache Commons
SwappedDataInputStreamDataInput for systems relying on little endian data formats.Classorg.apache.commons.io.inputApache Commons
TaggedInputStreamAn input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.inputApache Commons
TaggedIOExceptionAn IOException decorator that adds a serializable tag to the wrapped exception.Classorg.apache.commons.ioApache Commons
TaggedOutputStreamAn output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.Classorg.apache.commons.io.outputApache Commons
TailerSimple implementation of the unix tail -f functionality.Classorg.apache.commons.io.inputApache Commons
TailerListenerListener for events from a Tailer.Interfaceorg.apache.commons.io.inputApache Commons
TailerListenerAdapterTailerListener Adapter.Classorg.apache.commons.io.inputApache Commons
TeeInputStreamInputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream.Classorg.apache.commons.io.inputApache Commons
TeeOutputStreamClassic splitter of OutputStream.Classorg.apache.commons.io.outputApache Commons
ThresholdingOutputStreamAn output stream which triggers an event when a specified number of bytes of data have been written to it.Classorg.apache.commons.io.outputApache Commons
TrueFileFilterA file filter that always returns true.Classorg.apache.commons.io.filefilterApache Commons
WildcardFileFilterFilters files using the supplied wildcards.Classorg.apache.commons.io.filefilterApache Commons
WildcardFilterFilters files using the supplied wildcards.Classorg.apache.commons.io.filefilterApache Commons
WriterOutputStreamOutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resultingClassorg.apache.commons.io.outputApache Commons
XmlStreamReaderCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document within the stream.Classorg.apache.commons.io.inputApache Commons
XmlStreamReaderExceptionThe XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.Classorg.apache.commons.io.inputApache Commons
XmlStreamWriterCharacter stream that handles all the necessary Voodo to figure out the charset encoding of the XML document written to the stream.Classorg.apache.commons.io.outputApache Commons