A B C D E F G H I L M N O P Q R S T U W _

A

AbstractFileFilter - class org.apache.commons.io.filefilter.AbstractFileFilter.
An abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface.
AbstractFileFilter() - Constructor for class org.apache.commons.io.filefilter.AbstractFileFilter
 
AndFileFilter - class org.apache.commons.io.filefilter.AndFileFilter.
A FileFilter providing conditional AND logic across a list of file filters.
AndFileFilter() - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter.
AndFileFilter(List) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter with the specified list of filters.
AndFileFilter(IOFileFilter, IOFileFilter) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
Constructs a new file filter that ANDs the result of two other filters.
accept(File) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class org.apache.commons.io.filefilter.AndFileFilter
 
accept(File, String) - Method in class org.apache.commons.io.filefilter.AndFileFilter
 
accept(File) - Method in class org.apache.commons.io.filefilter.DelegateFileFilter
Checks the filter.
accept(File, String) - Method in class org.apache.commons.io.filefilter.DelegateFileFilter
Checks the filter.
accept(File) - Method in class org.apache.commons.io.filefilter.DirectoryFileFilter
Checks to see if the file is a directory.
accept(File) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
Returns false.
accept(File, String) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
Returns false.
accept(File) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class org.apache.commons.io.filefilter.NameFileFilter
Checks to see if the filename matches.
accept(File, String) - Method in class org.apache.commons.io.filefilter.NameFileFilter
Checks to see if the filename matches.
accept(File) - Method in class org.apache.commons.io.filefilter.NotFileFilter
Checks to see if both filters are true.
accept(File, String) - Method in class org.apache.commons.io.filefilter.NotFileFilter
Checks to see if both filters are true.
accept(File) - Method in class org.apache.commons.io.filefilter.OrFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - Method in class org.apache.commons.io.filefilter.OrFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
Checks to see if the filename starts with the prefix.
accept(File, String) - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
Checks to see if the filename starts with the prefix.
accept(File) - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
Checks to see if the filename ends with the suffix.
accept(File, String) - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
Checks to see if the filename ends with the suffix.
accept(File) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
Returns true.
accept(File, String) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
Returns true.
accept(File, String) - Method in class org.apache.commons.io.filefilter.WildcardFilter
Checks to see if the filename matches one of the wildcards.
accept(File) - Method in class org.apache.commons.io.filefilter.WildcardFilter
Checks to see if the filename matches one of the wildcards.
accept(File) - Method in class org.apache.commons.io.find.CanReadFilter
 
accept(File) - Method in class org.apache.commons.io.find.CanWriteFilter
 
accept(File) - Method in class org.apache.commons.io.find.EmptyFilter
 
accept(File) - Method in class org.apache.commons.io.find.FindingFilter
 
accept(File) - Method in class org.apache.commons.io.find.HiddenFilter
 
accept(File) - Method in class org.apache.commons.io.find.MinFilter
 
accept(File) - Method in class org.apache.commons.io.find.NameFilter
 
accept(File) - Method in class org.apache.commons.io.find.NewerFilter
 
accept(File) - Method in class org.apache.commons.io.find.PathFilter
 
accept(File) - Method in class org.apache.commons.io.find.RegexFilter
 
accept(File) - Method in class org.apache.commons.io.find.SizeFilter
 
accept(File) - Method in class org.apache.commons.io.find.TimeFilter
 
accept(File) - Method in class org.apache.commons.io.find.TypeFilter
 
addFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.AndFileFilter
 
addFileFilter(IOFileFilter) - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.OrFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFindListener(FindListener) - Method in class org.apache.commons.io.find.FileFinder
Add a FindListener.
addFindListener(FindListener) - Method in interface org.apache.commons.io.find.Finder
 
andFileFilter(IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that ANDs the two specified filters.
append - Variable in class org.apache.commons.io.output.LockableFileWriter
 
argument - Variable in class org.apache.commons.io.find.CanReadFilter
 
argument - Variable in class org.apache.commons.io.find.CanWriteFilter
 
argument - Variable in class org.apache.commons.io.find.EmptyFilter
 
argument - Variable in class org.apache.commons.io.find.HiddenFilter
 
argument - Variable in class org.apache.commons.io.find.MinFilter
 
argument - Variable in class org.apache.commons.io.find.NameFilter
 
argument - Variable in class org.apache.commons.io.find.NewerFilter
 
argument - Variable in class org.apache.commons.io.find.PathFilter
 
argument - Variable in class org.apache.commons.io.find.RegexFilter
 
argument - Variable in class org.apache.commons.io.find.SizeFilter
 
argument - Variable in class org.apache.commons.io.find.TimeFilter
 
argument - Variable in class org.apache.commons.io.find.TypeFilter
 
asFileFilter(FileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns an IOFileFilter that wraps the FileFilter instance.
asFileFilter(FilenameFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns an IOFileFilter that wraps the FilenameFilter instance.
available() - Method in class org.apache.commons.io.input.ProxyInputStream
 

B

ByteArrayOutputStream - class org.apache.commons.io.output.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class org.apache.commons.io.output.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class org.apache.commons.io.output.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bindStream(InputStream) - Method in class org.apache.commons.io.input.DemuxInputStream
Bind the specified stream to the current thread.
bindStream(OutputStream) - Method in class org.apache.commons.io.output.DemuxOutputStream
Bind the specified stream to the current thread.
branch - Variable in class org.apache.commons.io.output.TeeOutputStream
the second OutputStream to write to
buffers - Variable in class org.apache.commons.io.output.ByteArrayOutputStream
 
byteCountToDisplaySize(long) - Static method in class org.apache.commons.io.FileUtils
Returns a human-readable version of the file size (original is in bytes).

C

CAN_READ - Static variable in interface org.apache.commons.io.find.Finder
 
CAN_WRITE - Static variable in interface org.apache.commons.io.find.Finder
 
CanReadFilter - class org.apache.commons.io.find.CanReadFilter.
 
CanReadFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.CanReadFilter
 
CanWriteFilter - class org.apache.commons.io.find.CanWriteFilter.
 
CanWriteFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.CanWriteFilter
 
ClassLoaderObjectInputStream - class org.apache.commons.io.input.ClassLoaderObjectInputStream.
A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
ClassLoaderObjectInputStream(ClassLoader, InputStream) - Constructor for class org.apache.commons.io.input.ClassLoaderObjectInputStream
Constructs a new ClassLoaderObjectInputStream.
ConditionalFileFilter - interface org.apache.commons.io.filefilter.ConditionalFileFilter.
Defines operations for conditional file filters.
CopyUtils - class org.apache.commons.io.CopyUtils.
Deprecated. Use IOUtils. Will be removed in 2.0. Methods renamed to IOUtils.write() or IOUtils.copy(). Null handling behaviour changed in IOUtils (null data does not throw NullPointerException).
CopyUtils() - Constructor for class org.apache.commons.io.CopyUtils
Deprecated. Instances should NOT be constructed in standard programming.
CountingInputStream - class org.apache.commons.io.input.CountingInputStream.
Used in debugging, it counts the number of bytes that pass through it.
CountingInputStream(InputStream) - Constructor for class org.apache.commons.io.input.CountingInputStream
Constructs a new CountingInputStream.
CountingOutputStream - class org.apache.commons.io.output.CountingOutputStream.
Used in debugging, it counts the number of bytes that pass through it.
CountingOutputStream(OutputStream) - Constructor for class org.apache.commons.io.output.CountingOutputStream
Constructs a CountingOutputStream.
checkThreshold(int) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
cleanDirectory(File) - Static method in class org.apache.commons.io.FileUtils
Clean a directory without deleting it.
cleanDirectoryOnExit(File) - Static method in class org.apache.commons.io.FileUtils
Clean a directory without deleting it.
close() - Method in class org.apache.commons.io.input.DemuxInputStream
Closes stream associated with current thread.
close() - Method in class org.apache.commons.io.input.ProxyInputStream
 
close() - Method in class org.apache.commons.io.input.ProxyReader
 
close() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class org.apache.commons.io.output.DemuxOutputStream
Closes stream associated with current thread.
close() - Method in class org.apache.commons.io.output.LockableFileWriter
 
close() - Method in class org.apache.commons.io.output.ProxyOutputStream
 
close() - Method in class org.apache.commons.io.output.ProxyWriter
 
close() - Method in class org.apache.commons.io.output.TeeOutputStream
Closes both streams.
close() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Closes this output stream and releases any system resources associated with this stream.
closeQuietly(Reader) - Static method in class org.apache.commons.io.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - Static method in class org.apache.commons.io.IOUtils
Unconditionally close a Writer.
closeQuietly(InputStream) - Static method in class org.apache.commons.io.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - Static method in class org.apache.commons.io.IOUtils
Unconditionally close an OutputStream.
concat(String, String) - Static method in class org.apache.commons.io.FilenameUtils
Concatenates a filename to a base path using normal command line style rules.
contentEquals(File, File) - Static method in class org.apache.commons.io.FileUtils
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class org.apache.commons.io.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - Static method in class org.apache.commons.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
convertFileCollectionToFileArray(Collection) - Static method in class org.apache.commons.io.FileUtils
Converts a Collection containing java.io.File instanced into array representation.
copy(byte[], OutputStream) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy bytes from a byte[] to an OutputStream.
copy(byte[], Writer) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(InputStream, OutputStream) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.apache.commons.io.CopyUtils
Deprecated. Copy chars from a String to a Writer.
copy(InputStream, OutputStream) - Static method in class org.apache.commons.io.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - Static method in class org.apache.commons.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, String) - Static method in class org.apache.commons.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, Writer) - Static method in class org.apache.commons.io.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, OutputStream) - Static method in class org.apache.commons.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copyFile(File, File) - Static method in class org.apache.commons.io.FileUtils
Copy file from source to destination.
copyFile(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class org.apache.commons.io.FileUtils
Copy file from source to destination.
copyURLToFile(URL, File) - Static method in class org.apache.commons.io.FileUtils
Copies bytes from the URL source to a file destination.
count - Variable in class org.apache.commons.io.input.CountingInputStream
 
count - Variable in class org.apache.commons.io.output.ByteArrayOutputStream
 
count - Variable in class org.apache.commons.io.output.CountingOutputStream
 
createFilter(String, Object) - Method in class org.apache.commons.io.find.FindingFilter
 
createLock() - Method in class org.apache.commons.io.output.LockableFileWriter
 
currentBuffer - Variable in class org.apache.commons.io.output.ByteArrayOutputStream
 
currentBufferIndex - Variable in class org.apache.commons.io.output.ByteArrayOutputStream
 
currentOutputStream - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
The output stream to which data will be written at any given time.
cvsFilter - Static variable in class org.apache.commons.io.filefilter.FileFilterUtils
 

D

DAYSTART - Static variable in interface org.apache.commons.io.find.Finder
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.io.CopyUtils
Deprecated. The name says it all.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.io.IOUtils
The default buffer size to use.
DEPTH - Static variable in interface org.apache.commons.io.find.Finder
 
DeferredFileOutputStream - class org.apache.commons.io.output.DeferredFileOutputStream.
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
DelegateFileFilter - class org.apache.commons.io.filefilter.DelegateFileFilter.
This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
DelegateFileFilter(FilenameFilter) - Constructor for class org.apache.commons.io.filefilter.DelegateFileFilter
Constructs a delegate file filter around an existing FilenameFilter.
DelegateFileFilter(FileFilter) - Constructor for class org.apache.commons.io.filefilter.DelegateFileFilter
Constructs a delegate file filter around an existing FileFilter.
DemuxInputStream - class org.apache.commons.io.input.DemuxInputStream.
Data written to this stream is forwarded to a stream that has been associated with this thread.
DemuxInputStream() - Constructor for class org.apache.commons.io.input.DemuxInputStream
 
DemuxOutputStream - class org.apache.commons.io.output.DemuxOutputStream.
Data written to this stream is forwarded to a stream that has been associated with this thread.
DemuxOutputStream() - Constructor for class org.apache.commons.io.output.DemuxOutputStream
 
DirectoryFileFilter - class org.apache.commons.io.filefilter.DirectoryFileFilter.
This filter accepts Files that are directories.
DirectoryFileFilter() - Constructor for class org.apache.commons.io.filefilter.DirectoryFileFilter
Restrictive consructor.
daystart - Variable in class org.apache.commons.io.find.FindingFilter
 
delete() - Method in class org.apache.commons.io.FileCleaner.Tracker
Deletes the file associated with this tracker instance.
deleteDirectory(File) - Static method in class org.apache.commons.io.FileUtils
Recursively delete a directory.
deleteDirectoryOnExit(File) - Static method in class org.apache.commons.io.FileUtils
Recursively schedule directory for deletion on JVM exit.
directory - Variable in class org.apache.commons.io.find.FindEvent
 
directoryFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that checks if the file is a directory.
directoryFinished(FindEvent) - Method in interface org.apache.commons.io.find.FindListener
A directory has been finished.
directoryStarted(FindEvent) - Method in interface org.apache.commons.io.find.FindListener
A directory has begun to be looked at by a Finder.
diskOutputStream - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
The output stream to which data will be written after the theshold is reached.
dump(byte[], long, OutputStream, int) - Static method in class org.apache.commons.io.HexDump
Dump an array of bytes to an OutputStream.
dump(long) - Static method in class org.apache.commons.io.HexDump
 
dump(byte) - Static method in class org.apache.commons.io.HexDump
 

E

EMPTY - Static variable in interface org.apache.commons.io.find.Finder
 
EMPTY_FILE_ARRAY - Static variable in class org.apache.commons.io.FileUtils
An empty array of type File.
EOL - Static variable in class org.apache.commons.io.HexDump
line-separator (initializes to "line.separator" system property.
EXTENSION_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
The extension separator character.
EmptyFilter - class org.apache.commons.io.find.EmptyFilter.
 
EmptyFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.EmptyFilter
 
EndianUtils - class org.apache.commons.io.EndianUtils.
Utility code for dealing with different endian systems.
EndianUtils() - Constructor for class org.apache.commons.io.EndianUtils
Instances should NOT be constructed in standard programming.
equals(String, String) - Static method in class org.apache.commons.io.FilenameUtils
Checks whether two filenames are equal using the case rules of the system.
equalsNormalized(String, String) - Static method in class org.apache.commons.io.FilenameUtils
Checks whether two filenames are equal after both have been normalized and using the case rules of the system.

F

FalseFileFilter - class org.apache.commons.io.filefilter.FalseFileFilter.
A file filter that always returns false.
FalseFileFilter() - Constructor for class org.apache.commons.io.filefilter.FalseFileFilter
Restrictive consructor.
FileCleaner - class org.apache.commons.io.FileCleaner.
Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
FileCleaner() - Constructor for class org.apache.commons.io.FileCleaner
 
FileCleaner.Tracker - class org.apache.commons.io.FileCleaner.Tracker.
Inner class which acts as the reference for a file pending deletion.
FileCleaner.Tracker(File, Object, ReferenceQueue) - Constructor for class org.apache.commons.io.FileCleaner.Tracker
Constructs an instance of this class from the supplied parameters.
FileCleaner.Tracker(String, Object, ReferenceQueue) - Constructor for class org.apache.commons.io.FileCleaner.Tracker
Constructs an instance of this class from the supplied parameters.
FileFilterUtils - class org.apache.commons.io.filefilter.FileFilterUtils.
Useful utilities for working with file filters.
FileFilterUtils() - Constructor for class org.apache.commons.io.filefilter.FileFilterUtils
FileFilterUtils is not normally instantiated.
FileFinder - class org.apache.commons.io.find.FileFinder.
Finds Files in a file system.
FileFinder() - Constructor for class org.apache.commons.io.find.FileFinder
 
FileUtils - class org.apache.commons.io.FileUtils.
This class provides basic facilities for manipulating files.
FileUtils() - Constructor for class org.apache.commons.io.FileUtils
Instances should NOT be constructed in standard programming.
FilenameUtils - class org.apache.commons.io.FilenameUtils.
Utility class that provides methods to manipulate filenames and filepaths.
FilenameUtils() - Constructor for class org.apache.commons.io.FilenameUtils
Instances should NOT be constructed in standard programming.
FindEvent - class org.apache.commons.io.find.FindEvent.
Event upon which notification is made to a FindListener.
FindEvent(Finder, String, File) - Constructor for class org.apache.commons.io.find.FindEvent
 
FindEvent(Finder, String, File, File) - Constructor for class org.apache.commons.io.find.FindEvent
 
FindEvent(Finder, String, File, File[]) - Constructor for class org.apache.commons.io.find.FindEvent
 
FindListener - interface org.apache.commons.io.find.FindListener.
 
Finder - interface org.apache.commons.io.find.Finder.
A Finder of Files.
FinderException - exception org.apache.commons.io.find.FinderException.
Something went wrong in the finding.
FinderException() - Constructor for class org.apache.commons.io.find.FinderException
 
FinderException(String) - Constructor for class org.apache.commons.io.find.FinderException
 
FinderException(Throwable) - Constructor for class org.apache.commons.io.find.FinderException
 
FinderException(String, Throwable) - Constructor for class org.apache.commons.io.find.FinderException
 
FindingFilter - class org.apache.commons.io.find.FindingFilter.
This is where most of the find functionality occurs.
FindingFilter(Map) - Constructor for class org.apache.commons.io.find.FindingFilter
 
falseFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that always returns false.
file - Variable in class org.apache.commons.io.find.FindEvent
 
fileFilter - Variable in class org.apache.commons.io.filefilter.DelegateFileFilter
The File filter
fileFilters - Variable in class org.apache.commons.io.filefilter.AndFileFilter
The list of file filters.
fileFilters - Variable in class org.apache.commons.io.filefilter.OrFileFilter
The list of file filters.
fileFound(FindEvent) - Method in interface org.apache.commons.io.find.FindListener
A file has been found.
filenameFilter - Variable in class org.apache.commons.io.filefilter.DelegateFileFilter
The Filename filter
files - Variable in class org.apache.commons.io.find.FindEvent
 
filledBufferSum - Variable in class org.apache.commons.io.output.ByteArrayOutputStream
 
filter - Variable in class org.apache.commons.io.filefilter.NotFileFilter
The filter
filters - Variable in class org.apache.commons.io.find.FindingFilter
 
find(File) - Method in class org.apache.commons.io.find.FileFinder
Find all files in the specified directory.
find(File, Map) - Method in class org.apache.commons.io.find.FileFinder
 
find(File, FindingFilter, boolean) - Method in class org.apache.commons.io.find.FileFinder
 
find(File) - Method in interface org.apache.commons.io.find.Finder
 
find(File, Map) - Method in interface org.apache.commons.io.find.Finder
 
findListeners - Variable in class org.apache.commons.io.find.FileFinder
 
finder - Variable in class org.apache.commons.io.find.FindEvent
 
flush() - Method in class org.apache.commons.io.output.DemuxOutputStream
Flushes stream associated with current thread.
flush() - Method in class org.apache.commons.io.output.LockableFileWriter
 
flush() - Method in class org.apache.commons.io.output.ProxyOutputStream
 
flush() - Method in class org.apache.commons.io.output.ProxyWriter
 
flush() - Method in class org.apache.commons.io.output.TeeOutputStream
Flushes both streams.
flush() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
forceDelete(File) - Static method in class org.apache.commons.io.FileUtils
Delete a file.
forceDeleteOnExit(File) - Static method in class org.apache.commons.io.FileUtils
Schedule a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.apache.commons.io.FileUtils
Make a directory.

G

getBaseName(String) - Static method in class org.apache.commons.io.FilenameUtils
Gets the base name, minus the full path and extension, from a full filename.
getBuffer(int) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
getByteCount() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Returns the number of bytes that have been written to this output stream.
getCount() - Method in class org.apache.commons.io.input.CountingInputStream
The number of bytes that have passed through this stream.
getCount() - Method in class org.apache.commons.io.output.CountingOutputStream
The number of bytes that have passed through this stream.
getData() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getDirectory() - Method in class org.apache.commons.io.find.FindEvent
 
getExtension(String) - Static method in class org.apache.commons.io.FilenameUtils
Gets the extension of a filename.
getFile() - Method in class org.apache.commons.io.find.FindEvent
File found.
getFile() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
Returns the data for this output stream as a File, assuming that the data was written to disk.
getFileFilters() - Method in class org.apache.commons.io.filefilter.AndFileFilter
 
getFileFilters() - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
Returns this conditional file filter's list of file filters.
getFileFilters() - Method in class org.apache.commons.io.filefilter.OrFileFilter
Returns this conditional file filter's list of file filters.
getFiles() - Method in class org.apache.commons.io.find.FindEvent
Files found in a directory.
getFinder() - Method in class org.apache.commons.io.find.FindEvent
 
getFullPath(String) - Static method in class org.apache.commons.io.FilenameUtils
Gets the full path from a full filename, which is the prefix + path.
getName(String) - Static method in class org.apache.commons.io.FilenameUtils
Gets the name minus the path from a full filename.
getPath(String) - Static method in class org.apache.commons.io.FilenameUtils
Gets the path from a full filename, which excludes the prefix.
getPrefix(String) - Static method in class org.apache.commons.io.FilenameUtils
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class org.apache.commons.io.FilenameUtils
Returns the length of the filename prefix, such as C:/ or ~/.
getStream() - Method in class org.apache.commons.io.input.DemuxInputStream
Utility method to retrieve stream bound to current thread (if any).
getStream() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
Returns the current output stream.
getStream() - Method in class org.apache.commons.io.output.DemuxOutputStream
Utility method to retrieve stream bound to current thread (if any).
getStream() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getThreshold() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Returns the threshold, in bytes, at which an event will be triggered.
getTrackCount() - Static method in class org.apache.commons.io.FileCleaner
Retrieve the number of files currently being tracked, and therefore awaiting deletion.
getType() - Method in class org.apache.commons.io.find.FindEvent
 

H

HIDDEN - Static variable in interface org.apache.commons.io.find.Finder
 
HexDump - class org.apache.commons.io.HexDump.
Dumps data in hexadecimal format.
HexDump() - Constructor for class org.apache.commons.io.HexDump
Instances should NOT be constructed in standard programming.
HiddenFilter - class org.apache.commons.io.find.HiddenFilter.
 
HiddenFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.HiddenFilter
 

I

IGNORE_HIDDEN_DIRS - Static variable in interface org.apache.commons.io.find.Finder
 
INAME - Static variable in interface org.apache.commons.io.find.Finder
 
INSTANCE - Static variable in class org.apache.commons.io.filefilter.DirectoryFileFilter
Singleton instance of directory filter
INSTANCE - Static variable in class org.apache.commons.io.filefilter.FalseFileFilter
Singleton instance of false filter
INSTANCE - Static variable in class org.apache.commons.io.filefilter.TrueFileFilter
Singleton instance of true filter
IOFileFilter - interface org.apache.commons.io.filefilter.IOFileFilter.
An interface which brings the FileFilter and FilenameFilter interfaces together.
IOUtils - class org.apache.commons.io.IOUtils.
General IO Stream manipulation.
IOUtils() - Constructor for class org.apache.commons.io.IOUtils
Instances should NOT be constructed in standard programming.
IPATH - Static variable in interface org.apache.commons.io.find.Finder
 
IREGEX - Static variable in interface org.apache.commons.io.find.Finder
 
ignoreCase - Variable in class org.apache.commons.io.find.NameFilter
 
ignoreCase - Variable in class org.apache.commons.io.find.PathFilter
 
ignoreCase - Variable in class org.apache.commons.io.find.RegexFilter
 
indexOfExtension(String) - Static method in class org.apache.commons.io.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - Static method in class org.apache.commons.io.FilenameUtils
Returns the index of the last directory separator character.
innerListFiles(Collection, File, IOFileFilter) - Static method in class org.apache.commons.io.FileUtils
Finds files within a given directory (and optionally its subdirectories).
invert - Variable in class org.apache.commons.io.find.CanReadFilter
 
invert - Variable in class org.apache.commons.io.find.CanWriteFilter
 
invert - Variable in class org.apache.commons.io.find.EmptyFilter
 
invert(boolean, boolean) - Static method in class org.apache.commons.io.find.FindingFilter
 
invert - Variable in class org.apache.commons.io.find.HiddenFilter
 
invert - Variable in class org.apache.commons.io.find.MinFilter
 
invert - Variable in class org.apache.commons.io.find.NameFilter
 
invert - Variable in class org.apache.commons.io.find.NewerFilter
 
invert - Variable in class org.apache.commons.io.find.PathFilter
 
invert - Variable in class org.apache.commons.io.find.RegexFilter
 
invert - Variable in class org.apache.commons.io.find.SizeFilter
 
invert - Variable in class org.apache.commons.io.find.TimeFilter
 
invert - Variable in class org.apache.commons.io.find.TypeFilter
 
isDaystartConfigured() - Method in class org.apache.commons.io.find.FindingFilter
 
isExtension(String, String) - Static method in class org.apache.commons.io.FilenameUtils
Checks whether the extension of the filename is that specified using the case rules of the system.
isExtension(String, String[]) - Static method in class org.apache.commons.io.FilenameUtils
Checks whether the extension of the filename is one of those specified using the case rules of the system.
isExtension(String, Collection) - Static method in class org.apache.commons.io.FilenameUtils
Checks whether the extension of the filename is one of those specified using the case rules of the system.
isFileNewer(File, File) - Static method in class org.apache.commons.io.FileUtils
Tests if the specified File is newer than the reference File.
isFileNewer(File, Date) - Static method in class org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified Date.
isFileNewer(File, long) - Static method in class org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified time reference.
isInMemory() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isSeparator(char) - Static method in class org.apache.commons.io.FilenameUtils
Checks if the character is a separator.
isThresholdExceeded() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.

L

LCK - Static variable in class org.apache.commons.io.output.LockableFileWriter
 
LockableFileWriter - class org.apache.commons.io.output.LockableFileWriter.
FileWriter that will create and honor lock files to allow simple cross thread file lock handling.
LockableFileWriter(String) - Constructor for class org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(String, boolean) - Constructor for class org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(String, boolean, String) - Constructor for class org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(File) - Constructor for class org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(File, boolean) - Constructor for class org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(File, boolean, String) - Constructor for class org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
listFiles(File, IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.FileUtils
Finds files within a given directory (and optionally its subdirectories).
listFiles(File, String[], boolean) - Static method in class org.apache.commons.io.FileUtils
Finds files within a given directory (and optionally its subdirectories) which match an array of extensions.
lockFile - Variable in class org.apache.commons.io.output.LockableFileWriter
 

M

MAXDEPTH - Static variable in interface org.apache.commons.io.find.Finder
 
MIN - Static variable in interface org.apache.commons.io.find.Finder
 
MINDEPTH - Static variable in interface org.apache.commons.io.find.Finder
 
MinFilter - class org.apache.commons.io.find.MinFilter.
 
MinFilter(Object, Object, boolean, FindingFilter) - Constructor for class org.apache.commons.io.find.MinFilter
 
m_classLoader - Variable in class org.apache.commons.io.input.ClassLoaderObjectInputStream
 
m_streams - Variable in class org.apache.commons.io.input.DemuxInputStream
 
m_streams - Variable in class org.apache.commons.io.output.DemuxOutputStream
 
makeCVSAware(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Resturns an IOFileFilter that ignores CVS directories.
mark(int) - Method in class org.apache.commons.io.input.ProxyInputStream
 
mark(int) - Method in class org.apache.commons.io.input.ProxyReader
 
markSupported() - Method in class org.apache.commons.io.input.ProxyInputStream
 
markSupported() - Method in class org.apache.commons.io.input.ProxyReader
 
memoryOutputStream - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
The output stream to which data will be written prior to the theshold being reached.

N

NAME - Static variable in interface org.apache.commons.io.find.Finder
 
NEWER - Static variable in interface org.apache.commons.io.find.Finder
 
NOT - Static variable in interface org.apache.commons.io.find.Finder
 
NameFileFilter - class org.apache.commons.io.filefilter.NameFileFilter.
Filters filenames for a certain name.
NameFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
Constructs a new name file filter for a single name.
NameFileFilter(String[]) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
Constructs a new name file filter for any of an array of names.
NameFileFilter(List) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
Constructs a new name file filter for a list of names.
NameFilter - class org.apache.commons.io.find.NameFilter.
 
NameFilter(Object, Object, boolean, boolean) - Constructor for class org.apache.commons.io.find.NameFilter
 
NewerFilter - class org.apache.commons.io.find.NewerFilter.
 
NewerFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.NewerFilter
 
NotFileFilter - class org.apache.commons.io.filefilter.NotFileFilter.
This filter produces a logical NOT of the filters specified.
NotFileFilter(IOFileFilter) - Constructor for class org.apache.commons.io.filefilter.NotFileFilter
Constructs a new file filter that NOTs the result of another filters.
NullOutputStream - class org.apache.commons.io.output.NullOutputStream.
This OutputStream writes all data to the famous /dev/null.
NullOutputStream() - Constructor for class org.apache.commons.io.output.NullOutputStream
 
nameFileFilter(String) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the filename matches the specified text.
names - Variable in class org.apache.commons.io.filefilter.NameFileFilter
The filenames to search for
needNewBuffer(int) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
normalize(String) - Static method in class org.apache.commons.io.FilenameUtils
Normalizes a path, removing double and single dot path steps.
notFileFilter(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that NOTs the specified filter.
notifyDirectoryFinished(File, File[]) - Method in class org.apache.commons.io.find.FileFinder
Notify all FindListeners that a directory has been finished.
notifyDirectoryStarted(File) - Method in class org.apache.commons.io.find.FileFinder
Notify all FindListeners that a directory is being started.
notifyFileFound(File, File) - Method in class org.apache.commons.io.find.FileFinder
Notify FindListeners that a file has been found.

O

ONE_GB - Static variable in class org.apache.commons.io.FileUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class org.apache.commons.io.FileUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class org.apache.commons.io.FileUtils
The number of bytes in a megabyte.
OTHER_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
The separator character that is the opposite of the system separator.
OrFileFilter - class org.apache.commons.io.filefilter.OrFileFilter.
A FileFilter providing conditional OR logic across a list of file filters.
OrFileFilter() - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
Constructs a new instance of OrFileFilter.
OrFileFilter(List) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
Constructs a new instance of OrFileFilter with the specified filters.
OrFileFilter(IOFileFilter, IOFileFilter) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
Constructs a new file filter that ORs the result of two other filters.
option - Variable in class org.apache.commons.io.find.CanReadFilter
 
option - Variable in class org.apache.commons.io.find.CanWriteFilter
 
option - Variable in class org.apache.commons.io.find.EmptyFilter
 
option - Variable in class org.apache.commons.io.find.HiddenFilter
 
option - Variable in class org.apache.commons.io.find.MinFilter
 
option - Variable in class org.apache.commons.io.find.NameFilter
 
option - Variable in class org.apache.commons.io.find.NewerFilter
 
option - Variable in class org.apache.commons.io.find.PathFilter
 
option - Variable in class org.apache.commons.io.find.RegexFilter
 
option - Variable in class org.apache.commons.io.find.SizeFilter
 
option - Variable in class org.apache.commons.io.find.TimeFilter
 
option - Variable in class org.apache.commons.io.find.TypeFilter
 
options - Variable in class org.apache.commons.io.find.FindingFilter
 
orFileFilter(IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that ORs the two specified filters.
org.apache.commons.io - package org.apache.commons.io
Utility code for IO operations.
org.apache.commons.io.filefilter - package org.apache.commons.io.filefilter
This package defines an interface (IOFileFilter) that combines both FileFilter and FilenameFilter.
org.apache.commons.io.find - package org.apache.commons.io.find
 
org.apache.commons.io.input - package org.apache.commons.io.input
Implementations of input classes, such as InputStream and Reader.
org.apache.commons.io.output - package org.apache.commons.io.output
Implementations of output classes, such as OutputStream and Writer.
outputFile - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
The file to which output will be directed if the threshold is exceeded.

P

PATH - Static variable in interface org.apache.commons.io.find.Finder
 
PathFilter - class org.apache.commons.io.find.PathFilter.
 
PathFilter(Object, Object, boolean, boolean) - Constructor for class org.apache.commons.io.find.PathFilter
 
PrefixFileFilter - class org.apache.commons.io.filefilter.PrefixFileFilter.
Filters filenames for a certain prefix.
PrefixFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a single prefix.
PrefixFileFilter(String[]) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes.
PrefixFileFilter(List) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes.
ProxyInputStream - class org.apache.commons.io.input.ProxyInputStream.
A 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.
ProxyInputStream(InputStream) - Constructor for class org.apache.commons.io.input.ProxyInputStream
Constructs a new ProxyInputStream.
ProxyOutputStream - class org.apache.commons.io.output.ProxyOutputStream.
A 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.
ProxyOutputStream(OutputStream) - Constructor for class org.apache.commons.io.output.ProxyOutputStream
Constructs a new ProxyOutputStream.
ProxyReader - class org.apache.commons.io.input.ProxyReader.
A 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.
ProxyReader(Reader) - Constructor for class org.apache.commons.io.input.ProxyReader
Constructs a new ProxyReader.
ProxyWriter - class org.apache.commons.io.output.ProxyWriter.
A 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.
ProxyWriter(Writer) - Constructor for class org.apache.commons.io.output.ProxyWriter
Constructs a new ProxyWriter.
parent - Variable in class org.apache.commons.io.find.MinFilter
 
parent - Variable in class org.apache.commons.io.find.TimeFilter
 
path - Variable in class org.apache.commons.io.FileCleaner.Tracker
The full path to the file being tracked.
prefixFileFilter(String) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the filename starts with the specified text.
prefixes - Variable in class org.apache.commons.io.filefilter.PrefixFileFilter
The filename prefixes to search for
proxy - Variable in class org.apache.commons.io.input.ProxyInputStream
 
proxy - Variable in class org.apache.commons.io.input.ProxyReader
 
proxy - Variable in class org.apache.commons.io.output.ProxyOutputStream
 
proxy - Variable in class org.apache.commons.io.output.ProxyWriter
 

Q

q - Static variable in class org.apache.commons.io.FileCleaner
Queue of Tracker instances being watched.

R

REGEX - Static variable in interface org.apache.commons.io.find.Finder
 
RegexFilter - class org.apache.commons.io.find.RegexFilter.
 
RegexFilter(Object, Object, boolean, boolean) - Constructor for class org.apache.commons.io.find.RegexFilter
 
read(InputStream) - Static method in class org.apache.commons.io.EndianUtils
 
read(byte[]) - Method in class org.apache.commons.io.input.CountingInputStream
Increases the count by super.read(b)'s return count
read(byte[], int, int) - Method in class org.apache.commons.io.input.CountingInputStream
Increases the count by super.read(b, off, len)'s return count
read() - Method in class org.apache.commons.io.input.CountingInputStream
Increases the count by 1.
read() - Method in class org.apache.commons.io.input.DemuxInputStream
Read byte from stream associated with current thread.
read() - Method in class org.apache.commons.io.input.ProxyInputStream
 
read(byte[]) - Method in class org.apache.commons.io.input.ProxyInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.io.input.ProxyInputStream
 
read() - Method in class org.apache.commons.io.input.ProxyReader
 
read(char[]) - Method in class org.apache.commons.io.input.ProxyReader
 
read(char[], int, int) - Method in class org.apache.commons.io.input.ProxyReader
 
readBoolean() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readByte() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readChar() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readDouble() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readFileToByteArray(File) - Static method in class org.apache.commons.io.FileUtils
Reads the contents of a file into a byte array.
readFileToString(File, String) - Static method in class org.apache.commons.io.FileUtils
Reads the contents of a file into a String.
readFloat() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readFully(byte[]) - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readFully(byte[], int, int) - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readInt() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readLine() - Method in class org.apache.commons.io.input.SwappedDataInputStream
Not currently supported.
readLong() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readShort() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readSwappedDouble(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads a "double" value from a byte array at a given offset.
readSwappedDouble(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a "double" value from an InputStream.
readSwappedFloat(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads a "float" value from a byte array at a given offset.
readSwappedFloat(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a "float" value from an InputStream.
readSwappedInteger(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads a "int" value from a byte array at a given offset.
readSwappedInteger(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a "int" value from an InputStream.
readSwappedLong(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads a "long" value from a byte array at a given offset.
readSwappedLong(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a "long" value from an InputStream.
readSwappedShort(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads a "short" value from a byte array at a given offset.
readSwappedShort(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a "short" value from an InputStream.
readSwappedUnsignedInteger(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads an unsigned integer (32-bit) value from a byte array at a given offset.
readSwappedUnsignedInteger(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a unsigned integer (32-bit) from an InputStream.
readSwappedUnsignedShort(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
Reads an unsigned short (16-bit) value from a byte array at a given offset.
readSwappedUnsignedShort(InputStream) - Static method in class org.apache.commons.io.EndianUtils
Reads a unsigned short (16-bit) from an InputStream.
readUTF() - Method in class org.apache.commons.io.input.SwappedDataInputStream
Not currently supported.
readUnsignedByte() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
readUnsignedShort() - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
ready() - Method in class org.apache.commons.io.input.ProxyReader
 
reaper - Static variable in class org.apache.commons.io.FileCleaner
The thread that will clean up registered files.
removeExtension(String) - Static method in class org.apache.commons.io.FilenameUtils
Removes the extension from a filename.
removeFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.AndFileFilter
 
removeFileFilter(IOFileFilter) - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
Removes the specified file filter.
removeFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.OrFileFilter
Removes the specified file filter.
removeFindListener(FindListener) - Method in class org.apache.commons.io.find.FileFinder
Remove a FindListener.
removeFindListener(FindListener) - Method in interface org.apache.commons.io.find.Finder
 
reset() - Method in class org.apache.commons.io.input.ProxyInputStream
 
reset() - Method in class org.apache.commons.io.input.ProxyReader
 
reset() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
resetCount() - Method in class org.apache.commons.io.input.CountingInputStream
Set the count back to 0.
resetCount() - Method in class org.apache.commons.io.output.CountingOutputStream
Set the count back to 0.
resolveClass(ObjectStreamClass) - Method in class org.apache.commons.io.input.ClassLoaderObjectInputStream
 

S

SIZE - Static variable in interface org.apache.commons.io.find.Finder
 
SYSTEM_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
The system separator character.
SizeFilter - class org.apache.commons.io.find.SizeFilter.
 
SizeFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.SizeFilter
 
SuffixFileFilter - class org.apache.commons.io.filefilter.SuffixFileFilter.
Filters files based on the suffix (what the filename ends with).
SuffixFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a single extension.
SuffixFileFilter(String[]) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixs.
SuffixFileFilter(List) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes.
SwappedDataInputStream - class org.apache.commons.io.input.SwappedDataInputStream.
DataInput for systems relying on little endian data formats.
SwappedDataInputStream(InputStream) - Constructor for class org.apache.commons.io.input.SwappedDataInputStream
Constructs a SwappedDataInputStream.
separatorsToSystem(String) - Static method in class org.apache.commons.io.FilenameUtils
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class org.apache.commons.io.FilenameUtils
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class org.apache.commons.io.FilenameUtils
Converts all separators to the Windows separator of backslash.
setFileFilters(List) - Method in class org.apache.commons.io.filefilter.AndFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List) - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List) - Method in class org.apache.commons.io.filefilter.OrFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
size() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
sizeOfDirectory(File) - Static method in class org.apache.commons.io.FileUtils
Recursively count size of a directory (sum of the length of all files).
skip(long) - Method in class org.apache.commons.io.input.ProxyInputStream
 
skip(long) - Method in class org.apache.commons.io.input.ProxyReader
 
skipBytes(int) - Method in class org.apache.commons.io.input.SwappedDataInputStream
 
splitOnTokens(String) - Static method in class org.apache.commons.io.FilenameUtils
 
suffixFileFilter(String) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the filename ends with the specified text.
suffixes - Variable in class org.apache.commons.io.filefilter.SuffixFileFilter
The filename suffixes to search for
swapDouble(double) - Static method in class org.apache.commons.io.EndianUtils
Converts a "double" value between endian systems.
swapFloat(float) - Static method in class org.apache.commons.io.EndianUtils
Converts a "float" value between endian systems.
swapInteger(int) - Static method in class org.apache.commons.io.EndianUtils
Converts a "int" value between endian systems.
swapLong(long) - Static method in class org.apache.commons.io.EndianUtils
Converts a "long" value between endian systems.
swapShort(short) - Static method in class org.apache.commons.io.EndianUtils
Converts a "short" value between endian systems.

T

TIME - Static variable in interface org.apache.commons.io.find.Finder
 
TYPE - Static variable in interface org.apache.commons.io.find.Finder
 
TeeOutputStream - class org.apache.commons.io.output.TeeOutputStream.
Classic splitter of OutputStream.
TeeOutputStream(OutputStream, OutputStream) - Constructor for class org.apache.commons.io.output.TeeOutputStream
Constructs a TeeOutputStream.
ThresholdingOutputStream - class org.apache.commons.io.output.ThresholdingOutputStream.
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - Constructor for class org.apache.commons.io.output.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
TimeFilter - class org.apache.commons.io.find.TimeFilter.
 
TimeFilter(Object, Object, boolean, FindingFilter) - Constructor for class org.apache.commons.io.find.TimeFilter
 
TrueFileFilter - class org.apache.commons.io.filefilter.TrueFileFilter.
A file filter that always returns true.
TrueFileFilter() - Constructor for class org.apache.commons.io.filefilter.TrueFileFilter
Restrictive consructor.
TypeFilter - class org.apache.commons.io.find.TypeFilter.
 
TypeFilter(Object, Object, boolean) - Constructor for class org.apache.commons.io.find.TypeFilter
 
testLockDir(File) - Method in class org.apache.commons.io.output.LockableFileWriter
 
threshold - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
The threshold at which the event will be triggered.
thresholdExceeded - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
Whether or not the configured threshold has been exceeded.
thresholdReached() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
toBoolean(Object) - Static method in class org.apache.commons.io.find.FileFinder
 
toByteArray(InputStream) - Static method in class org.apache.commons.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class org.apache.commons.io.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, String) - Static method in class org.apache.commons.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - Static method in class org.apache.commons.io.IOUtils
Deprecated. Use String.getBytes()
toByteArray() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
toCharArray(InputStream) - Static method in class org.apache.commons.io.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, String) - Static method in class org.apache.commons.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - Static method in class org.apache.commons.io.IOUtils
Get the contents of a Reader as a character array.
toFile(URL) - Static method in class org.apache.commons.io.FileUtils
Convert from a URL to a File.
toFiles(URL[]) - Static method in class org.apache.commons.io.FileUtils
Converts each of an array of URL to a File.
toInt(Object) - Static method in class org.apache.commons.io.find.FileFinder
 
toString(InputStream) - Static method in class org.apache.commons.io.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, String) - Static method in class org.apache.commons.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - Static method in class org.apache.commons.io.IOUtils
Get the contents of a Reader as a String.
toString(byte[]) - Static method in class org.apache.commons.io.IOUtils
Deprecated. Use String.String(byte[])
toString(byte[], String) - Static method in class org.apache.commons.io.IOUtils
Deprecated. Use String.String(byte[],String)
toString() - Method in class org.apache.commons.io.find.FindEvent
 
toString() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
toString(String) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
toSuffixes(String[]) - Static method in class org.apache.commons.io.FileUtils
Converts an array of file extensions to suffixes for use with IOFileFilters.
toURLs(File[]) - Static method in class org.apache.commons.io.FileUtils
Converts each of an array of File to a URL.
touch(File) - Static method in class org.apache.commons.io.FileUtils
Implements the same behaviour as the "touch" utility on Unix.
track(File, Object) - Static method in class org.apache.commons.io.FileCleaner
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object) - Static method in class org.apache.commons.io.FileCleaner
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
trackers - Static variable in class org.apache.commons.io.FileCleaner
Collection of Tracker instances in existence.
trueFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that always returns true.
type - Variable in class org.apache.commons.io.find.FindEvent
 

U

UNIX_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
The Unix separator character.

W

WINDOWS_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
The Windows separator character.
WildcardFilter - class org.apache.commons.io.filefilter.WildcardFilter.
Filters files using supplied wildcard(s).
WildcardFilter(String) - Constructor for class org.apache.commons.io.filefilter.WildcardFilter
Construct a new wildcard filter for a single wildcard
WildcardFilter(String[]) - Constructor for class org.apache.commons.io.filefilter.WildcardFilter
Construct a new wildcard filter for an array of wildcards
WildcardFilter(List) - Constructor for class org.apache.commons.io.filefilter.WildcardFilter
Construct a new wildcard filter for a list of wildcards
waitFor(File, int) - Static method in class org.apache.commons.io.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
wildcardMatch(String, String) - Static method in class org.apache.commons.io.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher.
wildcards - Variable in class org.apache.commons.io.filefilter.WildcardFilter
The wildcards that will be used to match filenames
write(byte[], OutputStream) - Static method in class org.apache.commons.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - Static method in class org.apache.commons.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, String) - Static method in class org.apache.commons.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], Writer) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(char[], OutputStream) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a String to a Writer.
write(String, OutputStream) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a StringBuffer to a Writer.
write(StringBuffer, OutputStream) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the default character encoding of the platform.
write(StringBuffer, OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the specified character encoding.
write(byte[], int, int) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
write(int) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
Calls the write(byte[]) method.
write(byte[]) - Method in class org.apache.commons.io.output.CountingOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.io.output.CountingOutputStream
 
write(int) - Method in class org.apache.commons.io.output.CountingOutputStream
 
write(int) - Method in class org.apache.commons.io.output.DemuxOutputStream
Writes byte to stream associated with current thread.
write(char[], int, int) - Method in class org.apache.commons.io.output.LockableFileWriter
 
write(byte[], int, int) - Method in class org.apache.commons.io.output.NullOutputStream
 
write(int) - Method in class org.apache.commons.io.output.NullOutputStream
 
write(byte[]) - Method in class org.apache.commons.io.output.NullOutputStream
 
write(int) - Method in class org.apache.commons.io.output.ProxyOutputStream
 
write(byte[]) - Method in class org.apache.commons.io.output.ProxyOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.io.output.ProxyOutputStream
 
write(int) - Method in class org.apache.commons.io.output.ProxyWriter
 
write(char[]) - Method in class org.apache.commons.io.output.ProxyWriter
 
write(char[], int, int) - Method in class org.apache.commons.io.output.ProxyWriter
 
write(String) - Method in class org.apache.commons.io.output.ProxyWriter
 
write(String, int, int) - Method in class org.apache.commons.io.output.ProxyWriter
 
write(byte[]) - Method in class org.apache.commons.io.output.TeeOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.io.output.TeeOutputStream
 
write(int) - Method in class org.apache.commons.io.output.TeeOutputStream
 
write(int) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeByteArrayToFile(File, byte[]) - Static method in class org.apache.commons.io.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeStringToFile(File, String, String) - Static method in class org.apache.commons.io.FileUtils
Writes a String to a file creating the file if it does not exist.
writeSwappedDouble(byte[], int, double) - Static method in class org.apache.commons.io.EndianUtils
Writes a "double" value to a byte array at a given offset.
writeSwappedDouble(OutputStream, double) - Static method in class org.apache.commons.io.EndianUtils
Writes a "double" value to an OutputStream.
writeSwappedFloat(byte[], int, float) - Static method in class org.apache.commons.io.EndianUtils
Writes a "float" value to a byte array at a given offset.
writeSwappedFloat(OutputStream, float) - Static method in class org.apache.commons.io.EndianUtils
Writes a "float" value to an OutputStream.
writeSwappedInteger(byte[], int, int) - Static method in class org.apache.commons.io.EndianUtils
Writes a "int" value to a byte array at a given offset.
writeSwappedInteger(OutputStream, int) - Static method in class org.apache.commons.io.EndianUtils
Writes a "int" value to an OutputStream.
writeSwappedLong(byte[], int, long) - Static method in class org.apache.commons.io.EndianUtils
Writes a "long" value to a byte array at a given offset.
writeSwappedLong(OutputStream, long) - Static method in class org.apache.commons.io.EndianUtils
Writes a "long" value to an OutputStream.
writeSwappedShort(byte[], int, short) - Static method in class org.apache.commons.io.EndianUtils
Writes a "short" value to a byte array at a given offset.
writeSwappedShort(OutputStream, short) - Static method in class org.apache.commons.io.EndianUtils
Writes a "short" value to an OutputStream.
writeTo(OutputStream) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
 
writer - Variable in class org.apache.commons.io.output.LockableFileWriter
 
written - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
The number of bytes written to the output stream.

_

_cbuffer - Static variable in class org.apache.commons.io.HexDump
 
_hexcodes - Static variable in class org.apache.commons.io.HexDump
 
_lbuffer - Static variable in class org.apache.commons.io.HexDump
 
_shifts - Static variable in class org.apache.commons.io.HexDump
 

A B C D E F G H I L M N O P Q R S T U W _