??

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|?????|?????|?????

A

AbstractByteArrayOutputStream - org.apache.commons.io.output???
This is the base class for implementing an output stream in which the data is written into a byte array.
AbstractByteArrayOutputStream() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
 
AbstractByteArrayOutputStream.InputStreamConstructor<T extends InputStream> - org.apache.commons.io.output????
Constructor for an InputStream subclass.
AbstractCharacterFilterReader - org.apache.commons.io.input???
A filter reader that filters out characters where subclasses decide which characters to filter out.
AbstractCharacterFilterReader(Reader) - ????? org.apache.commons.io.input.AbstractCharacterFilterReader
Constructs a new reader.
AbstractCharacterFilterReader(Reader, IntPredicate) - ????? org.apache.commons.io.input.AbstractCharacterFilterReader
Constructs a new reader.
AbstractFileFilter - org.apache.commons.io.filefilter???
Abstracts the implementation of the FileFilter (IO), FilenameFilter (IO), PathFilter (NIO) interfaces via our own IOFileFilter interface.
AbstractFileFilter() - ????? org.apache.commons.io.filefilter.AbstractFileFilter
 
accept(File) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Checks to see if the last modification of the file matches cutoff favorably.
accept(File) - ????? org.apache.commons.io.filefilter.AndFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - ????? org.apache.commons.io.filefilter.CanExecuteFileFilter
Checks to see if the file can be executed.
accept(File) - ????? org.apache.commons.io.filefilter.CanReadFileFilter
Checks to see if the file can be read.
accept(File) - ????? org.apache.commons.io.filefilter.CanWriteFileFilter
Checks to see if the file can be written to.
accept(File) - ????? org.apache.commons.io.filefilter.DelegateFileFilter
Checks the filter.
accept(File) - ????? org.apache.commons.io.filefilter.DirectoryFileFilter
Checks to see if the file is a directory.
accept(File) - ????? org.apache.commons.io.filefilter.EmptyFileFilter
Checks to see if the file is empty.
accept(File) - ????? org.apache.commons.io.filefilter.FalseFileFilter
Returns false.
accept(File) - ????? org.apache.commons.io.filefilter.FileEqualsFileFilter
 
accept(File) - ????? org.apache.commons.io.filefilter.FileFileFilter
Checks to see if the file is a file.
accept(File) - ????? org.apache.commons.io.filefilter.HiddenFileFilter
Checks to see if the file is hidden.
accept(File) - ?????? org.apache.commons.io.filefilter.IOFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Accepts the provided file if the file contains the file filter's magic number at the specified offset.
accept(File) - ????? org.apache.commons.io.filefilter.NameFileFilter
Checks to see if the file name matches.
accept(File) - ????? org.apache.commons.io.filefilter.NotFileFilter
Returns the logical NOT of the underlying filter's return value for the same File.
accept(File) - ????? org.apache.commons.io.filefilter.OrFileFilter
Checks to see if the File should be accepted by this filter.
accept(File) - ????? org.apache.commons.io.filefilter.PathEqualsFileFilter
 
accept(File) - ????? org.apache.commons.io.filefilter.PathVisitorFileFilter
 
accept(File) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Checks to see if the file name starts with the prefix.
accept(File) - ????? org.apache.commons.io.filefilter.SizeFileFilter
Checks to see if the size of the file is favorable.
accept(File) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Checks to see if the file name ends with the suffix.
accept(File) - ????? org.apache.commons.io.filefilter.SymbolicLinkFileFilter
Checks to see if the file is a file.
accept(File) - ????? org.apache.commons.io.filefilter.TrueFileFilter
Returns true.
accept(File) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Checks to see if the file name matches one of the wildcards.
accept(File) - ????? org.apache.commons.io.filefilter.WildcardFilter
????
Checks to see if the file name matches one of the wildcards.
accept(File, String) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - ????? org.apache.commons.io.filefilter.AndFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - ????? org.apache.commons.io.filefilter.DelegateFileFilter
Checks the filter.
accept(File, String) - ????? org.apache.commons.io.filefilter.FalseFileFilter
Returns false.
accept(File, String) - ?????? org.apache.commons.io.filefilter.IOFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - ????? org.apache.commons.io.filefilter.NameFileFilter
Checks to see if the file name matches.
accept(File, String) - ????? org.apache.commons.io.filefilter.NotFileFilter
Returns the logical NOT of the underlying filter's return value for the same arguments.
accept(File, String) - ????? org.apache.commons.io.filefilter.OrFileFilter
Checks to see if the File should be accepted by this filter.
accept(File, String) - ????? org.apache.commons.io.filefilter.PathVisitorFileFilter
 
accept(File, String) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Checks to see if the file name starts with the prefix.
accept(File, String) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Checks to see if the file name matches one of the regular expressions.
accept(File, String) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Checks to see if the file name ends with the suffix.
accept(File, String) - ????? org.apache.commons.io.filefilter.TrueFileFilter
Returns true.
accept(File, String) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Checks to see if the file name matches one of the wildcards.
accept(File, String) - ????? org.apache.commons.io.filefilter.WildcardFilter
????
Checks to see if the file name matches one of the wildcards.
accept(Class<?>...) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Accept the specified classes for deserialization, unless they are otherwise rejected.
accept(String...) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Accept the wildcard specified classes for deserialization, unless they are otherwise rejected.
accept(Path) - ????? org.apache.commons.io.file.DirectoryStreamFilter
 
accept(Path, BasicFileAttributes) - ?????? org.apache.commons.io.file.PathFilter
Tests whether or not to include the specified Path in a result.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Checks to see if the last modification of the file matches cutoff favorably.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.AndFileFilter
Checks to see if the Path should be accepted by this filter.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.CanExecuteFileFilter
Checks to see if the file can be executed.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.CanReadFileFilter
Checks to see if the file can be read.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.CanWriteFileFilter
Checks to see if the file can be written to.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.DirectoryFileFilter
Checks to see if the file is a directory.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.EmptyFileFilter
Checks to see if the file is empty.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.FalseFileFilter
Returns false.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.FileEqualsFileFilter
 
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.FileFileFilter
Checks to see if the file is a file.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.HiddenFileFilter
Checks to see if the file is hidden.
accept(Path, BasicFileAttributes) - ?????? org.apache.commons.io.filefilter.IOFileFilter
Checks to see if the Path should be accepted by this filter.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Accepts the provided file if the file contains the file filter's magic number at the specified offset.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.NameFileFilter
Checks to see if the file name matches.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.NotFileFilter
Returns the logical NOT of the underlying filter's return value for the same File.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.OrFileFilter
Checks to see if the Path should be accepted by this filter.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.PathEqualsFileFilter
 
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.PathVisitorFileFilter
 
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Checks to see if the file name starts with the prefix.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Checks to see if the file name matches one of the regular expressions.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.SizeFileFilter
Checks to see if the size of the file is favorable.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Checks to see if the file name ends with the suffix.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.SymbolicLinkFileFilter
Checks to see if the file is a file.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.TrueFileFilter
Returns true.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Checks to see if the file name matches one of the wildcards.
accept(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.WildcardFilter
????
Checks to see if the file name matches one of the wildcards.
accept(Pattern) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Accept class names that match the supplied pattern for deserialization, unless they are otherwise rejected.
accept(ClassNameMatcher) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.
accept(T) - ?????? org.apache.commons.io.function.IOConsumer
Performs this operation on the given argument.
AccumulatorPathVisitor - org.apache.commons.io.file???
Accumulates normalized paths during visitation.
AccumulatorPathVisitor() - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Constructs a new instance.
AccumulatorPathVisitor(Counters.PathCounters) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Constructs a new instance that counts file system elements.
AccumulatorPathVisitor(Counters.PathCounters, PathFilter, PathFilter) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Constructs a new instance.
add(byte) - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Adds a new byte to the buffer, which will eventually be returned by following invocations of CircularByteBuffer.read().
add(byte[], int, int) - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Adds the given bytes to the buffer.
add(long) - ?????? org.apache.commons.io.file.Counters.Counter
Adds the given number to this counter.
add(ObservableInputStream.Observer) - ????? org.apache.commons.io.input.ObservableInputStream
Adds an Observer.
addFileFilter(IOFileFilter) - ????? org.apache.commons.io.filefilter.AndFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter) - ?????? 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) - ????? org.apache.commons.io.filefilter.OrFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter...) - ????? org.apache.commons.io.filefilter.AndFileFilter
Adds the given file filters.
addFileFilter(IOFileFilter...) - ????? org.apache.commons.io.filefilter.OrFileFilter
Adds the given file filters.
addListener(FileAlterationListener) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Adds a file system listener.
addObserver(FileAlterationObserver) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Adds a file system observer to this monitor.
afterRead(int) - ????? org.apache.commons.io.input.AutoCloseInputStream
Automatically closes the stream if the end of stream was reached.
afterRead(int) - ????? org.apache.commons.io.input.CountingInputStream
Adds the number of read bytes to the count.
afterRead(int) - ????? org.apache.commons.io.input.ProxyInputStream
Invoked by the read methods after the proxied call has returned successfully.
afterRead(int) - ????? org.apache.commons.io.input.ProxyReader
Invoked by the read methods after the proxied call has returned successfully.
afterWrite(int) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invoked by the write methods after the proxied call has returned successfully.
afterWrite(int) - ????? org.apache.commons.io.output.ProxyOutputStream
Invoked by the write methods after the proxied call has returned successfully.
afterWrite(int) - ????? org.apache.commons.io.output.ProxyWriter
Invoked by the write methods after the proxied call has returned successfully.
ageFileFilter(long) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified before or at the specified cutoff time.
ageFileFilter(long, boolean) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff time.
ageFileFilter(File) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified before or at the same time as the specified reference file.
ageFileFilter(File, boolean) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff reference file.
ageFileFilter(Date) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified before or at the specified cutoff date.
ageFileFilter(Date, boolean) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff date.
AgeFileFilter - org.apache.commons.io.filefilter???
Filters files based on a cutoff time, can filter either newer files or files equal to or older.
AgeFileFilter(long) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Constructs a new age file filter for files equal to or older than a certain cutoff
AgeFileFilter(long, boolean) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff.
AgeFileFilter(File) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain File (whose last modification time will be used as reference).
AgeFileFilter(File, boolean) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain File (whose last modification time will be used as reference).
AgeFileFilter(Date) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain cutoff date.
AgeFileFilter(Date, boolean) - ????? org.apache.commons.io.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff date.
and(IOFileFilter) - ????? org.apache.commons.io.filefilter.FalseFileFilter
 
and(IOFileFilter) - ?????? org.apache.commons.io.filefilter.IOFileFilter
Creates a new "and" filter with this filter.
and(IOFileFilter) - ????? org.apache.commons.io.filefilter.TrueFileFilter
 
and(IOFileFilter...) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that ANDs the specified filters.
andFileFilter(IOFileFilter, IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
AndFileFilter - org.apache.commons.io.filefilter???
A FileFilter providing conditional AND logic across a list of file filters.
AndFileFilter() - ????? org.apache.commons.io.filefilter.AndFileFilter
Constructs a new empty instance.
AndFileFilter(List<IOFileFilter>) - ????? org.apache.commons.io.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter with the specified list of filters.
AndFileFilter(IOFileFilter...) - ????? org.apache.commons.io.filefilter.AndFileFilter
Constructs a new instance for the give filters.
AndFileFilter(IOFileFilter, IOFileFilter) - ????? org.apache.commons.io.filefilter.AndFileFilter
Constructs a new file filter that ANDs the result of other filters.
andThen(Consumer<? super R>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies this function to its input, and then applies the after consumer to the result.
andThen(Function<? super R, ? extends V>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies this function to its input, and then applies the after function to the result.
andThen(IOConsumer<? super R>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies this function to its input, and then applies the after consumer to the result.
andThen(IOConsumer<? super T>) - ?????? org.apache.commons.io.function.IOConsumer
Returns a composed IoConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IOFunction<? super R, ? extends V>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies this function to its input, and then applies the after function to the result.
append(char) - ????? org.apache.commons.io.output.AppendableWriter
Appends the specified character to the underlying appendable.
append(char) - ????? org.apache.commons.io.output.FilterCollectionWriter
 
append(char) - ????? org.apache.commons.io.output.NullAppendable
 
append(char) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
append(char) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegates' append(char) methods.
append(char) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's append(char) method.
append(char) - ????? org.apache.commons.io.output.StringBuilderWriter
Appends a single character to this Writer.
append(CharSequence) - ????? org.apache.commons.io.output.AppendableWriter
Appends the specified character sequence to the underlying appendable.
append(CharSequence) - ????? org.apache.commons.io.output.FilterCollectionWriter
 
append(CharSequence) - ????? org.apache.commons.io.output.NullAppendable
 
append(CharSequence) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
append(CharSequence) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegates' append(CharSequence) methods.
append(CharSequence) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's append(CharSequence) method.
append(CharSequence) - ????? org.apache.commons.io.output.StringBuilderWriter
Appends a character sequence to this Writer.
append(CharSequence, int, int) - ????? org.apache.commons.io.output.AppendableWriter
Appends a subsequence of the specified character sequence to the underlying appendable.
append(CharSequence, int, int) - ????? org.apache.commons.io.output.FilterCollectionWriter
 
append(CharSequence, int, int) - ????? org.apache.commons.io.output.NullAppendable
 
append(CharSequence, int, int) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
append(CharSequence, int, int) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegates' append(CharSequence, int, int) methods.
append(CharSequence, int, int) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's append(CharSequence, int, int) method.
append(CharSequence, int, int) - ????? org.apache.commons.io.output.StringBuilderWriter
Appends a portion of a character sequence to the StringBuilder.
AppendableOutputStream<T extends Appendable> - org.apache.commons.io.output???
OutputStream implementation that writes the data to an Appendable Object.
AppendableOutputStream(T) - ????? org.apache.commons.io.output.AppendableOutputStream
Construct a new instance with the specified appendable.
AppendableWriter<T extends Appendable> - org.apache.commons.io.output???
Writer implementation that writes the data to an Appendable Object.
AppendableWriter(T) - ????? org.apache.commons.io.output.AppendableWriter
Constructs a new instance with the specified appendable.
apply(T) - ?????? org.apache.commons.io.function.IOFunction
Applies this function to the given argument.
asFileFilter(FileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns an IOFileFilter that wraps the FileFilter instance.
asFileFilter(FilenameFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns an IOFileFilter that wraps the FilenameFilter instance.
AutoCloseInputStream - org.apache.commons.io.input???
Proxy 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.
AutoCloseInputStream(InputStream) - ????? org.apache.commons.io.input.AutoCloseInputStream
Creates an automatically closing proxy for the given input stream.
available() - ????? org.apache.commons.io.input.BoundedInputStream
available() - ????? org.apache.commons.io.input.BrokenInputStream
Throws the configured exception.
available() - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
 
available() - ????? org.apache.commons.io.input.CharSequenceInputStream
Return an estimate of the number of bytes remaining in the byte stream.
available() - ????? org.apache.commons.io.input.NullInputStream
Return the number of bytes that can be read.
available() - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's available() method.
available() - ????? org.apache.commons.io.input.RandomAccessFileInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream.
available() - ????? org.apache.commons.io.input.ReadAheadInputStream
 
available() - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
availableLong() - ????? org.apache.commons.io.input.RandomAccessFileInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream.

B

beforeRead(int) - ????? org.apache.commons.io.input.ProxyInputStream
Invoked by the read methods before the call is proxied.
beforeRead(int) - ????? org.apache.commons.io.input.ProxyReader
Invoked by the read methods before the call is proxied.
beforeWrite(int) - ????? org.apache.commons.io.output.CountingOutputStream
Updates the count with the number of bytes that are being written.
beforeWrite(int) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invoked by the write methods before the call is proxied.
beforeWrite(int) - ????? org.apache.commons.io.output.ProxyOutputStream
Invoked by the write methods before the call is proxied.
beforeWrite(int) - ????? org.apache.commons.io.output.ProxyWriter
Invoked by the write methods before the call is proxied.
bigIntegerCounter() - ??????? org.apache.commons.io.file.Counters
Returns a new BigInteger Counter.
bigIntegerPathCounters() - ??????? org.apache.commons.io.file.Counters
Returns a new BigInteger PathCounters.
bindStream(InputStream) - ????? org.apache.commons.io.input.DemuxInputStream
Binds the specified stream to the current thread.
bindStream(OutputStream) - ????? org.apache.commons.io.output.DemuxOutputStream
Binds the specified stream to the current thread.
BOMInputStream - org.apache.commons.io.input???
This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.
BOMInputStream(InputStream) - ????? org.apache.commons.io.input.BOMInputStream
Constructs a new BOM InputStream that excludes a ByteOrderMark.UTF_8 BOM.
BOMInputStream(InputStream, boolean) - ????? org.apache.commons.io.input.BOMInputStream
Constructs a new BOM InputStream that detects a a ByteOrderMark.UTF_8 and optionally includes it.
BOMInputStream(InputStream, boolean, ByteOrderMark...) - ????? org.apache.commons.io.input.BOMInputStream
Constructs a new BOM InputStream that detects the specified BOMs and optionally includes them.
BOMInputStream(InputStream, ByteOrderMark...) - ????? org.apache.commons.io.input.BOMInputStream
Constructs a new BOM InputStream that excludes the specified BOMs.
BoundedInputStream - org.apache.commons.io.input???
This is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.
BoundedInputStream(InputStream) - ????? org.apache.commons.io.input.BoundedInputStream
Creates a new BoundedInputStream that wraps the given input stream and is unlimited.
BoundedInputStream(InputStream, long) - ????? org.apache.commons.io.input.BoundedInputStream
Creates a new BoundedInputStream that wraps the given input stream and limits it to a certain size.
BoundedReader - org.apache.commons.io.input???
A reader that imposes a limit to the number of characters that can be read from an underlying reader, returning EOF when this limit is reached, regardless of state of underlying reader.
BoundedReader(Reader, int) - ????? org.apache.commons.io.input.BoundedReader
Constructs a bounded reader
branch - ????? org.apache.commons.io.output.TeeOutputStream
The second OutputStream to write to.
BrokenInputStream - org.apache.commons.io.input???
Broken input stream.
BrokenInputStream() - ????? org.apache.commons.io.input.BrokenInputStream
Creates a new stream that always throws an IOException
BrokenInputStream(IOException) - ????? org.apache.commons.io.input.BrokenInputStream
Creates a new stream that always throws the given exception.
BrokenOutputStream - org.apache.commons.io.output???
Broken output stream.
BrokenOutputStream() - ????? org.apache.commons.io.output.BrokenOutputStream
Creates a new stream that always throws an IOException
BrokenOutputStream(IOException) - ????? org.apache.commons.io.output.BrokenOutputStream
Creates a new stream that always throws the given exception.
BrokenReader - org.apache.commons.io.input???
Broken reader.
BrokenReader() - ????? org.apache.commons.io.input.BrokenReader
Creates a new reader that always throws an IOException
BrokenReader(IOException) - ????? org.apache.commons.io.input.BrokenReader
Creates a new reader that always throws the given exception.
BrokenWriter - org.apache.commons.io.output???
Broken writer.
BrokenWriter() - ????? org.apache.commons.io.output.BrokenWriter
Creates a new writer that always throws an IOException
BrokenWriter(IOException) - ????? org.apache.commons.io.output.BrokenWriter
Creates a new writer that always throws the given exception.
buffer - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
Internal buffer.
buffer(InputStream) - ??????? org.apache.commons.io.IOUtils
Returns the given InputStream if it is already a BufferedInputStream, otherwise creates a BufferedInputStream from the given InputStream.
buffer(InputStream, int) - ??????? org.apache.commons.io.IOUtils
Returns the given InputStream if it is already a BufferedInputStream, otherwise creates a BufferedInputStream from the given InputStream.
buffer(OutputStream) - ??????? org.apache.commons.io.IOUtils
Returns the given OutputStream if it is already a BufferedOutputStream, otherwise creates a BufferedOutputStream from the given OutputStream.
buffer(OutputStream, int) - ??????? org.apache.commons.io.IOUtils
Returns the given OutputStream if it is already a BufferedOutputStream, otherwise creates a BufferedOutputStream from the given OutputStream.
buffer(Reader) - ??????? org.apache.commons.io.IOUtils
Returns the given reader if it is already a BufferedReader, otherwise creates a BufferedReader from the given reader.
buffer(Reader, int) - ??????? org.apache.commons.io.IOUtils
Returns the given reader if it is already a BufferedReader, otherwise creates a BufferedReader from the given reader.
buffer(Writer) - ??????? org.apache.commons.io.IOUtils
Returns the given Writer if it is already a BufferedWriter, otherwise creates a BufferedWriter from the given Writer.
buffer(Writer, int) - ??????? org.apache.commons.io.IOUtils
Returns the given Writer if it is already a BufferedWriter, otherwise creates a BufferedWriter from the given Writer.
BufferedFileChannelInputStream - org.apache.commons.io.input???
InputStream implementation which uses direct buffer to read a file to avoid extra copy of data between Java and native memory which happens when using BufferedInputStream.
BufferedFileChannelInputStream(File) - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
Constructs a new instance for the given File.
BufferedFileChannelInputStream(File, int) - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
Constructs a new instance for the given File and buffer size.
BufferedFileChannelInputStream(Path) - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
Constructs a new instance for the given Path.
BufferedFileChannelInputStream(Path, int) - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
Constructs a new instance for the given Path and buffer size.
bufferSize - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
Internal buffer size.
byteArray() - ??????? org.apache.commons.io.IOUtils
Returns a new byte array of size IOUtils.DEFAULT_BUFFER_SIZE.
byteArray(int) - ??????? org.apache.commons.io.IOUtils
Returns a new byte array of the given size.
ByteArrayOutputStream - org.apache.commons.io.output???
Implements a ThreadSafe version of AbstractByteArrayOutputStream using instance synchronization.
ByteArrayOutputStream() - ????? org.apache.commons.io.output.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - ????? org.apache.commons.io.output.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
byteCountToDisplaySize(long) - ??????? org.apache.commons.io.FileUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
byteCountToDisplaySize(BigInteger) - ??????? org.apache.commons.io.FileUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
ByteOrderMark - org.apache.commons.io???
Byte Order Mark (BOM) representation - see BOMInputStream.
ByteOrderMark(String, int...) - ????? org.apache.commons.io.ByteOrderMark
Constructs a new BOM.
ByteOrderParser - org.apache.commons.io???
Converts Strings to ByteOrder instances.

C

CAN_EXECUTE - ??????? org.apache.commons.io.filefilter.CanExecuteFileFilter
Singleton instance of executable filter
CAN_READ - ??????? org.apache.commons.io.filefilter.CanReadFileFilter
Singleton instance of readable filter
CAN_WRITE - ??????? org.apache.commons.io.filefilter.CanWriteFileFilter
Singleton instance of writable filter
CancelException(File, int) - ???????? org.apache.commons.io.DirectoryWalker.CancelException
????
Constructs a CancelException with the file and depth when cancellation occurred.
CancelException(String, File, int) - ???????? org.apache.commons.io.DirectoryWalker.CancelException
????
Constructs a CancelException with an appropriate message and the file and depth when cancellation occurred.
CanExecuteFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that can be executed.
CanExecuteFileFilter() - ????? org.apache.commons.io.filefilter.CanExecuteFileFilter
Restrictive constructor.
CANNOT_EXECUTE - ??????? org.apache.commons.io.filefilter.CanExecuteFileFilter
Singleton instance of not executable filter
CANNOT_READ - ??????? org.apache.commons.io.filefilter.CanReadFileFilter
Singleton instance of not readable filter
CANNOT_WRITE - ??????? org.apache.commons.io.filefilter.CanWriteFileFilter
Singleton instance of not writable filter
CanReadFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that can be read.
CanReadFileFilter() - ????? org.apache.commons.io.filefilter.CanReadFileFilter
Restrictive constructor.
CanWriteFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that can be written to.
CanWriteFileFilter() - ????? org.apache.commons.io.filefilter.CanWriteFileFilter
Restrictive constructor.
CharacterFilterReader - org.apache.commons.io.input???
A filter reader that filters out a given character represented as an int code point, handy to remove known junk characters from CSV files for example.
CharacterFilterReader(Reader, int) - ????? org.apache.commons.io.input.CharacterFilterReader
Constructs a new reader.
CharacterFilterReader(Reader, IntPredicate) - ????? org.apache.commons.io.input.CharacterFilterReader
Constructs a new reader.
CharacterSetFilterReader - org.apache.commons.io.input???
A filter reader that removes a given set of characters represented as int code points, handy to remove known junk characters from CSV files for example.
CharacterSetFilterReader(Reader, Integer...) - ????? org.apache.commons.io.input.CharacterSetFilterReader
Constructs a new reader.
CharacterSetFilterReader(Reader, Set<Integer>) - ????? org.apache.commons.io.input.CharacterSetFilterReader
Constructs a new reader.
CharSequenceInputStream - org.apache.commons.io.input???
InputStream implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.
CharSequenceInputStream(CharSequence, String) - ????? org.apache.commons.io.input.CharSequenceInputStream
Constructor, calls CharSequenceInputStream(CharSequence, String, int) with a buffer size of 2048.
CharSequenceInputStream(CharSequence, String, int) - ????? org.apache.commons.io.input.CharSequenceInputStream
CharSequenceInputStream(CharSequence, Charset) - ????? org.apache.commons.io.input.CharSequenceInputStream
Constructor, calls CharSequenceInputStream(CharSequence, Charset, int) with a buffer size of 2048.
CharSequenceInputStream(CharSequence, Charset, int) - ????? org.apache.commons.io.input.CharSequenceInputStream
Constructor.
CharSequenceReader - org.apache.commons.io.input???
Reader implementation that can read from String, StringBuffer, StringBuilder or CharBuffer.
CharSequenceReader(CharSequence) - ????? org.apache.commons.io.input.CharSequenceReader
Constructs a new instance with the specified character sequence.
CharSequenceReader(CharSequence, int) - ????? org.apache.commons.io.input.CharSequenceReader
Constructs a new instance with a portion of the specified character sequence.
CharSequenceReader(CharSequence, int, int) - ????? org.apache.commons.io.input.CharSequenceReader
Constructs a new instance with a portion of the specified character sequence.
Charsets - org.apache.commons.io???
Charsets required of every implementation of the Java platform.
Charsets() - ????? org.apache.commons.io.Charsets
 
checkAndNotify() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Checks whether the file and its children have been created, modified or deleted.
checkCompareTo(String, String) - ?????? org.apache.commons.io.IOCase
Compares two strings using the case-sensitivity rule.
checkEndsWith(String, String) - ?????? org.apache.commons.io.IOCase
Checks if one string ends with another using the case-sensitivity rule.
checkEquals(String, String) - ?????? org.apache.commons.io.IOCase
Compares two strings using the case-sensitivity rule.
checkIfCancelled(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Checks whether the walk has been cancelled by calling DirectoryWalker.handleIsCancelled(java.io.File, int, java.util.Collection<T>), throwing a CancelException if it has.
checkIndexOf(String, int, String) - ?????? org.apache.commons.io.IOCase
Checks if one string contains another starting at a specific index using the case-sensitivity rule.
checkRegionMatches(String, int, String) - ?????? org.apache.commons.io.IOCase
Checks if one string contains another at a specific index using the case-sensitivity rule.
checkStartsWith(String, String) - ?????? org.apache.commons.io.IOCase
Checks if one string starts with another using the case-sensitivity rule.
checksum(File, Checksum) - ??????? org.apache.commons.io.FileUtils
Computes the checksum of a file using the specified checksum object.
checksumCRC32(File) - ??????? org.apache.commons.io.FileUtils
Computes the checksum of a file using the CRC32 checksum routine.
checkThreshold(int) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
ChunkedOutputStream - org.apache.commons.io.output???
OutputStream which breaks larger output blocks into chunks.
ChunkedOutputStream(OutputStream) - ????? org.apache.commons.io.output.ChunkedOutputStream
Creates a new stream that uses a chunk size of ChunkedOutputStream.DEFAULT_CHUNK_SIZE.
ChunkedOutputStream(OutputStream, int) - ????? org.apache.commons.io.output.ChunkedOutputStream
Creates a new stream that uses the specified chunk size.
ChunkedWriter - org.apache.commons.io.output???
Writer which breaks larger output blocks into chunks.
ChunkedWriter(Writer) - ????? org.apache.commons.io.output.ChunkedWriter
Creates a new writer that uses a chunk size of ChunkedWriter.DEFAULT_CHUNK_SIZE
ChunkedWriter(Writer, int) - ????? org.apache.commons.io.output.ChunkedWriter
Creates a new writer that uses the specified chunk size.
CircularBufferInputStream - org.apache.commons.io.input.buffer???
Implements a buffered input stream, which is internally based on a CircularByteBuffer.
CircularBufferInputStream(InputStream) - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
Creates a new instance, which filters the given input stream, and uses a reasonable default buffer size (IOUtils.DEFAULT_BUFFER_SIZE).
CircularBufferInputStream(InputStream, int) - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
Creates a new instance, which filters the given input stream, and uses the given buffer size.
CircularByteBuffer - org.apache.commons.io.input.buffer???
A buffer, which doesn't need reallocation of byte arrays, because it reuses a single byte array.
CircularByteBuffer() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Creates a new instance with a reasonable default buffer size (IOUtils.DEFAULT_BUFFER_SIZE).
CircularByteBuffer(int) - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Creates a new instance with the given buffer size.
CircularInputStream - org.apache.commons.io.input???
An InputStream that repeats provided bytes for given target byte count.
CircularInputStream(byte[], long) - ????? org.apache.commons.io.input.CircularInputStream
Creates an instance from the specified array of bytes.
ClassLoaderObjectInputStream - org.apache.commons.io.input???
A special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.
ClassLoaderObjectInputStream(ClassLoader, InputStream) - ????? org.apache.commons.io.input.ClassLoaderObjectInputStream
Constructs a new ClassLoaderObjectInputStream.
ClassNameMatcher - org.apache.commons.io.serialization????
An object that matches a Class name to a condition.
cleanDirectory(File) - ??????? org.apache.commons.io.FileUtils
Cleans a directory without deleting it.
cleanDirectory(Path) - ??????? org.apache.commons.io.file.PathUtils
Cleans a directory including sub-directories without deleting directories.
cleanDirectory(Path, DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Cleans a directory including sub-directories without deleting directories.
CleaningPathVisitor - org.apache.commons.io.file???
Deletes files but not directories as a visit proceeds.
CleaningPathVisitor(Counters.PathCounters, String...) - ????? org.apache.commons.io.file.CleaningPathVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
CleaningPathVisitor(Counters.PathCounters, DeleteOption[], String...) - ????? org.apache.commons.io.file.CleaningPathVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
clear() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Removes all bytes from the buffer.
close() - ????? org.apache.commons.io.input.AutoCloseInputStream
Closes the underlying input stream and replaces the reference to it with a ClosedInputStream instance.
close() - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's close() method if BoundedInputStream.isPropagateClose() is true.
close() - ????? org.apache.commons.io.input.BoundedReader
Closes the target
close() - ????? org.apache.commons.io.input.BrokenInputStream
Throws the configured exception.
close() - ????? org.apache.commons.io.input.BrokenReader
Throws the configured exception.
close() - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
 
close() - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
 
close() - ????? org.apache.commons.io.input.CharSequenceInputStream
 
close() - ????? org.apache.commons.io.input.CharSequenceReader
Close resets the file back to the start and removes any marked position.
close() - ????? org.apache.commons.io.input.ClosedReader
 
close() - ????? org.apache.commons.io.input.CloseShieldInputStream
Replaces the underlying input stream with a ClosedInputStream sentinel.
close() - ????? org.apache.commons.io.input.CloseShieldReader
Replaces the underlying reader with a ClosedReader sentinel.
close() - ????? org.apache.commons.io.input.DemuxInputStream
Closes stream associated with current thread.
close() - ????? org.apache.commons.io.input.NullInputStream
Close this input stream - resets the internal state to the initial values.
close() - ????? org.apache.commons.io.input.NullReader
Closes this Reader - resets the internal state to the initial values.
close() - ????? org.apache.commons.io.input.ObservableInputStream
 
close() - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's close() method.
close() - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's close() method.
close() - ????? org.apache.commons.io.input.RandomAccessFileInputStream
 
close() - ????? org.apache.commons.io.input.ReadAheadInputStream
 
close() - ????? org.apache.commons.io.input.ReaderInputStream
Close the stream.
close() - ????? org.apache.commons.io.input.ReversedLinesFileReader
Closes underlying resources.
close() - ????? org.apache.commons.io.input.SequenceReader
 
close() - ????? org.apache.commons.io.input.TeeInputStream
Closes the proxied input stream and, if so configured, the associated output stream.
close() - ????? org.apache.commons.io.input.TeeReader
Closes the proxied reader and, if so configured, the associated writer.
close() - ????? org.apache.commons.io.input.UnixLineEndingInputStream
Closes the stream.
close() - ????? org.apache.commons.io.input.WindowsLineEndingInputStream
Closes the stream.
close() - ????? org.apache.commons.io.input.XmlStreamReader
Closes the XmlStreamReader stream.
close() - ????? org.apache.commons.io.LineIterator
Closes the underlying Reader.
close() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - ????? org.apache.commons.io.output.AppendableWriter
Closes the stream.
close() - ????? org.apache.commons.io.output.BrokenOutputStream
Throws the configured exception.
close() - ????? org.apache.commons.io.output.BrokenWriter
Throws the configured exception.
close() - ????? org.apache.commons.io.output.ClosedWriter
 
close() - ????? org.apache.commons.io.output.CloseShieldOutputStream
Replaces the underlying output stream with a ClosedOutputStream sentinel.
close() - ????? org.apache.commons.io.output.CloseShieldWriter
Replaces the underlying writer with a ClosedWriter sentinel.
close() - ????? org.apache.commons.io.output.DeferredFileOutputStream
Closes underlying output stream, and mark this as closed
close() - ????? org.apache.commons.io.output.DemuxOutputStream
Closes stream associated with current thread.
close() - ????? org.apache.commons.io.output.FileWriterWithEncoding
Close the stream.
close() - ????? org.apache.commons.io.output.FilterCollectionWriter
 
close() - ????? org.apache.commons.io.output.LockableFileWriter
Closes the file writer and deletes the lock file.
close() - ????? org.apache.commons.io.output.NullWriter
 
close() - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's close() method.
close() - ????? org.apache.commons.io.output.ProxyOutputStream
Invokes the delegate's close() method.
close() - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's close() method.
close() - ????? org.apache.commons.io.output.StringBuilderWriter
Closing this writer has no effect.
close() - ????? org.apache.commons.io.output.TeeOutputStream
Closes both output streams.
close() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - ????? org.apache.commons.io.output.WriterOutputStream
Close the stream.
close() - ????? org.apache.commons.io.output.XmlStreamWriter
Closes the underlying writer.
close(Closeable) - ??????? org.apache.commons.io.IOUtils
Closes the given Closeable as a null-safe operation.
close(Closeable...) - ??????? org.apache.commons.io.IOUtils
Closes the given Closeable as a null-safe operation.
close(Closeable, IOConsumer<IOException>) - ??????? org.apache.commons.io.IOUtils
Closes the given Closeable as a null-safe operation.
close(URLConnection) - ??????? org.apache.commons.io.IOUtils
Closes a URLConnection.
closed() - ????? org.apache.commons.io.input.ObservableInputStream.Observer
Called to indicate that the ObservableInputStream has been closed.
closed() - ????? org.apache.commons.io.input.TimestampedObserver
 
CLOSED_INPUT_STREAM - ??????? org.apache.commons.io.input.ClosedInputStream
A singleton.
CLOSED_OUTPUT_STREAM - ??????? org.apache.commons.io.output.ClosedOutputStream
A singleton.
CLOSED_READER - ??????? org.apache.commons.io.input.ClosedReader
A singleton.
CLOSED_WRITER - ??????? org.apache.commons.io.output.ClosedWriter
A singleton.
ClosedInputStream - org.apache.commons.io.input???
Closed input stream.
ClosedInputStream() - ????? org.apache.commons.io.input.ClosedInputStream
 
ClosedOutputStream - org.apache.commons.io.output???
Throws an exception on all attempts to write to the stream.
ClosedOutputStream() - ????? org.apache.commons.io.output.ClosedOutputStream
 
ClosedReader - org.apache.commons.io.input???
Closed reader.
ClosedReader() - ????? org.apache.commons.io.input.ClosedReader
 
ClosedWriter - org.apache.commons.io.output???
Throws an exception on all attempts to write with ClosedWriter.close() implemented as a noop.
ClosedWriter() - ????? org.apache.commons.io.output.ClosedWriter
 
closeQuietly(Closeable) - ??????? org.apache.commons.io.IOUtils
Closes a Closeable unconditionally.
closeQuietly(Closeable...) - ??????? org.apache.commons.io.IOUtils
Closes a Closeable unconditionally.
closeQuietly(Closeable, Consumer<IOException>) - ??????? org.apache.commons.io.IOUtils
Closes the given Closeable as a null-safe operation while consuming IOException by the given consumer.
closeQuietly(InputStream) - ??????? org.apache.commons.io.IOUtils
Closes an InputStream unconditionally.
closeQuietly(OutputStream) - ??????? org.apache.commons.io.IOUtils
Closes an OutputStream unconditionally.
closeQuietly(Reader) - ??????? org.apache.commons.io.IOUtils
Closes an Reader unconditionally.
closeQuietly(Writer) - ??????? org.apache.commons.io.IOUtils
Closes an Writer unconditionally.
closeQuietly(ServerSocket) - ??????? org.apache.commons.io.IOUtils
Closes a ServerSocket unconditionally.
closeQuietly(Socket) - ??????? org.apache.commons.io.IOUtils
Closes a Socket unconditionally.
closeQuietly(Selector) - ??????? org.apache.commons.io.IOUtils
Closes a Selector unconditionally.
closeQuietly(LineIterator) - ??????? org.apache.commons.io.LineIterator
????
As of 2.6 deprecated without replacement. Please use the try-with-resources statement or handle suppressed exceptions manually.
CloseShieldInputStream - org.apache.commons.io.input???
Proxy stream that prevents the underlying input stream from being closed.
CloseShieldInputStream(InputStream) - ????? org.apache.commons.io.input.CloseShieldInputStream
????
Using this constructor prevents IDEs from warning if the underlying input stream is never closed. Use CloseShieldInputStream.wrap(InputStream) instead.
CloseShieldOutputStream - org.apache.commons.io.output???
Proxy stream that prevents the underlying output stream from being closed.
CloseShieldOutputStream(OutputStream) - ????? org.apache.commons.io.output.CloseShieldOutputStream
????
Using this constructor prevents IDEs from warning if the underlying output stream is never closed. Use CloseShieldOutputStream.wrap(OutputStream) instead.
CloseShieldReader - org.apache.commons.io.input???
Proxy reader that prevents the underlying reader from being closed.
CloseShieldReader(Reader) - ????? org.apache.commons.io.input.CloseShieldReader
????
Using this constructor prevents IDEs from warning if the underlying reader is never closed. Use CloseShieldReader.wrap(Reader) instead.
CloseShieldWriter - org.apache.commons.io.output???
Proxy writer that prevents the underlying writer from being closed.
CloseShieldWriter(Writer) - ????? org.apache.commons.io.output.CloseShieldWriter
????
Using this constructor prevents IDEs from warning if the underlying writer is never closed. Use CloseShieldWriter.wrap(Writer) instead.
compare(File, File) - ????? org.apache.commons.io.comparator.CompositeFileComparator
Compare the two files using delegate comparators.
compare(File, File) - ????? org.apache.commons.io.comparator.DefaultFileComparator
Compare the two files using the File.compareTo(File) method.
compare(File, File) - ????? org.apache.commons.io.comparator.DirectoryFileComparator
Compare the two files using the File.isDirectory() method.
compare(File, File) - ????? org.apache.commons.io.comparator.ExtensionFileComparator
Compare the extensions of two files the specified case sensitivity.
compare(File, File) - ????? org.apache.commons.io.comparator.LastModifiedFileComparator
Compares the last the last modified date/time of two files.
compare(File, File) - ????? org.apache.commons.io.comparator.NameFileComparator
Compare the names of two files with the specified case sensitivity.
compare(File, File) - ????? org.apache.commons.io.comparator.PathFileComparator
Compare the paths of two files the specified case sensitivity.
compare(File, File) - ????? org.apache.commons.io.comparator.SizeFileComparator
Compare the length of two files.
compose(Function<? super V, ? extends T>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies the before function to its input, and then applies this function to the result.
compose(Supplier<? extends T>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies the before function to its input, and then applies this function to the result.
compose(IOFunction<? super V, ? extends T>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies the before function to its input, and then applies this function to the result.
compose(IOSupplier<? extends T>) - ?????? org.apache.commons.io.function.IOFunction
Returns a composed IOFunction that first applies the before function to its input, and then applies this function to the result.
CompositeFileComparator - org.apache.commons.io.comparator???
Compare two files using a set of delegate file Comparator.
CompositeFileComparator(Iterable<Comparator<File>>) - ????? org.apache.commons.io.comparator.CompositeFileComparator
Create a composite comparator for the set of delegate comparators.
CompositeFileComparator(Comparator<File>...) - ????? org.apache.commons.io.comparator.CompositeFileComparator
Create a composite comparator for the set of delegate comparators.
concat(String, String) - ??????? org.apache.commons.io.FilenameUtils
Concatenates a fileName to a base path using normal command line style rules.
ConditionalFileFilter - org.apache.commons.io.filefilter????
Defines operations for conditional file filters.
construct(byte[], int, int) - ?????? org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor
Construct an InputStream subclass.
consume() - ????? org.apache.commons.io.input.ObservableInputStream
Reads all data from the underlying InputStream, while notifying the observers.
consume(InputStream) - ??????? org.apache.commons.io.IOUtils
Consumes bytes from a InputStream and ignores them.
contentEquals(File, File) - ??????? org.apache.commons.io.FileUtils
Tests whether the contents of two files are equal.
contentEquals(InputStream, InputStream) - ??????? org.apache.commons.io.IOUtils
Compares the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - ??????? org.apache.commons.io.IOUtils
Compares the contents of two Readers to determine if they are equal or not.
contentEqualsIgnoreEOL(File, File, String) - ??????? org.apache.commons.io.FileUtils
Compares the contents of two files to determine if they are equal or not.
contentEqualsIgnoreEOL(Reader, Reader) - ??????? org.apache.commons.io.IOUtils
Compares the contents of two Readers to determine if they are equal or not, ignoring EOL characters.
convertFileCollectionToFileArray(Collection<File>) - ??????? org.apache.commons.io.FileUtils
Converts a Collection containing java.io.File instanced into array representation.
copy(byte[], OutputStream) - ??????? org.apache.commons.io.CopyUtils
????
Copies bytes from a byte[] to an OutputStream.
copy(byte[], Writer) - ??????? org.apache.commons.io.CopyUtils
copy(byte[], Writer, String) - ??????? org.apache.commons.io.CopyUtils
????
Copies and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(InputStream, OutputStream) - ??????? org.apache.commons.io.CopyUtils
????
Copies bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream) - ??????? org.apache.commons.io.IOUtils
Copies bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - ??????? org.apache.commons.io.IOUtils
Copies bytes from an InputStream to an OutputStream using an internal buffer of the given size.
copy(InputStream, Writer) - ??????? org.apache.commons.io.CopyUtils
copy(InputStream, Writer) - ??????? org.apache.commons.io.IOUtils
copy(InputStream, Writer, String) - ??????? org.apache.commons.io.CopyUtils
????
Copies and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String) - ??????? org.apache.commons.io.IOUtils
Copies bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(InputStream, Writer, Charset) - ??????? org.apache.commons.io.IOUtils
Copies bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, OutputStream) - ??????? org.apache.commons.io.CopyUtils
copy(Reader, OutputStream) - ??????? org.apache.commons.io.IOUtils
copy(Reader, OutputStream, String) - ??????? org.apache.commons.io.CopyUtils
????
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, String) - ??????? org.apache.commons.io.IOUtils
Copies chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(Reader, OutputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Copies chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(Reader, Writer) - ??????? org.apache.commons.io.CopyUtils
????
Copies chars from a Reader to a Writer.
copy(Reader, Writer) - ??????? org.apache.commons.io.IOUtils
Copies chars from a Reader to a Writer.
copy(Reader, Appendable) - ??????? org.apache.commons.io.IOUtils
Copies chars from a Reader to a Appendable.
copy(Reader, Appendable, CharBuffer) - ??????? org.apache.commons.io.IOUtils
Copies chars from a Reader to an Appendable.
copy(String, OutputStream) - ??????? org.apache.commons.io.CopyUtils
copy(String, OutputStream, String) - ??????? org.apache.commons.io.CopyUtils
????
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - ??????? org.apache.commons.io.CopyUtils
????
Copies chars from a String to a Writer.
copy(URL, File) - ??????? org.apache.commons.io.IOUtils
Copies bytes from a URL to an OutputStream.
copy(URL, OutputStream) - ??????? org.apache.commons.io.IOUtils
Copies bytes from a URL to an OutputStream.
copy(Path, Path) - ????? org.apache.commons.io.file.CopyDirectoryVisitor
Copies the sourceFile to the targetFile.
copyDirectory(File, File) - ??????? org.apache.commons.io.FileUtils
Copies a whole directory to a new location preserving the file dates.
copyDirectory(File, File, boolean) - ??????? org.apache.commons.io.FileUtils
Copies a whole directory to a new location.
copyDirectory(File, File, FileFilter) - ??????? org.apache.commons.io.FileUtils
Copies a filtered directory to a new location preserving the file dates.
copyDirectory(File, File, FileFilter, boolean) - ??????? org.apache.commons.io.FileUtils
Copies a filtered directory to a new location.
copyDirectory(File, File, FileFilter, boolean, CopyOption...) - ??????? org.apache.commons.io.FileUtils
Copies a filtered directory to a new location.
copyDirectory(Path, Path, CopyOption...) - ??????? org.apache.commons.io.file.PathUtils
Copies a directory to another directory.
copyDirectoryToDirectory(File, File) - ??????? org.apache.commons.io.FileUtils
Copies a directory to within another directory preserving the file dates.
CopyDirectoryVisitor - org.apache.commons.io.file???
Copies a source directory to a target directory.
CopyDirectoryVisitor(Counters.PathCounters, Path, Path, CopyOption...) - ????? org.apache.commons.io.file.CopyDirectoryVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
CopyDirectoryVisitor(Counters.PathCounters, PathFilter, PathFilter, Path, Path, CopyOption...) - ????? org.apache.commons.io.file.CopyDirectoryVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
copyFile(File, File) - ??????? org.apache.commons.io.FileUtils
Copies a file to a new location preserving the file date.
copyFile(File, File, boolean) - ??????? org.apache.commons.io.FileUtils
Copies an existing file to a new file location.
copyFile(File, File, boolean, CopyOption...) - ??????? org.apache.commons.io.FileUtils
Copies a file to a new location.
copyFile(File, File, CopyOption...) - ??????? org.apache.commons.io.FileUtils
Copies a file to a new location.
copyFile(File, OutputStream) - ??????? org.apache.commons.io.FileUtils
Copies bytes from a File to an OutputStream.
copyFile(URL, Path, CopyOption...) - ??????? org.apache.commons.io.file.PathUtils
Copies a URL to a directory.
copyFileToDirectory(File, File) - ??????? org.apache.commons.io.FileUtils
Copies a file to a directory preserving the file date.
copyFileToDirectory(File, File, boolean) - ??????? org.apache.commons.io.FileUtils
Copies a file to a directory optionally preserving the file date.
copyFileToDirectory(URL, Path, CopyOption...) - ??????? org.apache.commons.io.file.PathUtils
Copies a URL to a directory.
copyFileToDirectory(Path, Path, CopyOption...) - ??????? org.apache.commons.io.file.PathUtils
Copies a file to a directory.
copyInputStreamToFile(InputStream, File) - ??????? org.apache.commons.io.FileUtils
Copies bytes from an InputStream source to a file destination.
copyLarge(InputStream, OutputStream) - ??????? org.apache.commons.io.IOUtils
Copies bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, byte[]) - ??????? org.apache.commons.io.IOUtils
Copies bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, long, long) - ??????? org.apache.commons.io.IOUtils
Copies some or all bytes from a large (over 2GB) InputStream to an OutputStream, optionally skipping input bytes.
copyLarge(InputStream, OutputStream, long, long, byte[]) - ??????? org.apache.commons.io.IOUtils
Copies some or all bytes from a large (over 2GB) InputStream to an OutputStream, optionally skipping input bytes.
copyLarge(Reader, Writer) - ??????? org.apache.commons.io.IOUtils
Copies chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, char[]) - ??????? org.apache.commons.io.IOUtils
Copies chars from a large (over 2GB) Reader to a Writer.
copyLarge(Reader, Writer, long, long) - ??????? org.apache.commons.io.IOUtils
Copies some or all chars from a large (over 2GB) InputStream to an OutputStream, optionally skipping input chars.
copyLarge(Reader, Writer, long, long, char[]) - ??????? org.apache.commons.io.IOUtils
Copies some or all chars from a large (over 2GB) InputStream to an OutputStream, optionally skipping input chars.
copyToDirectory(File, File) - ??????? org.apache.commons.io.FileUtils
Copies a file or directory to within another directory preserving the file dates.
copyToDirectory(Iterable<File>, File) - ??????? org.apache.commons.io.FileUtils
Copies a files to a directory preserving each file's date.
copyToFile(InputStream, File) - ??????? org.apache.commons.io.FileUtils
Copies bytes from an InputStream source to a File destination.
copyURLToFile(URL, File) - ??????? org.apache.commons.io.FileUtils
Copies bytes from the URL source to a file destination.
copyURLToFile(URL, File, int, int) - ??????? org.apache.commons.io.FileUtils
Copies bytes from the URL source to a file destination.
CopyUtils - org.apache.commons.io???
????
Use IOUtils. Will be removed in 3.0. Methods renamed to IOUtils.write() or IOUtils.copy(). Null handling behavior changed in IOUtils (null data does not throw NullPointerException).
CopyUtils() - ????? org.apache.commons.io.CopyUtils
????
Instances should NOT be constructed in standard programming.
count - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
The total count of bytes written.
countDirectory(Path) - ??????? org.apache.commons.io.file.PathUtils
Counts aspects of a directory including sub-directories.
Counters - org.apache.commons.io.file???
Provides counters for files, directories, and sizes, as a visit proceeds.
Counters() - ????? org.apache.commons.io.file.Counters
 
Counters.Counter - org.apache.commons.io.file????
Counts using a number.
Counters.PathCounters - org.apache.commons.io.file????
Counts files, directories, and sizes, as a visit proceeds.
CountingInputStream - org.apache.commons.io.input???
A decorating input stream that counts the number of bytes that have passed through the stream so far.
CountingInputStream(InputStream) - ????? org.apache.commons.io.input.CountingInputStream
Constructs a new CountingInputStream.
CountingOutputStream - org.apache.commons.io.output???
A decorating output stream that counts the number of bytes that have passed through the stream so far.
CountingOutputStream(OutputStream) - ????? org.apache.commons.io.output.CountingOutputStream
Constructs a new CountingOutputStream.
CountingPathVisitor - org.apache.commons.io.file???
Counts files, directories, and sizes, as a visit proceeds.
CountingPathVisitor(Counters.PathCounters) - ????? org.apache.commons.io.file.CountingPathVisitor
Constructs a new instance.
CountingPathVisitor(Counters.PathCounters, PathFilter, PathFilter) - ????? org.apache.commons.io.file.CountingPathVisitor
Constructs a new instance.
CR - ?? ?????? org.apache.commons.io.StandardLineSeparator
Carriage return.
CR - ??????? org.apache.commons.io.IOUtils
CR char.
create(File, Charset, TailerListener, long, boolean, boolean, int) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file.
create(File, TailerListener) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file, starting at the beginning of the file with the default delay of 1.0s
create(File, TailerListener, long) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file, starting at the beginning of the file
create(File, TailerListener, long, boolean) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file with default buffer size.
create(File, TailerListener, long, boolean, boolean) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file with default buffer size.
create(File, TailerListener, long, boolean, boolean, int) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file.
create(File, TailerListener, long, boolean, int) - ??????? org.apache.commons.io.input.Tailer
Creates and starts a Tailer for the given file.
createParentDirectories(File) - ??????? org.apache.commons.io.FileUtils
Creates all parent directories for a File object.
createParentDirectories(Path, FileAttribute<?>...) - ??????? org.apache.commons.io.file.PathUtils
Creates the parent directories for the given path.
CRLF - ?? ?????? org.apache.commons.io.StandardLineSeparator
Carriage return followed by line feed.
current() - ??????? org.apache.commons.io.file.PathUtils
Gets the current directory.

D

data(byte[], int, int) - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
 
data(byte[], int, int) - ????? org.apache.commons.io.input.ObservableInputStream.Observer
Called to indicate that InputStream.read(byte[]), or InputStream.read(byte[], int, int) have been called, and are about to invoke data.
data(int) - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
 
data(int) - ????? org.apache.commons.io.input.ObservableInputStream.Observer
Called to indicate, that InputStream.read() has been invoked on the ObservableInputStream, and will return a value.
DEFAULT_BUFFER_SIZE - ??????? org.apache.commons.io.IOUtils
The default buffer size (8192) to use in copy methods.
DEFAULT_COMPARATOR - ??????? org.apache.commons.io.comparator.DefaultFileComparator
Singleton default comparator instance
DEFAULT_REVERSE - ??????? org.apache.commons.io.comparator.DefaultFileComparator
Singleton reverse default comparator instance
DefaultFileComparator - org.apache.commons.io.comparator???
Compare two files using the default File.compareTo(File) method.
DefaultFileComparator() - ????? org.apache.commons.io.comparator.DefaultFileComparator
 
DeferredFileOutputStream - org.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.
DeferredFileOutputStream(int, int, File) - ????? 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.
DeferredFileOutputStream(int, int, String, String, File) - ????? 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 temporary file beyond that point.
DeferredFileOutputStream(int, File) - ????? 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.
DeferredFileOutputStream(int, String, String, File) - ????? 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 temporary file beyond that point.
DelegateFileFilter - org.apache.commons.io.filefilter???
This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
DelegateFileFilter(FileFilter) - ????? org.apache.commons.io.filefilter.DelegateFileFilter
Constructs a delegate file filter around an existing FileFilter.
DelegateFileFilter(FilenameFilter) - ????? org.apache.commons.io.filefilter.DelegateFileFilter
Constructs a delegate file filter around an existing FilenameFilter.
delete(File) - ????? org.apache.commons.io.FileDeleteStrategy
Deletes the file object, which may be a file or a directory.
delete(File) - ??????? org.apache.commons.io.FileUtils
Deletes the given File but throws an IOException if it cannot, unlike File.delete() which returns a boolean.
delete(Path) - ??????? org.apache.commons.io.file.PathUtils
Deletes a file or directory.
delete(Path, LinkOption[], DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Deletes a file or directory.
delete(Path, DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Deletes a file or directory.
deleteDirectory(File) - ??????? org.apache.commons.io.FileUtils
Deletes a directory recursively.
deleteDirectory(Path) - ??????? org.apache.commons.io.file.PathUtils
Deletes a directory including sub-directories.
deleteDirectory(Path, LinkOption[], DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Deletes a directory including sub-directories.
deleteDirectory(Path, DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Deletes a directory including sub-directories.
deleteFile(Path) - ??????? org.apache.commons.io.file.PathUtils
Deletes the given file.
deleteFile(Path, LinkOption[], DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Deletes the given file.
deleteFile(Path, DeleteOption...) - ??????? org.apache.commons.io.file.PathUtils
Deletes the given file.
DeleteOption - org.apache.commons.io.file????
An object that configures how to delete a file.
deleteQuietly(File) - ????? org.apache.commons.io.FileDeleteStrategy
Deletes the file object, which may be a file or a directory.
deleteQuietly(File) - ??????? org.apache.commons.io.FileUtils
Deletes a file, never throwing an exception.
DeletingPathVisitor - org.apache.commons.io.file???
Deletes files and directories as a visit proceeds.
DeletingPathVisitor(Counters.PathCounters, String...) - ????? org.apache.commons.io.file.DeletingPathVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
DeletingPathVisitor(Counters.PathCounters, LinkOption[], DeleteOption[], String...) - ????? org.apache.commons.io.file.DeletingPathVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
DeletingPathVisitor(Counters.PathCounters, DeleteOption[], String...) - ????? org.apache.commons.io.file.DeletingPathVisitor
Constructs a new visitor that deletes files except for the files and directories explicitly given.
DemuxInputStream - org.apache.commons.io.input???
Data written to this stream is forwarded to a stream that has been associated with this thread.
DemuxInputStream() - ????? org.apache.commons.io.input.DemuxInputStream
 
DemuxOutputStream - org.apache.commons.io.output???
Forwards data to a stream that has been associated with this thread.
DemuxOutputStream() - ????? org.apache.commons.io.output.DemuxOutputStream
 
destroy() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Final processing.
DIR_SEPARATOR - ??????? org.apache.commons.io.IOUtils
The system directory separator character.
DIR_SEPARATOR_UNIX - ??????? org.apache.commons.io.IOUtils
The Unix directory separator character.
DIR_SEPARATOR_WINDOWS - ??????? org.apache.commons.io.IOUtils
The Windows directory separator character.
DIRECTORY - ??????? org.apache.commons.io.filefilter.DirectoryFileFilter
Singleton instance of directory filter.
DIRECTORY_COMPARATOR - ??????? org.apache.commons.io.comparator.DirectoryFileComparator
Singleton default comparator instance
DIRECTORY_REVERSE - ??????? org.apache.commons.io.comparator.DirectoryFileComparator
Singleton reverse default comparator instance
directoryAndFileContentEquals(Path, Path) - ??????? org.apache.commons.io.file.PathUtils
Compares the file sets of two Paths to determine if they are equal or not while considering file contents.
directoryAndFileContentEquals(Path, Path, LinkOption[], OpenOption[], FileVisitOption[]) - ??????? org.apache.commons.io.file.PathUtils
Compares the file sets of two Paths to determine if they are equal or not while considering file contents.
directoryContains(File, File) - ??????? org.apache.commons.io.FileUtils
Determines whether the parent directory contains the child element (a file or directory).
directoryContains(String, String) - ??????? org.apache.commons.io.FilenameUtils
Determines whether the parent directory contains the child element (a file or directory).
directoryContentEquals(Path, Path) - ??????? org.apache.commons.io.file.PathUtils
Compares the file sets of two Paths to determine if they are equal or not without considering file contents.
directoryContentEquals(Path, Path, int, LinkOption[], FileVisitOption[]) - ??????? org.apache.commons.io.file.PathUtils
Compares the file sets of two Paths to determine if they are equal or not without considering file contents.
DirectoryFileComparator - org.apache.commons.io.comparator???
Compare two files using the File.isDirectory() method.
DirectoryFileComparator() - ????? org.apache.commons.io.comparator.DirectoryFileComparator
 
directoryFileFilter() - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that checks if the file is a directory.
DirectoryFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that are directories.
DirectoryFileFilter() - ????? org.apache.commons.io.filefilter.DirectoryFileFilter
Restrictive constructor.
DirectoryStreamFilter - org.apache.commons.io.file???
A DirectoryStream.Filter that delegates to a PathFilter.
DirectoryStreamFilter(PathFilter) - ????? org.apache.commons.io.file.DirectoryStreamFilter
Constructs a new instance for the given path filter.
DirectoryWalker<T> - org.apache.commons.io???
DirectoryWalker() - ????? org.apache.commons.io.DirectoryWalker
????
Construct an instance with no filtering and unlimited depth.
DirectoryWalker(FileFilter, int) - ????? org.apache.commons.io.DirectoryWalker
????
Constructs an instance with a filter and limit the depth navigated to.
DirectoryWalker(IOFileFilter, IOFileFilter, int) - ????? org.apache.commons.io.DirectoryWalker
????
Constructs an instance with a directory and a file filter and an optional limit on the depth navigated to.
DirectoryWalker.CancelException - org.apache.commons.io??????
????
CancelException is thrown in DirectoryWalker to cancel the current processing.
doDelete(File) - ????? org.apache.commons.io.FileDeleteStrategy
Actually deletes the file object, which may be a file or a directory.
dump(byte[], long, OutputStream, int) - ??????? org.apache.commons.io.HexDump
Dump an array of bytes to an OutputStream.

E

EMPTY - ??????? org.apache.commons.io.filefilter.EmptyFileFilter
Singleton instance of empty filter
EMPTY_BYTE_ARRAY - ??????? org.apache.commons.io.IOUtils
A singleton empty byte array.
EMPTY_COPY_OPTIONS - ??????? org.apache.commons.io.file.PathUtils
Empty CopyOption array.
EMPTY_DELETE_OPTION_ARRAY - ??????? org.apache.commons.io.file.PathUtils
Empty LinkOption array.
EMPTY_FILE_ARRAY - ??????? org.apache.commons.io.FileUtils
An empty array of type File.
EMPTY_FILE_VISIT_OPTION_ARRAY - ??????? org.apache.commons.io.file.PathUtils
Empty FileVisitOption array.
EMPTY_LINK_OPTION_ARRAY - ??????? org.apache.commons.io.file.PathUtils
Empty LinkOption array.
EMPTY_OPEN_OPTION_ARRAY - ??????? org.apache.commons.io.file.PathUtils
Empty OpenOption array.
EMPTY_PATH_ARRAY - ??????? org.apache.commons.io.file.PathUtils
Empty Path array.
EMPTY_STRING_ARRAY - ???????? org.apache.commons.io.filefilter.IOFileFilter
An empty String array.
EMPTY_WRITERS - ????? org.apache.commons.io.output.FilterCollectionWriter
Empty and immutable collection of writers.
EmptyFileFilter - org.apache.commons.io.filefilter???
This filter accepts files or directories that are empty.
EmptyFileFilter() - ????? org.apache.commons.io.filefilter.EmptyFileFilter
Restrictive constructor.
ENCODING_PATTERN - ??????? org.apache.commons.io.input.XmlStreamReader
Pattern capturing the encoding of the "xml" processing instruction.
END_OF_STREAM - ??????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
The end of stream marker.
EndianUtils - org.apache.commons.io???
Utility code for dealing with different endian systems.
EndianUtils() - ????? org.apache.commons.io.EndianUtils
Instances should NOT be constructed in standard programming.
endOfFileReached() - ????? org.apache.commons.io.input.TailerListenerAdapter
Called each time the Tailer reaches the end of the file.
EOF - ??????? org.apache.commons.io.IOUtils
Represents the end-of-file (or stream).
EOL - ??????? org.apache.commons.io.HexDump
The line-separator (initializes to "line.separator" system property.
equals(Object) - ????? org.apache.commons.io.ByteOrderMark
Indicates if this BOM's bytes equals another.
equals(Object) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
 
equals(Object) - ????? org.apache.commons.io.file.CleaningPathVisitor
 
equals(Object) - ????? org.apache.commons.io.file.CopyDirectoryVisitor
 
equals(Object) - ????? org.apache.commons.io.file.CountingPathVisitor
 
equals(Object) - ????? org.apache.commons.io.file.DeletingPathVisitor
 
equals(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks whether two fileNames are equal exactly.
equals(String, String, boolean, IOCase) - ??????? org.apache.commons.io.FilenameUtils
Checks whether two fileNames are equal, optionally normalizing and providing control over the case-sensitivity.
equalsNormalized(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks whether two fileNames are equal after both have been normalized.
equalsNormalizedOnSystem(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks whether two fileNames are equal after both have been normalized and using the case rules of the system.
equalsOnSystem(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks whether two fileNames are equal using the case rules of the system.
error(IOException) - ????? org.apache.commons.io.input.ObservableInputStream.Observer
Called to indicate that an error occurred on the underlying stream.
exitWhenFinished() - ??????? org.apache.commons.io.FileCleaner
exitWhenFinished() - ????? org.apache.commons.io.FileCleaningTracker
Call this method to cause the file cleaner thread to terminate when there are no more objects being tracked for deletion.
EXTENSION_COMPARATOR - ??????? org.apache.commons.io.comparator.ExtensionFileComparator
Case-sensitive extension comparator instance (see IOCase.SENSITIVE)
EXTENSION_INSENSITIVE_COMPARATOR - ??????? org.apache.commons.io.comparator.ExtensionFileComparator
Case-insensitive extension comparator instance (see IOCase.INSENSITIVE)
EXTENSION_INSENSITIVE_REVERSE - ??????? org.apache.commons.io.comparator.ExtensionFileComparator
Reverse case-insensitive extension comparator instance (see IOCase.INSENSITIVE)
EXTENSION_REVERSE - ??????? org.apache.commons.io.comparator.ExtensionFileComparator
Reverse case-sensitive extension comparator instance (see IOCase.SENSITIVE)
EXTENSION_SEPARATOR - ??????? org.apache.commons.io.FilenameUtils
The extension separator character.
EXTENSION_SEPARATOR_STR - ??????? org.apache.commons.io.FilenameUtils
The extension separator String.
EXTENSION_SYSTEM_COMPARATOR - ??????? org.apache.commons.io.comparator.ExtensionFileComparator
System sensitive extension comparator instance (see IOCase.SYSTEM)
EXTENSION_SYSTEM_REVERSE - ??????? org.apache.commons.io.comparator.ExtensionFileComparator
Reverse system sensitive path comparator instance (see IOCase.SYSTEM)
ExtensionFileComparator - org.apache.commons.io.comparator???
Compare the file name extensions for order (see FilenameUtils.getExtension(String)).
ExtensionFileComparator() - ????? org.apache.commons.io.comparator.ExtensionFileComparator
Construct a case sensitive file extension comparator instance.
ExtensionFileComparator(IOCase) - ????? org.apache.commons.io.comparator.ExtensionFileComparator
Construct a file extension comparator instance with the specified case-sensitivity.

F

FALSE - ??????? org.apache.commons.io.filefilter.FalseFileFilter
Singleton instance of false filter.
falseFileFilter() - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that always returns false.
FalseFileFilter - org.apache.commons.io.filefilter???
A file filter that always returns false.
FalseFileFilter() - ????? org.apache.commons.io.filefilter.FalseFileFilter
Restrictive constructor.
FILE - ??????? org.apache.commons.io.filefilter.FileFileFilter
FileAlterationListener - org.apache.commons.io.monitor????
A listener that receives events of file system modifications.
FileAlterationListenerAdaptor - org.apache.commons.io.monitor???
Convenience FileAlterationListener implementation that does nothing.
FileAlterationListenerAdaptor() - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
 
FileAlterationMonitor - org.apache.commons.io.monitor???
A runnable that spawns a monitoring thread triggering any registered FileAlterationObserver at a specified interval.
FileAlterationMonitor() - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Constructs a monitor with a default interval of 10 seconds.
FileAlterationMonitor(long) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Constructs a monitor with the specified interval.
FileAlterationMonitor(long, Collection<FileAlterationObserver>) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Constructs a monitor with the specified interval and collection of observers.
FileAlterationMonitor(long, FileAlterationObserver...) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Constructs a monitor with the specified interval and set of observers.
FileAlterationObserver - org.apache.commons.io.monitor???
FileAlterationObserver represents the state of files below a root directory, checking the file system and notifying listeners of create, change or delete events.
FileAlterationObserver(File) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Constructs an observer for the specified directory.
FileAlterationObserver(File, FileFilter) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Constructs an observer for the specified directory and file filter.
FileAlterationObserver(File, FileFilter, IOCase) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Constructs an observer for the specified directory, file filter and file comparator.
FileAlterationObserver(String) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Constructs an observer for the specified directory.
FileAlterationObserver(String, FileFilter) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Constructs an observer for the specified directory and file filter.
FileAlterationObserver(String, FileFilter, IOCase) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Construct an observer for the specified directory, file filter and file comparator.
FileAlterationObserver(FileEntry, FileFilter, IOCase) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Constructs an observer for the specified directory, file filter and file comparator.
FileCleaner - org.apache.commons.io???
FileCleaner() - ????? org.apache.commons.io.FileCleaner
????
 
FileCleaningTracker - org.apache.commons.io???
Keeps track of files awaiting deletion, and deletes them when an associated marker object is reclaimed by the garbage collector.
FileCleaningTracker() - ????? org.apache.commons.io.FileCleaningTracker
 
fileContentEquals(Path, Path) - ??????? org.apache.commons.io.file.PathUtils
Compares the file contents of two Paths to determine if they are equal or not.
fileContentEquals(Path, Path, LinkOption[], OpenOption[]) - ??????? org.apache.commons.io.file.PathUtils
Compares the file contents of two Paths to determine if they are equal or not.
FileDeleteStrategy - org.apache.commons.io???
Strategy for deleting files.
FileDeleteStrategy(String) - ????? org.apache.commons.io.FileDeleteStrategy
Restricted constructor.
FileEntry - org.apache.commons.io.monitor???
The state of a file or directory, capturing the following File attributes at a point in time.
FileEntry(File) - ????? org.apache.commons.io.monitor.FileEntry
Construct a new monitor for a specified File.
FileEntry(FileEntry, File) - ????? org.apache.commons.io.monitor.FileEntry
Construct a new monitor for a specified File.
FileEqualsFileFilter - org.apache.commons.io.filefilter???
Accepts only an exact File object match.
FileEqualsFileFilter(File) - ????? org.apache.commons.io.filefilter.FileEqualsFileFilter
Constructs a new instance for the given File.
FileExistsException - org.apache.commons.io??????
Indicates that a file already exists.
FileExistsException() - ???????? org.apache.commons.io.FileExistsException
Default Constructor.
FileExistsException(File) - ???????? org.apache.commons.io.FileExistsException
Construct an instance with the specified file.
FileExistsException(String) - ???????? org.apache.commons.io.FileExistsException
Construct an instance with the specified message.
fileFileFilter() - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that checks if the file is a file (and not a directory).
FileFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that are files (not directories).
FileFileFilter() - ????? org.apache.commons.io.filefilter.FileFileFilter
Restrictive constructor.
FileFilterUtils - org.apache.commons.io.filefilter???
Useful utilities for working with file filters.
FileFilterUtils() - ????? org.apache.commons.io.filefilter.FileFilterUtils
FileFilterUtils is not normally instantiated.
FilenameUtils - org.apache.commons.io???
General file name and file path manipulation utilities.
FilenameUtils() - ????? org.apache.commons.io.FilenameUtils
Instances should NOT be constructed in standard programming.
fileNotFound() - ?????? org.apache.commons.io.input.TailerListener
This method is called if the tailed file is not found.
fileNotFound() - ????? org.apache.commons.io.input.TailerListenerAdapter
This method is called if the tailed file is not found.
fileRotated() - ?????? org.apache.commons.io.input.TailerListener
Called if a file rotation is detected.
fileRotated() - ????? org.apache.commons.io.input.TailerListenerAdapter
Called if a file rotation is detected.
FileSystem - org.apache.commons.io????
Abstracts an OS' file system details, currently supporting the single use case of converting a file name String to a legal file name with FileSystem.toLegalFileName(String, char).
FileSystemProviders - org.apache.commons.io.file.spi???
Helps working with FileSystemProvider.
FileSystemUtils - org.apache.commons.io???
????
As of 2.6 deprecated without replacement. Use equivalent methods in FileStore instead, e.g. Files.getFileStore(Paths.get("/home")).getUsableSpace() or iterate over FileSystems.getDefault().getFileStores()
FileSystemUtils() - ????? org.apache.commons.io.FileSystemUtils
????
Instances should NOT be constructed in standard programming.
FileUtils - org.apache.commons.io???
General file manipulation utilities.
FileUtils() - ????? org.apache.commons.io.FileUtils
????
Will be private in 3.0.
FileWriterWithEncoding - org.apache.commons.io.output???
Writer of files that allows the encoding to be set.
FileWriterWithEncoding(File, String) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(File, String, boolean) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(File, Charset) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(File, CharsetEncoder) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(File, CharsetEncoder, boolean) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(File, Charset, boolean) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(String, String) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(String, String, boolean) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(String, Charset) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(String, CharsetEncoder) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(String, CharsetEncoder, boolean) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
FileWriterWithEncoding(String, Charset, boolean) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Constructs a FileWriterWithEncoding with a file encoding.
fillBuffer() - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
Fills the buffer with the contents of the input stream.
filter(int) - ????? org.apache.commons.io.input.AbstractCharacterFilterReader
Returns true if the given character should be filtered out, false to keep the character.
filter(PathFilter, Path...) - ??????? org.apache.commons.io.file.PathUtils
Applies an IOFileFilter to the provided File objects.
filter(IOFileFilter, File...) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Applies an IOFileFilter to the provided File objects.
filter(IOFileFilter, Iterable<File>) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Applies an IOFileFilter to the provided File objects.
FilterCollectionWriter - org.apache.commons.io.output???
Abstract class for writing filtered character streams to a Collection of writers.
FilterCollectionWriter(Writer...) - ????? org.apache.commons.io.output.FilterCollectionWriter
Creates a new filtered collection writer.
FilterCollectionWriter(Collection<Writer>) - ????? org.apache.commons.io.output.FilterCollectionWriter
Creates a new filtered collection writer.
filterDirectoryContents(File, int, File...) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked with the contents of each directory.
filterList(IOFileFilter, File...) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Applies an IOFileFilter to the provided File objects.
filterList(IOFileFilter, Iterable<File>) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Applies an IOFileFilter to the provided File objects.
filterSet(IOFileFilter, File...) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Applies an IOFileFilter to the provided File objects.
filterSet(IOFileFilter, Iterable<File>) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Applies an IOFileFilter to the provided File objects.
finalize() - ????? org.apache.commons.io.input.AutoCloseInputStream
Ensures that the stream is closed before it gets garbage-collected.
finished() - ????? org.apache.commons.io.input.ObservableInputStream.Observer
Called to indicate that EOF has been seen on the underlying stream.
flush() - ????? org.apache.commons.io.output.AppendableWriter
Flushes the stream.
flush() - ????? org.apache.commons.io.output.BrokenOutputStream
Throws the configured exception.
flush() - ????? org.apache.commons.io.output.BrokenWriter
Throws the configured exception.
flush() - ????? org.apache.commons.io.output.ClosedOutputStream
Throws an IOException to indicate that the stream is closed.
flush() - ????? org.apache.commons.io.output.ClosedWriter
Throws an IOException to indicate that the stream is closed.
flush() - ????? org.apache.commons.io.output.DemuxOutputStream
Flushes stream associated with current thread.
flush() - ????? org.apache.commons.io.output.FileWriterWithEncoding
Flush the stream.
flush() - ????? org.apache.commons.io.output.FilterCollectionWriter
Flushes the stream.
flush() - ????? org.apache.commons.io.output.LockableFileWriter
Flushes the stream.
flush() - ????? org.apache.commons.io.output.NullWriter
 
flush() - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's flush() method.
flush() - ????? org.apache.commons.io.output.ProxyOutputStream
Invokes the delegate's flush() method.
flush() - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's flush() method.
flush() - ????? org.apache.commons.io.output.StringBuilderWriter
Flushing this writer has no effect.
flush() - ????? org.apache.commons.io.output.TeeOutputStream
Flushes both streams.
flush() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - ????? org.apache.commons.io.output.WriterOutputStream
Flush the stream.
flush() - ????? org.apache.commons.io.output.XmlStreamWriter
Flushes the underlying writer.
FORCE - ??????? org.apache.commons.io.FileDeleteStrategy
The singleton instance for forced file deletion, which always deletes, even if the file represents a non-empty directory.
forceDelete(File) - ??????? org.apache.commons.io.FileUtils
Deletes a file or directory.
forceDeleteOnExit(File) - ??????? org.apache.commons.io.FileUtils
Schedules a file to be deleted when JVM exits.
forceMkdir(File) - ??????? org.apache.commons.io.FileUtils
Makes a directory, including any necessary but nonexistent parent directories.
forceMkdirParent(File) - ??????? org.apache.commons.io.FileUtils
Makes any necessary but nonexistent parent directories for a given File.
forName(String) - ???????? org.apache.commons.io.IOCase
Factory method to create an IOCase from a name.
freeSpace(String) - ??????? org.apache.commons.io.FileSystemUtils
????
Use freeSpaceKb(String) Deprecated from 1.3, may be removed in 2.0
freeSpaceKb() - ??????? org.apache.commons.io.FileSystemUtils
????
As of 2.6 deprecated without replacement. Please use FileStore.getUsableSpace().
freeSpaceKb(long) - ??????? org.apache.commons.io.FileSystemUtils
????
As of 2.6 deprecated without replacement. Please use FileStore.getUsableSpace().
freeSpaceKb(String) - ??????? org.apache.commons.io.FileSystemUtils
????
As of 2.6 deprecated without replacement. Please use FileStore.getUsableSpace().
freeSpaceKb(String, long) - ??????? org.apache.commons.io.FileSystemUtils
????
As of 2.6 deprecated without replacement. Please use FileStore.getUsableSpace().

G

GENERIC - ?? ?????? org.apache.commons.io.FileSystem
Generic file system.
get() - ?????? org.apache.commons.io.file.Counters.Counter
Gets the counter as a long.
get() - ?????? org.apache.commons.io.function.IOSupplier
Gets a result.
get(int) - ????? org.apache.commons.io.ByteOrderMark
Gets the byte at the specified position.
getAclEntryList(Path) - ??????? org.apache.commons.io.file.PathUtils
Reads the access control list from a file attribute view.
getAppendable() - ????? org.apache.commons.io.output.AppendableOutputStream
Return the target appendable.
getAppendable() - ????? org.apache.commons.io.output.AppendableWriter
Return the target appendable.
getBaseName(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the base name, minus the full path and extension, from a full fileName.
getBigInteger() - ?????? org.apache.commons.io.file.Counters.Counter
Gets the counter as a BigInteger.
getBOM() - ????? org.apache.commons.io.input.BOMInputStream
Return the BOM (Byte Order Mark).
getBOMCharsetName() - ????? org.apache.commons.io.input.BOMInputStream
Return the BOM charset Name - ByteOrderMark.getCharsetName().
getBomEncoding() - ???????? org.apache.commons.io.input.XmlStreamReaderException
Returns the BOM encoding found in the InputStream.
getBuilder() - ????? org.apache.commons.io.output.StringBuilderWriter
Returns the underlying builder.
getByteCount() - ????? org.apache.commons.io.input.CountingInputStream
The number of bytes that have passed through this stream.
getByteCount() - ????? org.apache.commons.io.output.CountingOutputStream
The number of bytes that have passed through this stream.
getByteCount() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Returns the number of bytes that have been written to this output stream.
getByteCounter() - ?????? org.apache.commons.io.file.Counters.PathCounters
Gets the byte counter.
getBytes() - ????? org.apache.commons.io.ByteOrderMark
Gets a copy of the BOM's bytes.
getBytes(Charset) - ?????? org.apache.commons.io.StandardLineSeparator
Gets the bytes for this instance encoded using the given Charset.
getCause() - ???????? org.apache.commons.io.TaggedIOException
Returns the wrapped exception.
getCause(int) - ???????? org.apache.commons.io.IOExceptionList
Gets the cause exception at the given index.
getCause(int, Class<T>) - ???????? org.apache.commons.io.IOExceptionList
Gets the cause exception at the given index.
getCauseList() - ???????? org.apache.commons.io.IOExceptionList
Gets the cause list.
getCauseList(Class<T>) - ???????? org.apache.commons.io.IOExceptionList
Works around Throwable and Generics, may fail at runtime depending on the argument value.
getCharsetName() - ????? org.apache.commons.io.ByteOrderMark
Gets the name of the Charset the BOM represents.
getChildren() - ????? org.apache.commons.io.monitor.FileEntry
Return the directory's files.
getCloseInstant() - ????? org.apache.commons.io.input.TimestampedObserver
Gets the instant for when this instance was closed.
getContentTypeEncoding() - ???????? org.apache.commons.io.input.XmlStreamReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - ???????? org.apache.commons.io.input.XmlStreamReaderException
Returns the MIME type in the content-type used to attempt determining the encoding.
getCopyOptions() - ????? org.apache.commons.io.file.CopyDirectoryVisitor
Gets the copy options.
getCount() - ????? org.apache.commons.io.input.CountingInputStream
The number of bytes that have passed through this stream.
getCount() - ????? org.apache.commons.io.output.CountingOutputStream
The number of bytes that have passed through this stream.
getCurrent() - ???????? org.apache.commons.io.FileSystem
Gets the current file system.
getCurrentNumberOfBytes() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns the number of bytes, that are currently present in the buffer.
getData() - ????? 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.
getDefaultEncoding() - ????? org.apache.commons.io.input.XmlStreamReader
Returns the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
getDefaultEncoding() - ????? org.apache.commons.io.output.XmlStreamWriter
Returns the default encoding.
getDelay() - ????? org.apache.commons.io.input.Tailer
Return the delay in milliseconds.
getDeleteFailures() - ????? org.apache.commons.io.FileCleaningTracker
Return the file paths that failed to delete.
getDepth() - ???????? org.apache.commons.io.DirectoryWalker.CancelException
????
Returns the depth when the operation was cancelled.
getDirectory() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Returns the directory being observed.
getDirectoryCounter() - ?????? org.apache.commons.io.file.Counters.PathCounters
Gets the directory counter.
getDirList() - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Gets the list of visited directories.
getEncoding() - ????? org.apache.commons.io.input.XmlStreamReader
Returns the charset encoding of the XmlStreamReader.
getEncoding() - ????? org.apache.commons.io.output.XmlStreamWriter
Returns the detected encoding.
getExtension(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the extension of a fileName.
getFile() - ???????? org.apache.commons.io.DirectoryWalker.CancelException
????
Returns the file when the operation was cancelled.
getFile() - ????? org.apache.commons.io.input.Tailer
Return the file.
getFile() - ????? org.apache.commons.io.monitor.FileEntry
Return the file being monitored.
getFile() - ????? org.apache.commons.io.output.DeferredFileOutputStream
Returns either the output file specified in the constructor or the temporary file created or null.
getFile(File, String...) - ??????? org.apache.commons.io.FileUtils
Construct a file from the set of name elements.
getFile(String...) - ??????? org.apache.commons.io.FileUtils
Construct a file from the set of name elements.
getFileCounter() - ?????? org.apache.commons.io.file.Counters.PathCounters
Gets the file counter.
getFileFilter() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Returns the fileFilter.
getFileFilters() - ????? org.apache.commons.io.filefilter.AndFileFilter
Gets this conditional file filter's list of file filters.
getFileFilters() - ?????? org.apache.commons.io.filefilter.ConditionalFileFilter
Gets this conditional file filter's list of file filters.
getFileFilters() - ????? org.apache.commons.io.filefilter.OrFileFilter
Gets this conditional file filter's list of file filters.
getFileList() - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Gets the list of visited files.
getFileSystemProvider(String) - ????? org.apache.commons.io.file.spi.FileSystemProviders
Gets the FileSystemProvider for the given scheme.
getFileSystemProvider(URI) - ????? org.apache.commons.io.file.spi.FileSystemProviders
Gets the FileSystemProvider for the given URI.
getFileSystemProvider(URL) - ????? org.apache.commons.io.file.spi.FileSystemProviders
Gets the FileSystemProvider for the given URL.
getFileSystemProvider(Path) - ??????? org.apache.commons.io.file.spi.FileSystemProviders
Gets the FileSystemProvider for the given Path.
getFullPath(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the full path from a full fileName, which is the prefix + path.
getFullPathNoEndSeparator(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the full path from a full fileName, which is the prefix + path, and also excluding the final directory separator.
getIllegalFileNameChars() - ?????? org.apache.commons.io.FileSystem
Gets a cloned copy of the illegal characters for this file system.
getIndex() - ???????? org.apache.commons.io.IOIndexedException
The index of this exception.
getInstance() - ??????? org.apache.commons.io.FileCleaner
????
Returns the singleton instance, which is used by the deprecated, static methods.
getInterval() - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Returns the interval.
getLastModified() - ????? org.apache.commons.io.monitor.FileEntry
Return the last modified time from the last time it was checked.
getLength() - ????? org.apache.commons.io.monitor.FileEntry
Return the length.
getLevel() - ????? org.apache.commons.io.monitor.FileEntry
Return the level
getListeners() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Returns the set of registered file system listeners.
getLong() - ?????? org.apache.commons.io.file.Counters.Counter
Gets the counter as a Long.
getMaxFileNameLength() - ?????? org.apache.commons.io.FileSystem
Gets the maximum length for file names.
getMaxPathLength() - ?????? org.apache.commons.io.FileSystem
Gets the maximum length of the path to a file.
getMessageDigest() - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream
Returns the MessageDigest, which is being used for generating the checksum.
getName() - ?????? org.apache.commons.io.IOCase
Gets the name of the constant.
getName() - ????? org.apache.commons.io.monitor.FileEntry
Return the file name.
getName(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the name minus the path from a full fileName.
getObservers() - ????? org.apache.commons.io.input.ObservableInputStream
Gets all currently registered observers.
getObservers() - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Returns the set of FileAlterationObserver registered with this monitor.
getOpenInstant() - ????? org.apache.commons.io.input.TimestampedObserver
Gets the instant for when this instance was created.
getOpenToCloseDuration() - ????? org.apache.commons.io.input.TimestampedObserver
Gets the Duration between creation and close.
getOpenToNowDuration() - ????? org.apache.commons.io.input.TimestampedObserver
Gets the Duration between creation and now.
getParent() - ????? org.apache.commons.io.monitor.FileEntry
Return the parent entry.
getPath(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the path from a full fileName, which excludes the prefix.
getPathCounters() - ????? org.apache.commons.io.file.CountingPathVisitor
Gets the visitation counts.
getPathFilter() - ????? org.apache.commons.io.file.DirectoryStreamFilter
Gets the path filter.
getPathNoEndSeparator(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the path from a full fileName, which excludes the prefix, and also excluding the final directory separator.
getPosition() - ????? org.apache.commons.io.input.NullInputStream
Return the current position.
getPosition() - ????? org.apache.commons.io.input.NullReader
Returns the current position.
getPrefix(String) - ??????? org.apache.commons.io.FilenameUtils
Gets the prefix from a full fileName, such as C:/ or ~/.
getPrefixLength(String) - ??????? org.apache.commons.io.FilenameUtils
Returns the length of the fileName prefix, such as C:/ or ~/.
getRandomAccessFile() - ????? org.apache.commons.io.input.RandomAccessFileInputStream
Gets the underlying file.
getReservedFileNames() - ?????? org.apache.commons.io.FileSystem
Gets a cloned copy of the reserved file names.
getRun() - ????? org.apache.commons.io.input.Tailer
Gets whether to keep on running.
getSize() - ????? org.apache.commons.io.input.NullInputStream
Return the size this InputStream emulates.
getSize() - ????? org.apache.commons.io.input.NullReader
Returns the size this Reader emulates.
getSourceDirectory() - ????? org.apache.commons.io.file.CopyDirectoryVisitor
Gets the source directory.
getSpace() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns the number of bytes, that can currently be added to the buffer.
getStream() - ????? org.apache.commons.io.output.DeferredFileOutputStream
Returns the current output stream.
getStream() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getString() - ?????? org.apache.commons.io.StandardLineSeparator
Gets the String value of this instance.
getTag() - ???????? org.apache.commons.io.TaggedIOException
Returns the serializable tag object.
getTargetDirectory() - ????? org.apache.commons.io.file.CopyDirectoryVisitor
Gets the target directory.
getTempDirectory() - ??????? org.apache.commons.io.FileUtils
Returns a File representing the system temporary directory.
getTempDirectoryPath() - ??????? org.apache.commons.io.FileUtils
Returns the path to the system temporary directory.
getThreshold() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Returns the threshold, in bytes, at which an event will be triggered.
getTrackCount() - ??????? org.apache.commons.io.FileCleaner
getTrackCount() - ????? org.apache.commons.io.FileCleaningTracker
Retrieve the number of files currently being tracked, and therefore awaiting deletion.
getUserDirectory() - ??????? org.apache.commons.io.FileUtils
Returns a File representing the user's home directory.
getUserDirectoryPath() - ??????? org.apache.commons.io.FileUtils
Returns the path to the user's home directory.
getXmlEncoding() - ???????? org.apache.commons.io.input.XmlStreamReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - ???????? org.apache.commons.io.input.XmlStreamReaderException
Returns the encoding guess based on the first bytes of the InputStream.

H

handle(Exception) - ?????? org.apache.commons.io.input.TailerListener
Handles an Exception .
handle(Exception) - ????? org.apache.commons.io.input.TailerListenerAdapter
Handles an Exception .
handle(String) - ?????? org.apache.commons.io.input.TailerListener
Handles a line from a Tailer.
handle(String) - ????? org.apache.commons.io.input.TailerListenerAdapter
Handles a line from a Tailer.
handle(Throwable) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
Handles exceptions caught while accepting.
handleCancelled(File, Collection<T>, DirectoryWalker.CancelException) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked when the operation is cancelled.
handleDirectory(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked to determine if a directory should be processed.
handleDirectoryEnd(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked at the end of processing each directory.
handleDirectoryStart(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked at the start of processing each directory.
handleEnd(Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked at the end of processing.
handleFile(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked for each (non-directory) file.
handleIOException(IOException) - ????? org.apache.commons.io.input.ProxyInputStream
Handle any IOExceptions thrown.
handleIOException(IOException) - ????? org.apache.commons.io.input.ProxyReader
Handle any IOExceptions thrown.
handleIOException(IOException) - ????? org.apache.commons.io.input.TaggedInputStream
Tags any IOExceptions thrown, wrapping and re-throwing.
handleIOException(IOException) - ????? org.apache.commons.io.input.TaggedReader
Tags any IOExceptions thrown, wrapping and re-throwing.
handleIOException(IOException) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Handle any IOExceptions thrown.
handleIOException(IOException) - ????? org.apache.commons.io.output.ProxyOutputStream
Handle any IOExceptions thrown.
handleIOException(IOException) - ????? org.apache.commons.io.output.ProxyWriter
Handle any IOExceptions thrown.
handleIOException(IOException) - ????? org.apache.commons.io.output.TaggedOutputStream
Tags any IOExceptions thrown, wrapping and re-throwing.
handleIOException(IOException) - ????? org.apache.commons.io.output.TaggedWriter
Tags any IOExceptions thrown, wrapping and re-throwing.
handleIsCancelled(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked to determine if the entire walk operation should be immediately cancelled.
handleRestricted(File, int, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked for each restricted directory.
handleStart(File, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Overridable callback method invoked at the start of processing.
hasBOM() - ????? org.apache.commons.io.input.BOMInputStream
Indicates whether the stream contains one of the specified BOMs.
hasBOM(ByteOrderMark) - ????? org.apache.commons.io.input.BOMInputStream
Indicates whether the stream contains the specified BOM.
hasBytes() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns, whether the buffer is currently holding, at least, a single byte.
hashCode() - ????? org.apache.commons.io.ByteOrderMark
Computes the hashcode for this BOM.
hashCode() - ????? org.apache.commons.io.file.AccumulatorPathVisitor
 
hashCode() - ????? org.apache.commons.io.file.CleaningPathVisitor
 
hashCode() - ????? org.apache.commons.io.file.CopyDirectoryVisitor
 
hashCode() - ????? org.apache.commons.io.file.CountingPathVisitor
 
hashCode() - ????? org.apache.commons.io.file.DeletingPathVisitor
 
hasNext() - ????? org.apache.commons.io.LineIterator
Indicates whether the Reader has more lines.
hasSpace() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns, whether there is currently room for a single byte in the buffer.
hasSpace(int) - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns, whether there is currently room for the given number of bytes in the buffer.
haveBytes(int) - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
Fills the buffer from the input stream until the given number of bytes have been added to the buffer.
HexDump - org.apache.commons.io???
Dumps data in hexadecimal format.
HexDump() - ????? org.apache.commons.io.HexDump
Instances should NOT be constructed in standard programming.
HIDDEN - ??????? org.apache.commons.io.filefilter.HiddenFileFilter
Singleton instance of hidden filter
HiddenFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that are hidden.
HiddenFileFilter() - ????? org.apache.commons.io.filefilter.HiddenFileFilter
Restrictive constructor.

I

identity() - ???????? org.apache.commons.io.function.IOFunction
Returns a IOFunction that always returns its input argument.
in - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
What we are streaming, used to fill the internal buffer.
increment() - ?????? org.apache.commons.io.file.Counters.Counter
Adds one to this counter.
indexOfExtension(String) - ??????? org.apache.commons.io.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - ??????? org.apache.commons.io.FilenameUtils
Returns the index of the last directory separator character.
InfiniteCircularInputStream - org.apache.commons.io.input???
An InputStream that infinitely repeats the provided bytes.
InfiniteCircularInputStream(byte[]) - ????? org.apache.commons.io.input.InfiniteCircularInputStream
Creates an instance from the specified array of bytes.
init(Tailer) - ?????? org.apache.commons.io.input.TailerListener
The tailer will call this method during construction, giving the listener a method of stopping the tailer.
init(Tailer) - ????? org.apache.commons.io.input.TailerListenerAdapter
The tailer will call this method during construction, giving the listener a method of stopping the tailer.
initialize() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Initializes the observer.
INSENSITIVE - ?? ?????? org.apache.commons.io.IOCase
The constant for case insensitive regardless of operating system.
installed() - ??????? org.apache.commons.io.file.spi.FileSystemProviders
Returns the instance for the installed providers.
INSTANCE - ??????? org.apache.commons.io.file.NoopPathVisitor
The singleton instance.
INSTANCE - ??????? org.apache.commons.io.filefilter.DirectoryFileFilter
Singleton instance of directory filter.
INSTANCE - ??????? org.apache.commons.io.filefilter.FalseFileFilter
Singleton instance of false filter.
INSTANCE - ??????? org.apache.commons.io.filefilter.FileFileFilter
Singleton instance of file filter.
INSTANCE - ??????? org.apache.commons.io.filefilter.SymbolicLinkFileFilter
Singleton instance of file filter.
INSTANCE - ??????? org.apache.commons.io.filefilter.TrueFileFilter
Singleton instance of true filter.
INSTANCE - ??????? org.apache.commons.io.output.NullAppendable
A singleton.
invalidClassNameFound(String) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Called to throw InvalidClassException if an invalid class name is found during deserialization.
IOCase - org.apache.commons.io????
Enumeration of IO case sensitivity.
IOConsumer<T> - org.apache.commons.io.function????
Like Consumer but throws IOException.
IOExceptionList - org.apache.commons.io??????
A IOException based on a list of Throwable causes.
IOExceptionList(String, List<? extends Throwable>) - ???????? org.apache.commons.io.IOExceptionList
Creates a new exception caused by a list of exceptions.
IOExceptionList(List<? extends Throwable>) - ???????? org.apache.commons.io.IOExceptionList
Creates a new exception caused by a list of exceptions.
IOExceptionWithCause - org.apache.commons.io??????
????
(since 2.5) use IOException instead
IOExceptionWithCause(String, Throwable) - ???????? org.apache.commons.io.IOExceptionWithCause
????
Constructs a new instance with the given message and cause.
IOExceptionWithCause(Throwable) - ???????? org.apache.commons.io.IOExceptionWithCause
????
Constructs a new instance with the given cause.
IOFileFilter - org.apache.commons.io.filefilter????
An interface which brings the FileFilter, FilenameFilter, and PathFilter interfaces together.
IOFunction<T,R> - org.apache.commons.io.function????
Like Function but throws IOException.
IOIndexedException - org.apache.commons.io??????
A IOException associated with a source index.
IOIndexedException(int, Throwable) - ???????? org.apache.commons.io.IOIndexedException
Creates a new exception.
IOSupplier<T> - org.apache.commons.io.function????
Like Supplier but throws IOException.
IOUtils - org.apache.commons.io???
General IO stream manipulation utilities.
IOUtils() - ????? org.apache.commons.io.IOUtils
Instances should NOT be constructed in standard programming.
isCasePreserving() - ?????? org.apache.commons.io.FileSystem
Whether this file system preserves case.
isCaseSensitive() - ?????? org.apache.commons.io.FileSystem
Whether this file system is case-sensitive.
isCaseSensitive() - ?????? org.apache.commons.io.IOCase
Does the object represent case sensitive comparison.
isCaseSensitive(IOCase) - ???????? org.apache.commons.io.IOCase
Tests for cases sensitivity in a null-safe manner.
isCauseOf(Exception) - ????? org.apache.commons.io.output.TaggedOutputStream
Tests if the given exception was caused by this stream.
isCauseOf(Exception) - ????? org.apache.commons.io.output.TaggedWriter
Tests if the given exception was caused by this writer.
isCauseOf(Throwable) - ????? org.apache.commons.io.input.TaggedInputStream
Tests if the given exception was caused by this stream.
isCauseOf(Throwable) - ????? org.apache.commons.io.input.TaggedReader
Tests if the given exception was caused by this reader.
isCloseOnClose() - ????? org.apache.commons.io.input.RandomAccessFileInputStream
Returns whether to close the underlying file when this stream is closed.
isDirectory() - ????? org.apache.commons.io.monitor.FileEntry
Indicate whether the file is a directory or not.
isDirectory(File, LinkOption...) - ??????? org.apache.commons.io.FileUtils
Tests whether the specified File is a directory or not.
isDirectory(Path, LinkOption...) - ??????? org.apache.commons.io.file.PathUtils
Tests whether the specified Path is a directory or not.
isEmpty(Path) - ??????? org.apache.commons.io.file.PathUtils
Tests whether the given file or directory is empty.
isEmptyDirectory(File) - ??????? org.apache.commons.io.FileUtils
Tests whether the directory is empty.
isEmptyDirectory(Path) - ??????? org.apache.commons.io.file.PathUtils
Tests whether the directory is empty.
isEmptyFile(Path) - ??????? org.apache.commons.io.file.PathUtils
Tests whether the given file is empty.
isExists() - ????? org.apache.commons.io.monitor.FileEntry
Indicate whether the file existed the last time it was checked.
isExtension(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks whether the extension of the fileName is that specified.
isExtension(String, String...) - ??????? org.apache.commons.io.FilenameUtils
Checks whether the extension of the fileName is one of those specified.
isExtension(String, Collection<String>) - ??????? org.apache.commons.io.FilenameUtils
Checks whether the extension of the fileName is one of those specified.
isFileNewer(File, long) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified time reference.
isFileNewer(File, File) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the reference File.
isFileNewer(File, ChronoLocalDate) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified ChronoLocalDate at the current time.
isFileNewer(File, ChronoLocalDate, LocalTime) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified ChronoLocalDate at the specified time.
isFileNewer(File, ChronoLocalDateTime<?>) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified ChronoLocalDateTime at the system-default time zone.
isFileNewer(File, ChronoLocalDateTime<?>, ZoneId) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified ChronoLocalDateTime at the specified ZoneId.
isFileNewer(File, ChronoZonedDateTime<?>) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified ChronoZonedDateTime.
isFileNewer(File, Instant) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified Instant.
isFileNewer(File, Date) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is newer than the specified Date.
isFileOlder(File, long) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified time reference.
isFileOlder(File, File) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the reference File.
isFileOlder(File, ChronoLocalDate) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified ChronoLocalDate at the current time.
isFileOlder(File, ChronoLocalDate, LocalTime) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified ChronoLocalDate at the specified LocalTime.
isFileOlder(File, ChronoLocalDateTime<?>) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified ChronoLocalDateTime at the system-default time zone.
isFileOlder(File, ChronoLocalDateTime<?>, ZoneId) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified ChronoLocalDateTime at the specified ZoneId.
isFileOlder(File, ChronoZonedDateTime<?>) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified ChronoZonedDateTime.
isFileOlder(File, Instant) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified Instant.
isFileOlder(File, Date) - ??????? org.apache.commons.io.FileUtils
Tests if the specified File is older than the specified Date.
isInMemory() - ????? org.apache.commons.io.output.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isLegalFileName(CharSequence) - ?????? org.apache.commons.io.FileSystem
Checks if a candidate file name (without a path) such as "filename.ext" or "filename" is a potentially legal file name.
isNewer(Path, long, LinkOption...) - ??????? org.apache.commons.io.file.PathUtils
Tests if the specified Path is newer than the specified time reference.
ISO_8859_1 - ??????? org.apache.commons.io.Charsets
????
Use Java 7's StandardCharsets
isPropagateClose() - ????? org.apache.commons.io.input.BoundedInputStream
Indicates whether the BoundedInputStream.close() method should propagate to the underling InputStream.
isRegularFile(File, LinkOption...) - ??????? org.apache.commons.io.FileUtils
Tests whether the specified File is a regular file or not.
isRegularFile(Path, LinkOption...) - ??????? org.apache.commons.io.file.PathUtils
Tests whether the specified Path is a regular file or not.
isReservedFileName(CharSequence) - ?????? org.apache.commons.io.FileSystem
Returns whether the given string is a reserved file name.
isSymlink(File) - ??????? org.apache.commons.io.FileUtils
Tests whether the specified file is a symbolic link rather than an actual file.
isTaggedWith(Throwable, Object) - ?????????? org.apache.commons.io.TaggedIOException
Checks whether the given throwable is tagged with the given tag.
isThresholdExceeded() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.
isValidLine(String) - ????? org.apache.commons.io.LineIterator
Overridable method to validate each line that is returned.
iterateFiles(File, String[], boolean) - ??????? org.apache.commons.io.FileUtils
Iterates over the files in a given directory (and optionally its subdirectories) which match an array of extensions.
iterateFiles(File, IOFileFilter, IOFileFilter) - ??????? org.apache.commons.io.FileUtils
Iterates over the files in given directory (and optionally its subdirectories).
iterateFilesAndDirs(File, IOFileFilter, IOFileFilter) - ??????? org.apache.commons.io.FileUtils
Iterates over the files in given directory (and optionally its subdirectories).

L

lastModified(File) - ??????? org.apache.commons.io.FileUtils
Returns the last modification time in milliseconds via Files.getLastModifiedTime(Path, LinkOption...).
LASTMODIFIED_COMPARATOR - ??????? org.apache.commons.io.comparator.LastModifiedFileComparator
Last modified comparator instance.
LASTMODIFIED_REVERSE - ??????? org.apache.commons.io.comparator.LastModifiedFileComparator
Reverse last modified comparator instance.
LastModifiedFileComparator - org.apache.commons.io.comparator???
Compare the last modified date/time of two files for order (see FileUtils.lastModifiedUnchecked(File)).
LastModifiedFileComparator() - ????? org.apache.commons.io.comparator.LastModifiedFileComparator
 
lastModifiedUnchecked(File) - ??????? org.apache.commons.io.FileUtils
Returns the last modification time in milliseconds via Files.getLastModifiedTime(Path, LinkOption...).
length() - ????? org.apache.commons.io.ByteOrderMark
Gets the length of the BOM's bytes.
length(byte[]) - ??????? org.apache.commons.io.IOUtils
Returns the length of the given array in a null-safe manner.
length(char[]) - ??????? org.apache.commons.io.IOUtils
Returns the length of the given array in a null-safe manner.
length(CharSequence) - ??????? org.apache.commons.io.IOUtils
Returns the length of the given CharSequence in a null-safe manner.
length(Object[]) - ??????? org.apache.commons.io.IOUtils
Returns the length of the given array in a null-safe manner.
LF - ?? ?????? org.apache.commons.io.StandardLineSeparator
Line feed.
LF - ??????? org.apache.commons.io.IOUtils
LF char.
LINE_SEPARATOR - ??????? org.apache.commons.io.IOUtils
LINE_SEPARATOR_UNIX - ??????? org.apache.commons.io.IOUtils
The Unix line separator string.
LINE_SEPARATOR_WINDOWS - ??????? org.apache.commons.io.IOUtils
The Windows line separator string.
lineIterator(File) - ??????? org.apache.commons.io.FileUtils
Returns an Iterator for the lines in a File using the default encoding for the VM.
lineIterator(File, String) - ??????? org.apache.commons.io.FileUtils
Returns an Iterator for the lines in a File.
lineIterator(InputStream, String) - ??????? org.apache.commons.io.IOUtils
Returns an Iterator for the lines in an InputStream, using the character encoding specified (or default encoding if null).
lineIterator(InputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Returns an Iterator for the lines in an InputStream, using the character encoding specified (or default encoding if null).
lineIterator(Reader) - ??????? org.apache.commons.io.IOUtils
Returns an Iterator for the lines in a Reader.
LineIterator - org.apache.commons.io???
An Iterator over the lines in a Reader.
LineIterator(Reader) - ????? org.apache.commons.io.LineIterator
Constructs an iterator of the lines for a Reader.
LINUX - ?? ?????? org.apache.commons.io.FileSystem
Linux file system.
listFiles(File, String[], boolean) - ??????? org.apache.commons.io.FileUtils
Finds files within a given directory (and optionally its subdirectories) which match an array of extensions.
listFiles(File, IOFileFilter, IOFileFilter) - ??????? org.apache.commons.io.FileUtils
Finds files within a given directory (and optionally its subdirectories).
listFilesAndDirs(File, IOFileFilter, IOFileFilter) - ??????? org.apache.commons.io.FileUtils
Finds files within a given directory (and optionally its subdirectories).
LockableFileWriter - org.apache.commons.io.output???
FileWriter that will create and honor lock files to allow simple cross thread file lock handling.
LockableFileWriter(File) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(File, boolean) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(File, boolean, String) - ????? org.apache.commons.io.output.LockableFileWriter
LockableFileWriter(File, String) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter with a file encoding.
LockableFileWriter(File, String, boolean, String) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter with a file encoding.
LockableFileWriter(File, Charset) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter with a file encoding.
LockableFileWriter(File, Charset, boolean, String) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter with a file encoding.
LockableFileWriter(String) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(String, boolean) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
LockableFileWriter(String, boolean, String) - ????? org.apache.commons.io.output.LockableFileWriter
Constructs a LockableFileWriter.
longCounter() - ??????? org.apache.commons.io.file.Counters
Returns a new long Counter.
longPathCounters() - ??????? org.apache.commons.io.file.Counters
Returns a new BigInteger PathCounters.

M

MAC_OSX - ?? ?????? org.apache.commons.io.FileSystem
MacOS file system.
magicNumberFileFilter(byte[]) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that accepts files that begin with the provided magic number.
magicNumberFileFilter(byte[], long) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that accepts files that contains the provided magic number at a specified offset within the file.
magicNumberFileFilter(String) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that accepts files that begin with the provided magic number.
magicNumberFileFilter(String, long) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that accepts files that contains the provided magic number at a specified offset within the file.
MagicNumberFileFilter - org.apache.commons.io.filefilter???
File filter for matching files containing a "magic number".
MagicNumberFileFilter(byte[]) - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Constructs a new MagicNumberFileFilter and associates it with the magic number to test for in files.
MagicNumberFileFilter(byte[], long) - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Constructs a new MagicNumberFileFilter and associates it with the magic number to test for in files and the byte offset location in the file to to look for that magic number.
MagicNumberFileFilter(String) - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Constructs a new MagicNumberFileFilter and associates it with the magic number to test for in files.
MagicNumberFileFilter(String, long) - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Constructs a new MagicNumberFileFilter and associates it with the magic number to test for in files and the byte offset location in the file to to look for that magic number.
makeCVSAware(IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Decorates a filter to make it ignore CVS directories.
makeDirectoryOnly(IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Decorates a filter so that it only applies to directories and not to files.
makeFileOnly(IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Decorates a filter so that it only applies to files and not to directories.
makeSVNAware(IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Decorates a filter to make it ignore SVN directories.
mark(int) - ????? org.apache.commons.io.input.BOMInputStream
Invokes the delegate's mark(int) method.
mark(int) - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's mark(int) method.
mark(int) - ????? org.apache.commons.io.input.BoundedReader
marks the target stream
mark(int) - ????? org.apache.commons.io.input.BrokenReader
Throws the configured exception.
mark(int) - ????? org.apache.commons.io.input.CharSequenceInputStream
mark(int) - ????? org.apache.commons.io.input.CharSequenceReader
Mark the current position.
mark(int) - ????? org.apache.commons.io.input.MarkShieldInputStream
 
mark(int) - ????? org.apache.commons.io.input.NullInputStream
Mark the current position.
mark(int) - ????? org.apache.commons.io.input.NullReader
Marks the current position.
mark(int) - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's mark(int) method.
mark(int) - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's mark(int) method.
mark(int) - ????? org.apache.commons.io.input.UnixLineEndingInputStream
mark(int) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
mark(int) - ????? org.apache.commons.io.input.WindowsLineEndingInputStream
MarkShieldInputStream - org.apache.commons.io.input???
This is an alternative to ByteArrayInputStream which removes the synchronization overhead for non-concurrent access; as such this class is not thread-safe.
MarkShieldInputStream(InputStream) - ????? org.apache.commons.io.input.MarkShieldInputStream
Creates a proxy that shields the given input stream from being marked or rest.
markSupported() - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's markSupported() method.
markSupported() - ????? org.apache.commons.io.input.CharSequenceInputStream
 
markSupported() - ????? org.apache.commons.io.input.CharSequenceReader
Mark is supported (returns true).
markSupported() - ????? org.apache.commons.io.input.MarkShieldInputStream
 
markSupported() - ????? org.apache.commons.io.input.NullInputStream
Indicates whether mark is supported.
markSupported() - ????? org.apache.commons.io.input.NullReader
Indicates whether mark is supported.
markSupported() - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's markSupported() method.
markSupported() - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's markSupported() method.
markSupported() - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
matches(String) - ?????? org.apache.commons.io.serialization.ClassNameMatcher
Returns true if the supplied class name matches this object's condition.
MessageDigestCalculatingInputStream - org.apache.commons.io.input???
This class is an example for using an ObservableInputStream.
MessageDigestCalculatingInputStream(InputStream) - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream
Creates a new instance, which calculates a signature on the given stream, using a MessageDigest with the "MD5" algorithm.
MessageDigestCalculatingInputStream(InputStream, String) - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream
Creates a new instance, which calculates a signature on the given stream, using a MessageDigest with the given algorithm.
MessageDigestCalculatingInputStream(InputStream, MessageDigest) - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream
Creates a new instance, which calculates a signature on the given stream, using the given MessageDigest.
MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver - org.apache.commons.io.input???
Maintains the message digest.
MessageDigestMaintainingObserver(MessageDigest) - ????? org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
Creates an MessageDigestMaintainingObserver for the given MessageDigest.
moveDirectory(File, File) - ??????? org.apache.commons.io.FileUtils
Moves a directory.
moveDirectoryToDirectory(File, File, boolean) - ??????? org.apache.commons.io.FileUtils
Moves a directory to another directory.
moveFile(File, File) - ??????? org.apache.commons.io.FileUtils
Moves a file preserving attributes.
moveFile(File, File, CopyOption...) - ??????? org.apache.commons.io.FileUtils
Moves a file.
moveFileToDirectory(File, File, boolean) - ??????? org.apache.commons.io.FileUtils
Moves a file to a directory.
moveToDirectory(File, File, boolean) - ??????? org.apache.commons.io.FileUtils
Moves a file or directory to the destination directory.

N

NAME_COMPARATOR - ??????? org.apache.commons.io.comparator.NameFileComparator
Case-sensitive name comparator instance (see IOCase.SENSITIVE)
NAME_INSENSITIVE_COMPARATOR - ??????? org.apache.commons.io.comparator.NameFileComparator
Case-insensitive name comparator instance (see IOCase.INSENSITIVE)
NAME_INSENSITIVE_REVERSE - ??????? org.apache.commons.io.comparator.NameFileComparator
Reverse case-insensitive name comparator instance (see IOCase.INSENSITIVE)
NAME_REVERSE - ??????? org.apache.commons.io.comparator.NameFileComparator
Reverse case-sensitive name comparator instance (see IOCase.SENSITIVE)
NAME_SYSTEM_COMPARATOR - ??????? org.apache.commons.io.comparator.NameFileComparator
System sensitive name comparator instance (see IOCase.SYSTEM)
NAME_SYSTEM_REVERSE - ??????? org.apache.commons.io.comparator.NameFileComparator
Reverse system sensitive name comparator instance (see IOCase.SYSTEM)
NameFileComparator - org.apache.commons.io.comparator???
Compare the names of two files for order (see File.getName()).
NameFileComparator() - ????? org.apache.commons.io.comparator.NameFileComparator
Construct a case sensitive file name comparator instance.
NameFileComparator(IOCase) - ????? org.apache.commons.io.comparator.NameFileComparator
Construct a file name comparator instance with the specified case-sensitivity.
nameFileFilter(String) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file name matches the specified text.
nameFileFilter(String, IOCase) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file name matches the specified text.
NameFileFilter - org.apache.commons.io.filefilter???
Filters file names for a certain name.
NameFileFilter(String) - ????? org.apache.commons.io.filefilter.NameFileFilter
Constructs a new case-sensitive name file filter for a single name.
NameFileFilter(String...) - ????? org.apache.commons.io.filefilter.NameFileFilter
Constructs a new case-sensitive name file filter for an array of names.
NameFileFilter(String[], IOCase) - ????? org.apache.commons.io.filefilter.NameFileFilter
Constructs a new name file filter for an array of names specifying case-sensitivity.
NameFileFilter(String, IOCase) - ????? org.apache.commons.io.filefilter.NameFileFilter
Construct a new name file filter specifying case-sensitivity.
NameFileFilter(List<String>) - ????? org.apache.commons.io.filefilter.NameFileFilter
Constructs a new case-sensitive name file filter for a list of names.
NameFileFilter(List<String>, IOCase) - ????? org.apache.commons.io.filefilter.NameFileFilter
Constructs a new name file filter for a list of names specifying case-sensitivity.
needNewBuffer(int) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Makes a new buffer available either by allocating a new one or re-cycling an existing one.
negate() - ????? org.apache.commons.io.filefilter.FalseFileFilter
 
negate() - ?????? org.apache.commons.io.filefilter.IOFileFilter
Creates a new "not" filter with this filter.
negate() - ????? org.apache.commons.io.filefilter.TrueFileFilter
 
newChildInstance(File) - ????? org.apache.commons.io.monitor.FileEntry
Create a new child instance.
newDirectoryStream(Path, PathFilter) - ??????? org.apache.commons.io.file.PathUtils
Creates a new DirectoryStream for Paths rooted at the given directory.
newQueueInputStream() - ????? org.apache.commons.io.output.QueueOutputStream
Creates a new QueueInputStream instance connected to this.
newQueueOutputStream() - ????? org.apache.commons.io.input.QueueInputStream
Creates a new QueueOutputStream instance connected to this.
next() - ????? org.apache.commons.io.LineIterator
Returns the next line in the wrapped Reader.
nextLine() - ????? org.apache.commons.io.LineIterator
Returns the next line in the wrapped Reader.
NOFOLLOW_LINK_OPTION_ARRAY - ??????? org.apache.commons.io.file.PathUtils
noop() - ???????? org.apache.commons.io.function.IOConsumer
Returns a constant NOOP consumer.
NOOP_IO_CONSUMER - ???????? org.apache.commons.io.function.IOConsumer
Package private constant; consider private.
noopCounter() - ??????? org.apache.commons.io.file.Counters
Returns the NOOP Counter.
noopPathCounters() - ??????? org.apache.commons.io.file.Counters
Returns the NOOP PathCounters.
NoopPathVisitor - org.apache.commons.io.file???
A noop path visitor.
NoopPathVisitor() - ????? org.apache.commons.io.file.NoopPathVisitor
 
NORMAL - ??????? org.apache.commons.io.FileDeleteStrategy
The singleton instance for normal file deletion, which does not permit the deletion of directories that are not empty.
normalize(String) - ??????? org.apache.commons.io.FilenameUtils
Normalizes a path, removing double and single dot path steps.
normalize(String, boolean) - ??????? org.apache.commons.io.FilenameUtils
Normalizes a path, removing double and single dot path steps.
normalizeNoEndSeparator(String) - ??????? org.apache.commons.io.FilenameUtils
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
normalizeNoEndSeparator(String, boolean) - ??????? org.apache.commons.io.FilenameUtils
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
NOT_EMPTY - ??????? org.apache.commons.io.filefilter.EmptyFileFilter
Singleton instance of not-empty filter
noteClosed() - ????? org.apache.commons.io.input.ObservableInputStream
Notifies the observers by invoking ObservableInputStream.Observer.finished().
noteDataByte(int) - ????? org.apache.commons.io.input.ObservableInputStream
Notifies the observers by invoking ObservableInputStream.Observer.data(int) with the given arguments.
noteDataBytes(byte[], int, int) - ????? org.apache.commons.io.input.ObservableInputStream
Notifies the observers by invoking ObservableInputStream.Observer.data(byte[],int,int) with the given arguments.
noteError(IOException) - ????? org.apache.commons.io.input.ObservableInputStream
Notifies the observers by invoking ObservableInputStream.Observer.error(IOException) with the given argument.
noteFinished() - ????? org.apache.commons.io.input.ObservableInputStream
Notifies the observers by invoking ObservableInputStream.Observer.finished().
notFileFilter(IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that NOTs the specified filter.
NotFileFilter - org.apache.commons.io.filefilter???
This filter produces a logical NOT of the filters specified.
NotFileFilter(IOFileFilter) - ????? org.apache.commons.io.filefilter.NotFileFilter
Constructs a new file filter that NOTs the result of another filter.
NULL_OUTPUT_STREAM - ??????? org.apache.commons.io.output.NullOutputStream
The singleton.
NULL_PRINT_STREAM - ??????? org.apache.commons.io.output.NullPrintStream
The singleton instance.
NULL_WRITER - ??????? org.apache.commons.io.output.NullWriter
A singleton.
NullAppendable - org.apache.commons.io.output???
Appends all data to the famous /dev/null.
NullInputStream - org.apache.commons.io.input???
A functional, light weight InputStream that emulates a stream of a specified size.
NullInputStream() - ????? org.apache.commons.io.input.NullInputStream
Create an InputStream that emulates a size 0 stream which supports marking and does not throw EOFException.
NullInputStream(long) - ????? org.apache.commons.io.input.NullInputStream
Create an InputStream that emulates a specified size which supports marking and does not throw EOFException.
NullInputStream(long, boolean, boolean) - ????? org.apache.commons.io.input.NullInputStream
Create an InputStream that emulates a specified size with option settings.
NullOutputStream - org.apache.commons.io.output???
Writes all data to the famous /dev/null.
NullOutputStream() - ????? org.apache.commons.io.output.NullOutputStream
NullPrintStream - org.apache.commons.io.output???
Writes all data to the famous /dev/null.
NullPrintStream() - ????? org.apache.commons.io.output.NullPrintStream
Constructs an instance.
NullReader - org.apache.commons.io.input???
A functional, light weight Reader that emulates a reader of a specified size.
NullReader() - ????? org.apache.commons.io.input.NullReader
Creates a Reader that emulates a size 0 reader which supports marking and does not throw EOFException.
NullReader(long) - ????? org.apache.commons.io.input.NullReader
Creates a Reader that emulates a specified size which supports marking and does not throw EOFException.
NullReader(long, boolean, boolean) - ????? org.apache.commons.io.input.NullReader
Creates a Reader that emulates a specified size with option settings.
NullWriter - org.apache.commons.io.output???
Writes all data to the famous /dev/null.
NullWriter() - ????? org.apache.commons.io.output.NullWriter
Constructs a new NullWriter.

O

ObservableInputStream - org.apache.commons.io.input???
The ObservableInputStream allows, that an InputStream may be consumed by other receivers, apart from the thread, which is reading it.
ObservableInputStream(InputStream) - ????? org.apache.commons.io.input.ObservableInputStream
Creates a new ObservableInputStream for the given InputStream.
ObservableInputStream(InputStream, ObservableInputStream.Observer...) - ????? org.apache.commons.io.input.ObservableInputStream
Creates a new ObservableInputStream for the given InputStream.
ObservableInputStream.Observer - org.apache.commons.io.input???
Abstracts observer callback for ObservableInputStreams.
Observer() - ????? org.apache.commons.io.input.ObservableInputStream.Observer
 
onDirectoryChange(File) - ?????? org.apache.commons.io.monitor.FileAlterationListener
Directory changed Event.
onDirectoryChange(File) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
Directory changed Event.
onDirectoryCreate(File) - ?????? org.apache.commons.io.monitor.FileAlterationListener
Directory created Event.
onDirectoryCreate(File) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
Directory created Event.
onDirectoryDelete(File) - ?????? org.apache.commons.io.monitor.FileAlterationListener
Directory deleted Event.
onDirectoryDelete(File) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
Directory deleted Event.
ONE_EB - ??????? org.apache.commons.io.FileUtils
The number of bytes in an exabyte.
ONE_EB_BI - ??????? org.apache.commons.io.FileUtils
The number of bytes in an exabyte.
ONE_GB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a gigabyte.
ONE_GB_BI - ??????? org.apache.commons.io.FileUtils
The number of bytes in a gigabyte.
ONE_KB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a kilobyte.
ONE_KB_BI - ??????? org.apache.commons.io.FileUtils
The number of bytes in a kilobyte.
ONE_MB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a megabyte.
ONE_MB_BI - ??????? org.apache.commons.io.FileUtils
The number of bytes in a megabyte.
ONE_PB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a petabyte.
ONE_PB_BI - ??????? org.apache.commons.io.FileUtils
The number of bytes in a petabyte.
ONE_TB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a terabyte.
ONE_TB_BI - ??????? org.apache.commons.io.FileUtils
The number of bytes in a terabyte.
ONE_YB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a yottabyte.
ONE_ZB - ??????? org.apache.commons.io.FileUtils
The number of bytes in a zettabyte.
onFileChange(File) - ?????? org.apache.commons.io.monitor.FileAlterationListener
File changed Event.
onFileChange(File) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
File changed Event.
onFileCreate(File) - ?????? org.apache.commons.io.monitor.FileAlterationListener
File created Event.
onFileCreate(File) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
File created Event.
onFileDelete(File) - ?????? org.apache.commons.io.monitor.FileAlterationListener
File deleted Event.
onFileDelete(File) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
File deleted Event.
onStart(FileAlterationObserver) - ?????? org.apache.commons.io.monitor.FileAlterationListener
File system observer started checking event.
onStart(FileAlterationObserver) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
File system observer started checking event.
onStop(FileAlterationObserver) - ?????? org.apache.commons.io.monitor.FileAlterationListener
File system observer finished checking event.
onStop(FileAlterationObserver) - ????? org.apache.commons.io.monitor.FileAlterationListenerAdaptor
File system observer finished checking event.
openInputStream(File) - ??????? org.apache.commons.io.FileUtils
Opens a FileInputStream for the specified file, providing better error messages than simply calling new FileInputStream(file).
openOutputStream(File) - ??????? org.apache.commons.io.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
openOutputStream(File, boolean) - ??????? org.apache.commons.io.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
or(IOFileFilter) - ????? org.apache.commons.io.filefilter.FalseFileFilter
 
or(IOFileFilter) - ?????? org.apache.commons.io.filefilter.IOFileFilter
Creates a new "or" filter with this filter.
or(IOFileFilter) - ????? org.apache.commons.io.filefilter.TrueFileFilter
 
or(IOFileFilter...) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that ORs the specified filters.
orFileFilter(IOFileFilter, IOFileFilter) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
OrFileFilter - org.apache.commons.io.filefilter???
A FileFilter providing conditional OR logic across a list of file filters.
OrFileFilter() - ????? org.apache.commons.io.filefilter.OrFileFilter
Constructs a new instance of OrFileFilter.
OrFileFilter(List<IOFileFilter>) - ????? org.apache.commons.io.filefilter.OrFileFilter
Constructs a new instance of OrFileFilter with the specified filters.
OrFileFilter(IOFileFilter...) - ????? org.apache.commons.io.filefilter.OrFileFilter
Constructs a new instance for the give filters.
OrFileFilter(IOFileFilter, IOFileFilter) - ????? org.apache.commons.io.filefilter.OrFileFilter
Constructs a new file filter that ORs the result of other filters.
org.apache.commons.io - ??? org.apache.commons.io
This package defines utility classes for working with streams, readers, writers and files.
org.apache.commons.io.comparator - ??? org.apache.commons.io.comparator
This package provides various Comparator implementations for Files.
org.apache.commons.io.file - ??? org.apache.commons.io.file
This package provides extensions in the realm of java.nio.file.
org.apache.commons.io.file.spi - ??? org.apache.commons.io.file.spi
This package provides extensions in the realm of java.nio.file.spi.
org.apache.commons.io.filefilter - ??? org.apache.commons.io.filefilter
This package defines an interface (IOFileFilter) that combines both FileFilter and FilenameFilter.
org.apache.commons.io.function - ??? org.apache.commons.io.function
This package defines IO-only related functional interfaces for lambda expressions and method references.
org.apache.commons.io.input - ??? org.apache.commons.io.input
This package provides implementations of input classes, such as InputStream and Reader.
org.apache.commons.io.input.buffer - ??? org.apache.commons.io.input.buffer
This package provides implementations of buffered input classes, such as CircularBufferInputStream and PeekableInputStream.
org.apache.commons.io.monitor - ??? org.apache.commons.io.monitor
This package provides a component for monitoring file system events (directory and file create, update and delete events).
org.apache.commons.io.output - ??? org.apache.commons.io.output
This package provides implementations of output classes, such as OutputStream and Writer.
org.apache.commons.io.serialization - ??? org.apache.commons.io.serialization
This package provides a framework for controlling the deserialization of classes.
OVERRIDE_READ_ONLY - ?? ?????? org.apache.commons.io.file.StandardDeleteOption
Overrides the read-only attribute to allow deletion.
overrideReadOnly(DeleteOption[]) - ???????? org.apache.commons.io.file.StandardDeleteOption
Returns true if the given options contain StandardDeleteOption.OVERRIDE_READ_ONLY.

P

parseByteOrder(String) - ??????? org.apache.commons.io.ByteOrderParser
Parses the String argument as a ByteOrder.
PATH_COMPARATOR - ??????? org.apache.commons.io.comparator.PathFileComparator
Case-sensitive path comparator instance (see IOCase.SENSITIVE)
PATH_INSENSITIVE_COMPARATOR - ??????? org.apache.commons.io.comparator.PathFileComparator
Case-insensitive path comparator instance (see IOCase.INSENSITIVE)
PATH_INSENSITIVE_REVERSE - ??????? org.apache.commons.io.comparator.PathFileComparator
Reverse case-insensitive path comparator instance (see IOCase.INSENSITIVE)
PATH_REVERSE - ??????? org.apache.commons.io.comparator.PathFileComparator
Reverse case-sensitive path comparator instance (see IOCase.SENSITIVE)
PATH_SYSTEM_COMPARATOR - ??????? org.apache.commons.io.comparator.PathFileComparator
System sensitive path comparator instance (see IOCase.SYSTEM)
PATH_SYSTEM_REVERSE - ??????? org.apache.commons.io.comparator.PathFileComparator
Reverse system sensitive path comparator instance (see IOCase.SYSTEM)
PathEqualsFileFilter - org.apache.commons.io.filefilter???
Accepts only an exact Path object match.
PathEqualsFileFilter(Path) - ????? org.apache.commons.io.filefilter.PathEqualsFileFilter
Constructs a new instance for the given Path.
PathFileComparator - org.apache.commons.io.comparator???
Compare the path of two files for order (see File.getPath()).
PathFileComparator() - ????? org.apache.commons.io.comparator.PathFileComparator
Construct a case sensitive file path comparator instance.
PathFileComparator(IOCase) - ????? org.apache.commons.io.comparator.PathFileComparator
Construct a file path comparator instance with the specified case-sensitivity.
PathFilter - org.apache.commons.io.file????
A filter for Paths.
PathUtils - org.apache.commons.io.file???
NIO Path utilities.
PathVisitor - org.apache.commons.io.file????
A FileVisitor typed to a Path.
PathVisitorFileFilter - org.apache.commons.io.filefilter???
A file filter backed by a path visitor.
PathVisitorFileFilter(PathVisitor) - ????? org.apache.commons.io.filefilter.PathVisitorFileFilter
Constructs a new instance that will forward calls to the given visitor.
peek(byte[]) - ????? org.apache.commons.io.input.buffer.PeekableInputStream
Returns whether the next bytes in the buffer are as given by sourceBuffer.
peek(byte[], int, int) - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns, whether the next bytes in the buffer are exactly those, given by sourceBuffer, offset, and length.
peek(byte[], int, int) - ????? org.apache.commons.io.input.buffer.PeekableInputStream
Returns whether the next bytes in the buffer are as given by sourceBuffer, {code offset}, and length.
PeekableInputStream - org.apache.commons.io.input.buffer???
Implements a buffered input stream, which allows to peek into the buffers first bytes.
PeekableInputStream(InputStream) - ????? org.apache.commons.io.input.buffer.PeekableInputStream
Creates a new instance, which filters the given input stream, and uses a reasonable default buffer size (8192).
PeekableInputStream(InputStream, int) - ????? org.apache.commons.io.input.buffer.PeekableInputStream
Creates a new instance, which filters the given input stream, and uses the given buffer size.
postVisitDirectory(Path, IOException) - ????? org.apache.commons.io.file.CountingPathVisitor
 
postVisitDirectory(Path, IOException) - ????? org.apache.commons.io.file.DeletingPathVisitor
 
postVisitDirectory(Path, IOException) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
 
prefixFileFilter(String) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file name starts with the specified text.
prefixFileFilter(String, IOCase) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file name starts with the specified text.
PrefixFileFilter - org.apache.commons.io.filefilter???
Filters file names for a certain prefix.
PrefixFileFilter(String) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a single prefix.
PrefixFileFilter(String...) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes.
PrefixFileFilter(String[], IOCase) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for any of an array of prefixes specifying case-sensitivity.
PrefixFileFilter(String, IOCase) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a single prefix specifying case-sensitivity.
PrefixFileFilter(List<String>) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes.
PrefixFileFilter(List<String>, IOCase) - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Constructs a new Prefix file filter for a list of prefixes specifying case-sensitivity.
preVisitDirectory(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CleaningPathVisitor
 
preVisitDirectory(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CopyDirectoryVisitor
 
preVisitDirectory(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CountingPathVisitor
 
preVisitDirectory(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.DeletingPathVisitor
 
preVisitDirectory(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
 
processByte() - ????? org.apache.commons.io.input.NullInputStream
Return a byte value for the read() method.
processBytes(byte[], int, int) - ????? org.apache.commons.io.input.NullInputStream
Process the bytes for the read(byte[], offset, length) method.
processChar() - ????? org.apache.commons.io.input.NullReader
Returns a character value for the read() method.
processChars(char[], int, int) - ????? org.apache.commons.io.input.NullReader
Process the characters for the read(char[], offset, length) method.
ProxyCollectionWriter - org.apache.commons.io.output???
A Proxy stream collection which acts as expected, that is it passes the method calls on to the proxied streams and doesn't change which methods are being called.
ProxyCollectionWriter(Writer...) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Creates a new proxy collection writer.
ProxyCollectionWriter(Collection<Writer>) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Creates a new proxy collection writer.
ProxyInputStream - org.apache.commons.io.input???
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) - ????? org.apache.commons.io.input.ProxyInputStream
Constructs a new ProxyInputStream.
ProxyOutputStream - org.apache.commons.io.output???
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) - ????? org.apache.commons.io.output.ProxyOutputStream
Constructs a new ProxyOutputStream.
ProxyReader - org.apache.commons.io.input???
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) - ????? org.apache.commons.io.input.ProxyReader
Constructs a new ProxyReader.
ProxyWriter - org.apache.commons.io.output???
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) - ????? org.apache.commons.io.output.ProxyWriter
Constructs a new ProxyWriter.

Q

QueueInputStream - org.apache.commons.io.input???
Simple alternative to JDK PipedInputStream; queue input stream provides what's written in queue output stream.
QueueInputStream() - ????? org.apache.commons.io.input.QueueInputStream
Constructs a new instance with no limit to its internal buffer size.
QueueInputStream(BlockingQueue<Integer>) - ????? org.apache.commons.io.input.QueueInputStream
Constructs a new instance with given buffer
QueueOutputStream - org.apache.commons.io.output???
Simple alternative to JDK PipedOutputStream; queue input stream provides what's written in queue output stream.
QueueOutputStream() - ????? org.apache.commons.io.output.QueueOutputStream
Constructs a new instance with no limit to internal buffer size.
QueueOutputStream(BlockingQueue<Integer>) - ????? org.apache.commons.io.output.QueueOutputStream
Constructs a new instance with given buffer.

R

RandomAccessFileInputStream - org.apache.commons.io.input???
Streams data from a RandomAccessFile starting at its current position.
RandomAccessFileInputStream(RandomAccessFile) - ????? org.apache.commons.io.input.RandomAccessFileInputStream
Constructs a new instance configured to leave the underlying file open when this stream is closed.
RandomAccessFileInputStream(RandomAccessFile, boolean) - ????? org.apache.commons.io.input.RandomAccessFileInputStream
Constructs a new instance.
read() - ????? org.apache.commons.io.input.AbstractCharacterFilterReader
 
read() - ????? org.apache.commons.io.input.BOMInputStream
Invokes the delegate's read() method, detecting and optionally skipping BOM.
read() - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's read() method if the current position is less than the limit.
read() - ????? org.apache.commons.io.input.BoundedReader
Reads a single character
read() - ????? org.apache.commons.io.input.BrokenInputStream
Throws the configured exception.
read() - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
 
read() - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns the next byte from the buffer, removing it at the same time, so that following invocations won't return it again.
read() - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
 
read() - ????? org.apache.commons.io.input.CharSequenceInputStream
 
read() - ????? org.apache.commons.io.input.CharSequenceReader
Read a single character.
read() - ????? org.apache.commons.io.input.CircularInputStream
 
read() - ????? org.apache.commons.io.input.ClosedInputStream
Returns -1 to indicate that the stream is closed.
read() - ????? org.apache.commons.io.input.DemuxInputStream
Reads byte from stream associated with current thread.
read() - ????? org.apache.commons.io.input.NullInputStream
Read a byte.
read() - ????? org.apache.commons.io.input.NullReader
Reads a character.
read() - ????? org.apache.commons.io.input.ObservableInputStream
 
read() - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's read() method.
read() - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's read() method.
read() - ????? org.apache.commons.io.input.QueueInputStream
Reads and returns a single byte.
read() - ????? org.apache.commons.io.input.RandomAccessFileInputStream
 
read() - ????? org.apache.commons.io.input.ReadAheadInputStream
 
read() - ????? org.apache.commons.io.input.ReaderInputStream
Read a single byte.
read() - ????? org.apache.commons.io.input.SequenceReader
 
read() - ????? org.apache.commons.io.input.TeeInputStream
Reads a single byte from the proxied input stream and writes it to the associated output stream.
read() - ????? org.apache.commons.io.input.TeeReader
Reads a single character from the proxied reader and writes it to the associated writer.
read() - ????? org.apache.commons.io.input.UnixLineEndingInputStream
read() - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
read() - ????? org.apache.commons.io.input.WindowsLineEndingInputStream
read(byte[]) - ????? org.apache.commons.io.input.BOMInputStream
Invokes the delegate's read(byte[]) method, detecting and optionally skipping BOM.
read(byte[]) - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's read(byte[]) method.
read(byte[]) - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
 
read(byte[]) - ????? org.apache.commons.io.input.CharSequenceInputStream
 
read(byte[]) - ????? org.apache.commons.io.input.NullInputStream
Read some bytes into the specified array.
read(byte[]) - ????? org.apache.commons.io.input.ObservableInputStream
 
read(byte[]) - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's read(byte[]) method.
read(byte[]) - ????? org.apache.commons.io.input.RandomAccessFileInputStream
 
read(byte[]) - ????? org.apache.commons.io.input.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[]) - ????? org.apache.commons.io.input.TeeInputStream
Reads bytes from the proxied input stream and writes the read bytes to the associated output stream.
read(byte[]) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.BOMInputStream
Invokes the delegate's read(byte[], int, int) method, detecting and optionally skipping BOM.
read(byte[], int, int) - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's read(byte[], int, int) method.
read(byte[], int, int) - ????? org.apache.commons.io.input.buffer.CircularBufferInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.buffer.CircularByteBuffer
Returns the given number of bytes from the buffer by storing them in the given byte array at the given offset.
read(byte[], int, int) - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.CharSequenceInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.NullInputStream
Read the specified number bytes into an array.
read(byte[], int, int) - ????? org.apache.commons.io.input.ObservableInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's read(byte[], int, int) method.
read(byte[], int, int) - ????? org.apache.commons.io.input.RandomAccessFileInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.ReadAheadInputStream
 
read(byte[], int, int) - ????? org.apache.commons.io.input.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[], int, int) - ????? org.apache.commons.io.input.TeeInputStream
Reads bytes from the proxied input stream and writes the read bytes to the associated output stream.
read(byte[], int, int) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
read(char[]) - ????? org.apache.commons.io.input.NullReader
Reads some characters into the specified array.
read(char[]) - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's read(char[]) method.
read(char[]) - ????? org.apache.commons.io.input.TeeReader
Reads characters from the proxied reader and writes the read characters to the associated writer.
read(char[], int, int) - ????? org.apache.commons.io.input.AbstractCharacterFilterReader
 
read(char[], int, int) - ????? org.apache.commons.io.input.BoundedReader
Reads into an array
read(char[], int, int) - ????? org.apache.commons.io.input.BrokenReader
Throws the configured exception.
read(char[], int, int) - ????? org.apache.commons.io.input.CharSequenceReader
Read the specified number of characters into the array.
read(char[], int, int) - ????? org.apache.commons.io.input.ClosedReader
Returns -1 to indicate that the stream is closed.
read(char[], int, int) - ????? org.apache.commons.io.input.NullReader
Reads the specified number characters into an array.
read(char[], int, int) - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's read(char[], int, int) method.
read(char[], int, int) - ????? org.apache.commons.io.input.SequenceReader
 
read(char[], int, int) - ????? org.apache.commons.io.input.TeeReader
Reads characters from the proxied reader and writes the read characters to the associated writer.
read(char[], int, int) - ????? org.apache.commons.io.input.XmlStreamReader
Invokes the underlying reader's read(char[], int, int) method.
read(InputStream, byte[]) - ??????? org.apache.commons.io.IOUtils
Reads bytes from an input stream.
read(InputStream, byte[], int, int) - ??????? org.apache.commons.io.IOUtils
Reads bytes from an input stream.
read(Reader, char[]) - ??????? org.apache.commons.io.IOUtils
Reads characters from an input character stream.
read(Reader, char[], int, int) - ??????? org.apache.commons.io.IOUtils
Reads characters from an input character stream.
read(ReadableByteChannel, ByteBuffer) - ??????? org.apache.commons.io.IOUtils
Reads bytes from a ReadableByteChannel.
read(CharBuffer) - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's read(CharBuffer) method.
read(CharBuffer) - ????? org.apache.commons.io.input.TeeReader
Reads characters from the proxied reader and writes the read characters to the associated writer.
READ_ONLY - ??????? org.apache.commons.io.filefilter.CanReadFileFilter
Singleton instance of read-only filter
ReadAheadInputStream - org.apache.commons.io.input???
Implements InputStream to asynchronously read ahead from an underlying input stream when a specified amount of data has been read from the current buffer.
ReadAheadInputStream(InputStream, int) - ????? org.apache.commons.io.input.ReadAheadInputStream
Creates an instance with the specified buffer size and read-ahead threshold
ReadAheadInputStream(InputStream, int, ExecutorService) - ????? org.apache.commons.io.input.ReadAheadInputStream
Creates an instance with the specified buffer size and read-ahead threshold
readBasicFileAttributes(Path) - ??????? org.apache.commons.io.file.PathUtils
Shorthand for Files.readAttributes(path, BasicFileAttributes.class)
readBasicFileAttributesUnchecked(Path) - ??????? org.apache.commons.io.file.PathUtils
Shorthand for Files.readAttributes(path, BasicFileAttributes.class) while wrapping IOException as UncheckedIOException.
readBoolean() - ????? org.apache.commons.io.input.SwappedDataInputStream
readByte() - ????? org.apache.commons.io.input.SwappedDataInputStream
Invokes the delegate's read() method.
readChar() - ????? org.apache.commons.io.input.SwappedDataInputStream
Reads a character delegating to SwappedDataInputStream.readShort().
readDouble() - ????? org.apache.commons.io.input.SwappedDataInputStream
ReaderInputStream - org.apache.commons.io.input???
InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.
ReaderInputStream(Reader) - ????? org.apache.commons.io.input.ReaderInputStream
ReaderInputStream(Reader, String) - ????? org.apache.commons.io.input.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String, int) - ????? org.apache.commons.io.input.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset) - ????? org.apache.commons.io.input.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, CharsetEncoder) - ????? org.apache.commons.io.input.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, CharsetEncoder, int) - ????? org.apache.commons.io.input.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset, int) - ????? org.apache.commons.io.input.ReaderInputStream
Construct a new ReaderInputStream.
readFileToByteArray(File) - ??????? org.apache.commons.io.FileUtils
Reads the contents of a file into a byte array.
readFileToString(File) - ??????? org.apache.commons.io.FileUtils
????
2.5 use FileUtils.readFileToString(File, Charset) instead (and specify the appropriate encoding)
readFileToString(File, String) - ??????? org.apache.commons.io.FileUtils
Reads the contents of a file into a String.
readFileToString(File, Charset) - ??????? org.apache.commons.io.FileUtils
Reads the contents of a file into a String.
readFloat() - ????? org.apache.commons.io.input.SwappedDataInputStream
readFully(byte[]) - ????? org.apache.commons.io.input.SwappedDataInputStream
Invokes the delegate's read(byte[] data, int, int) method.
readFully(byte[], int, int) - ????? org.apache.commons.io.input.SwappedDataInputStream
Invokes the delegate's read(byte[] data, int, int) method.
readFully(InputStream, byte[]) - ??????? org.apache.commons.io.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readFully(InputStream, byte[], int, int) - ??????? org.apache.commons.io.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readFully(InputStream, int) - ??????? org.apache.commons.io.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readFully(Reader, char[]) - ??????? org.apache.commons.io.IOUtils
Reads the requested number of characters or fail if there are not enough left.
readFully(Reader, char[], int, int) - ??????? org.apache.commons.io.IOUtils
Reads the requested number of characters or fail if there are not enough left.
readFully(ReadableByteChannel, ByteBuffer) - ??????? org.apache.commons.io.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readInt() - ????? org.apache.commons.io.input.SwappedDataInputStream
readLine() - ????? org.apache.commons.io.input.ReversedLinesFileReader
Returns the lines of the file from bottom to top.
readLine() - ????? org.apache.commons.io.input.SwappedDataInputStream
Not currently supported - throws UnsupportedOperationException.
readLines(int) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Returns lineCount lines of the file from bottom to top.
readLines(File) - ??????? org.apache.commons.io.FileUtils
????
2.5 use FileUtils.readLines(File, Charset) instead (and specify the appropriate encoding)
readLines(File, String) - ??????? org.apache.commons.io.FileUtils
Reads the contents of a file line by line to a List of Strings.
readLines(File, Charset) - ??????? org.apache.commons.io.FileUtils
Reads the contents of a file line by line to a List of Strings.
readLines(InputStream) - ??????? org.apache.commons.io.IOUtils
readLines(InputStream, String) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(InputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a Reader as a list of Strings, one entry per line.
readLong() - ????? org.apache.commons.io.input.SwappedDataInputStream
readShort() - ????? org.apache.commons.io.input.SwappedDataInputStream
readSwappedDouble(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads a "double" value from a byte array at a given offset.
readSwappedDouble(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a "double" value from an InputStream.
readSwappedFloat(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads a "float" value from a byte array at a given offset.
readSwappedFloat(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a "float" value from an InputStream.
readSwappedInteger(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads a "int" value from a byte array at a given offset.
readSwappedInteger(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a "int" value from an InputStream.
readSwappedLong(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads a "long" value from a byte array at a given offset.
readSwappedLong(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a "long" value from an InputStream.
readSwappedShort(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads a "short" value from a byte array at a given offset.
readSwappedShort(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a "short" value from an InputStream.
readSwappedUnsignedInteger(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads an unsigned integer (32-bit) value from a byte array at a given offset.
readSwappedUnsignedInteger(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a unsigned integer (32-bit) from an InputStream.
readSwappedUnsignedShort(byte[], int) - ??????? org.apache.commons.io.EndianUtils
Reads an unsigned short (16-bit) value from a byte array at a given offset.
readSwappedUnsignedShort(InputStream) - ??????? org.apache.commons.io.EndianUtils
Reads a unsigned short (16-bit) from an InputStream.
readUnsignedByte() - ????? org.apache.commons.io.input.SwappedDataInputStream
Invokes the delegate's read() method.
readUnsignedShort() - ????? org.apache.commons.io.input.SwappedDataInputStream
readUTF() - ????? org.apache.commons.io.input.SwappedDataInputStream
Not currently supported - throws UnsupportedOperationException.
ready() - ????? org.apache.commons.io.input.BrokenReader
Throws the configured exception.
ready() - ????? org.apache.commons.io.input.CharSequenceReader
Tells whether this stream is ready to be read.
ready() - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's ready() method.
refresh(File) - ????? org.apache.commons.io.monitor.FileEntry
Refresh the attributes from the File, indicating whether the file has changed.
RegexFileFilter - org.apache.commons.io.filefilter???
Filters files using supplied regular expression(s).
RegexFileFilter(String) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Constructs a new regular expression filter.
RegexFileFilter(String, int) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Constructs a new regular expression filter with the specified flags.
RegexFileFilter(String, IOCase) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Constructs a new regular expression filter with the specified flags case sensitivity.
RegexFileFilter(Pattern) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Constructs a new regular expression filter for a compiled regular expression
RegexFileFilter(Pattern, Function<Path, String>) - ????? org.apache.commons.io.filefilter.RegexFileFilter
Constructs a new regular expression filter for a compiled regular expression
reject(Class<?>...) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Reject the specified classes for deserialization, even if they are otherwise accepted.
reject(String...) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Reject the wildcard specified classes for deserialization, even if they are otherwise accepted.
reject(Pattern) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Reject class names that match the supplied pattern for deserialization, even if they are otherwise accepted.
reject(ClassNameMatcher) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Reject class names where the supplied ClassNameMatcher matches for deserialization, even if they are otherwise accepted.
relativizeDirectories(Path, boolean, Comparator<? super Path>) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Relativizes each directory path with Path.relativize(Path) against the given parent, optionally sorting the result.
relativizeFiles(Path, boolean, Comparator<? super Path>) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
Relativizes each file path with Path.relativize(Path) against the given parent, optionally sorting the result.
remove() - ????? org.apache.commons.io.LineIterator
Unsupported.
remove(ObservableInputStream.Observer) - ????? org.apache.commons.io.input.ObservableInputStream
Removes an Observer.
removeAllObservers() - ????? org.apache.commons.io.input.ObservableInputStream
Removes all Observers.
removeExtension(String) - ??????? org.apache.commons.io.FilenameUtils
Removes the extension from a fileName.
removeFileFilter(IOFileFilter) - ????? org.apache.commons.io.filefilter.AndFileFilter
Removes the specified file filter.
removeFileFilter(IOFileFilter) - ?????? org.apache.commons.io.filefilter.ConditionalFileFilter
Removes the specified file filter.
removeFileFilter(IOFileFilter) - ????? org.apache.commons.io.filefilter.OrFileFilter
Removes the specified file filter.
removeListener(FileAlterationListener) - ????? org.apache.commons.io.monitor.FileAlterationObserver
Removes a file system listener.
removeObserver(FileAlterationObserver) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Removes a file system observer from this monitor.
requiredCharsets() - ??????? org.apache.commons.io.Charsets
Constructs a sorted map from canonical charset names to charset objects required of every implementation of the Java platform.
reset() - ?????? org.apache.commons.io.file.Counters.Counter
Resets this count to 0.
reset() - ?????? org.apache.commons.io.file.Counters.PathCounters
Resets the counts to 0.
reset() - ????? org.apache.commons.io.input.BOMInputStream
Invokes the delegate's reset() method.
reset() - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's reset() method.
reset() - ????? org.apache.commons.io.input.BoundedReader
Resets the target to the latest mark,
reset() - ????? org.apache.commons.io.input.BrokenInputStream
Throws the configured exception.
reset() - ????? org.apache.commons.io.input.BrokenReader
Throws the configured exception.
reset() - ????? org.apache.commons.io.input.CharSequenceInputStream
 
reset() - ????? org.apache.commons.io.input.CharSequenceReader
Reset the reader to the last marked position (or the beginning if mark has not been called).
reset() - ????? org.apache.commons.io.input.MarkShieldInputStream
 
reset() - ????? org.apache.commons.io.input.NullInputStream
Reset the stream to the point when mark was last called.
reset() - ????? org.apache.commons.io.input.NullReader
Resets the stream to the point when mark was last called.
reset() - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's reset() method.
reset() - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's reset() method.
reset() - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
reset() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
 
reset() - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
reset() - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
resetByteCount() - ????? org.apache.commons.io.input.CountingInputStream
Set the byte count back to 0.
resetByteCount() - ????? org.apache.commons.io.output.CountingOutputStream
Set the byte count back to 0.
resetByteCount() - ????? org.apache.commons.io.output.ThresholdingOutputStream
Resets the byteCount to zero.
resetCount() - ????? org.apache.commons.io.input.CountingInputStream
Set the byte count back to 0.
resetCount() - ????? org.apache.commons.io.output.CountingOutputStream
Set the byte count back to 0.
resetImpl() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
 
resolveClass(ObjectStreamClass) - ????? org.apache.commons.io.input.ClassLoaderObjectInputStream
Resolve a class specified by the descriptor using the specified ClassLoader or the super ClassLoader.
resolveClass(ObjectStreamClass) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
 
resolveProxyClass(String[]) - ????? org.apache.commons.io.input.ClassLoaderObjectInputStream
Create a proxy class that implements the specified interfaces using the specified ClassLoader or the super ClassLoader.
resourceToByteArray(String) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a classpath resource as a byte array.
resourceToByteArray(String, ClassLoader) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a classpath resource as a byte array.
resourceToString(String, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a classpath resource as a String using the specified character encoding.
resourceToString(String, Charset, ClassLoader) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a classpath resource as a String using the specified character encoding.
resourceToURL(String) - ??????? org.apache.commons.io.IOUtils
Gets a URL pointing to the given classpath resource.
resourceToURL(String, ClassLoader) - ??????? org.apache.commons.io.IOUtils
Gets a URL pointing to the given classpath resource.
ReversedLinesFileReader - org.apache.commons.io.input???
Reads lines in a file reversely (similar to a BufferedReader, but starting at the last line).
ReversedLinesFileReader(File) - ????? org.apache.commons.io.input.ReversedLinesFileReader
ReversedLinesFileReader(File, int, String) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Creates a ReversedLinesFileReader with the given block size and encoding.
ReversedLinesFileReader(File, int, Charset) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Creates a ReversedLinesFileReader with the given block size and encoding.
ReversedLinesFileReader(File, Charset) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Creates a ReversedLinesFileReader with default block size of 4KB and the specified encoding.
ReversedLinesFileReader(Path, int, String) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Creates a ReversedLinesFileReader with the given block size and encoding.
ReversedLinesFileReader(Path, int, Charset) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Creates a ReversedLinesFileReader with the given block size and encoding.
ReversedLinesFileReader(Path, Charset) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Creates a ReversedLinesFileReader with default block size of 4KB and the specified encoding.
run() - ????? org.apache.commons.io.input.Tailer
Follows changes in the file, calling the TailerListener's handle method for each new line.
run() - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Runs this monitor.

S

SENSITIVE - ?? ?????? org.apache.commons.io.IOCase
The constant for case sensitive regardless of operating system.
separatorsToSystem(String) - ??????? org.apache.commons.io.FilenameUtils
Converts all separators to the system separator.
separatorsToUnix(String) - ??????? org.apache.commons.io.FilenameUtils
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - ??????? org.apache.commons.io.FilenameUtils
Converts all separators to the Windows separator of backslash.
SequenceReader - org.apache.commons.io.input???
Provides the contents of multiple Readers in sequence.
SequenceReader(Reader...) - ????? org.apache.commons.io.input.SequenceReader
Construct a new instance with readers
SequenceReader(Iterable<? extends Reader>) - ????? org.apache.commons.io.input.SequenceReader
Construct a new instance with readers
setByteCount(long) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Sets the byteCount to count.
setChildren(FileEntry...) - ????? org.apache.commons.io.monitor.FileEntry
Set the directory's files.
setDirectory(boolean) - ????? org.apache.commons.io.monitor.FileEntry
Set whether the file is a directory or not.
setExists(boolean) - ????? org.apache.commons.io.monitor.FileEntry
Set whether the file existed the last time it was checked.
setFileFilters(List<IOFileFilter>) - ????? org.apache.commons.io.filefilter.AndFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List<IOFileFilter>) - ?????? org.apache.commons.io.filefilter.ConditionalFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setFileFilters(List<IOFileFilter>) - ????? org.apache.commons.io.filefilter.OrFileFilter
Sets the list of file filters, replacing any previously configured file filters on this filter.
setLastModified(long) - ????? org.apache.commons.io.monitor.FileEntry
Return the last modified time from the last time it was checked.
setLength(long) - ????? org.apache.commons.io.monitor.FileEntry
Set the length.
setName(String) - ????? org.apache.commons.io.monitor.FileEntry
Set the file name.
setPropagateClose(boolean) - ????? org.apache.commons.io.input.BoundedInputStream
Set whether the BoundedInputStream.close() method should propagate to the underling InputStream.
setReadOnly(Path, boolean, LinkOption...) - ??????? org.apache.commons.io.file.PathUtils
Sets the given Path to the readOnly value.
setThreadFactory(ThreadFactory) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Sets the thread factory.
SimplePathVisitor - org.apache.commons.io.file???
A SimpleFileVisitor typed to a Path.
SimplePathVisitor() - ????? org.apache.commons.io.file.SimplePathVisitor
Constructs a new instance.
size() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Returns the current size of the byte array.
size() - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
size() - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
SIZE_COMPARATOR - ??????? org.apache.commons.io.comparator.SizeFileComparator
Size comparator instance - directories are treated as zero size
SIZE_REVERSE - ??????? org.apache.commons.io.comparator.SizeFileComparator
Reverse size comparator instance - directories are treated as zero size
SIZE_SUMDIR_COMPARATOR - ??????? org.apache.commons.io.comparator.SizeFileComparator
Size comparator instance which sums the size of a directory's contents using FileUtils.sizeOfDirectory(File)
SIZE_SUMDIR_REVERSE - ??????? org.apache.commons.io.comparator.SizeFileComparator
Reverse size comparator instance which sums the size of a directory's contents using FileUtils.sizeOfDirectory(File)
SizeFileComparator - org.apache.commons.io.comparator???
Compare the length/size of two files for order (see File.length() and FileUtils.sizeOfDirectory(File)).
SizeFileComparator() - ????? org.apache.commons.io.comparator.SizeFileComparator
Construct a file size comparator instance (directories treated as zero size).
SizeFileComparator(boolean) - ????? org.apache.commons.io.comparator.SizeFileComparator
Construct a file size comparator instance specifying whether the size of the directory contents should be aggregated.
sizeFileFilter(long) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file is bigger than a certain size.
sizeFileFilter(long, boolean) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that filters based on file size.
SizeFileFilter - org.apache.commons.io.filefilter???
Filters files based on size, can filter either smaller files or files equal to or larger than a given threshold.
SizeFileFilter(long) - ????? org.apache.commons.io.filefilter.SizeFileFilter
Constructs a new size file filter for files equal to or larger than a certain size.
SizeFileFilter(long, boolean) - ????? org.apache.commons.io.filefilter.SizeFileFilter
Constructs a new size file filter for files based on a certain size threshold.
sizeOf(File) - ??????? org.apache.commons.io.FileUtils
Returns the size of the specified file or directory.
sizeOfAsBigInteger(File) - ??????? org.apache.commons.io.FileUtils
Returns the size of the specified file or directory.
sizeOfDirectory(File) - ??????? org.apache.commons.io.FileUtils
Counts the size of a directory recursively (sum of the length of all files).
sizeOfDirectoryAsBigInteger(File) - ??????? org.apache.commons.io.FileUtils
Counts the size of a directory recursively (sum of the length of all files).
sizeRangeFileFilter(long, long) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that accepts files whose size is >= minimum size and <= maximum size.
skip(long) - ????? org.apache.commons.io.input.BOMInputStream
Invokes the delegate's skip(long) method, detecting and optionally skipping BOM.
skip(long) - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's skip(long) method.
skip(long) - ????? org.apache.commons.io.input.BrokenInputStream
Throws the configured exception.
skip(long) - ????? org.apache.commons.io.input.BrokenReader
Throws the configured exception.
skip(long) - ????? org.apache.commons.io.input.BufferedFileChannelInputStream
 
skip(long) - ????? org.apache.commons.io.input.CharSequenceInputStream
 
skip(long) - ????? org.apache.commons.io.input.CharSequenceReader
Skip the specified number of characters.
skip(long) - ????? org.apache.commons.io.input.CountingInputStream
Skips the stream over the specified number of bytes, adding the skipped amount to the count.
skip(long) - ????? org.apache.commons.io.input.NullInputStream
Skip a specified number of bytes.
skip(long) - ????? org.apache.commons.io.input.NullReader
Skips a specified number of characters.
skip(long) - ????? org.apache.commons.io.input.ProxyInputStream
Invokes the delegate's skip(long) method.
skip(long) - ????? org.apache.commons.io.input.ProxyReader
Invokes the delegate's skip(long) method.
skip(long) - ????? org.apache.commons.io.input.RandomAccessFileInputStream
 
skip(long) - ????? org.apache.commons.io.input.ReadAheadInputStream
 
skip(long) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
 
skip(InputStream, long) - ??????? org.apache.commons.io.IOUtils
Skips bytes from an input byte stream.
skip(Reader, long) - ??????? org.apache.commons.io.IOUtils
Skips characters from an input character stream.
skip(ReadableByteChannel, long) - ??????? org.apache.commons.io.IOUtils
Skips bytes from a ReadableByteChannel.
SKIP_NONE - ??????? org.apache.commons.io.input.AbstractCharacterFilterReader
Skips nothing.
skipBytes(int) - ????? org.apache.commons.io.input.SwappedDataInputStream
Invokes the delegate's skip(int) method.
skipFully(InputStream, long) - ??????? org.apache.commons.io.IOUtils
Skips the requested number of bytes or fail if there are not enough left.
skipFully(Reader, long) - ??????? org.apache.commons.io.IOUtils
Skips the requested number of characters or fail if there are not enough left.
skipFully(ReadableByteChannel, long) - ??????? org.apache.commons.io.IOUtils
Skips the requested number of bytes or fail if there are not enough left.
sort(File...) - ????? org.apache.commons.io.comparator.CompositeFileComparator
Sort an array of files.
sort(List<File>) - ????? org.apache.commons.io.comparator.CompositeFileComparator
Sort a List of files.
StandardDeleteOption - org.apache.commons.io.file????
Defines the standard delete options.
StandardLineSeparator - org.apache.commons.io????
start() - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Starts monitoring.
stop() - ????? org.apache.commons.io.input.Tailer
Allows the tailer to complete its current loop and return.
stop() - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Stops monitoring.
stop(long) - ????? org.apache.commons.io.monitor.FileAlterationMonitor
Stops monitoring.
streamFiles(File, boolean, String...) - ??????? org.apache.commons.io.FileUtils
Streams over the files in a given directory (and optionally its subdirectories) which match an array of extensions.
StringBuilderWriter - org.apache.commons.io.output???
Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - ????? org.apache.commons.io.output.StringBuilderWriter
Constructs a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - ????? org.apache.commons.io.output.StringBuilderWriter
Constructs a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - ????? org.apache.commons.io.output.StringBuilderWriter
Constructs a new instance with the specified StringBuilder.
suffixFileFilter(String) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file name ends with the specified text.
suffixFileFilter(String, IOCase) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that returns true if the file name ends with the specified text.
SuffixFileFilter - org.apache.commons.io.filefilter???
Filters files based on the suffix (what the file name ends with).
SuffixFileFilter(String) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a single extension.
SuffixFileFilter(String...) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixes.
SuffixFileFilter(String[], IOCase) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for an array of suffixes specifying case-sensitivity.
SuffixFileFilter(String, IOCase) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a single extension specifying case-sensitivity.
SuffixFileFilter(List<String>) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes.
SuffixFileFilter(List<String>, IOCase) - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Constructs a new Suffix file filter for a list of suffixes specifying case-sensitivity.
supportsDriveLetter() - ?????? org.apache.commons.io.FileSystem
Tests whether this file system support driver letters.
swapDouble(double) - ??????? org.apache.commons.io.EndianUtils
Converts a "double" value between endian systems.
swapFloat(float) - ??????? org.apache.commons.io.EndianUtils
Converts a "float" value between endian systems.
swapInteger(int) - ??????? org.apache.commons.io.EndianUtils
Converts a "int" value between endian systems.
swapLong(long) - ??????? org.apache.commons.io.EndianUtils
Converts a "long" value between endian systems.
SwappedDataInputStream - org.apache.commons.io.input???
DataInput for systems relying on little endian data formats.
SwappedDataInputStream(InputStream) - ????? org.apache.commons.io.input.SwappedDataInputStream
Constructs a SwappedDataInputStream.
swapShort(short) - ??????? org.apache.commons.io.EndianUtils
Converts a "short" value between endian systems.
SymbolicLinkFileFilter - org.apache.commons.io.filefilter???
This filter accepts Files that are symbolic links.
SymbolicLinkFileFilter() - ????? org.apache.commons.io.filefilter.SymbolicLinkFileFilter
Restrictive constructor.
SYSTEM - ?? ?????? org.apache.commons.io.IOCase
The constant for case sensitivity determined by the current operating system.

T

TaggedInputStream - org.apache.commons.io.input???
An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.
TaggedInputStream(InputStream) - ????? org.apache.commons.io.input.TaggedInputStream
Creates a tagging decorator for the given input stream.
TaggedIOException - org.apache.commons.io??????
An IOException decorator that adds a serializable tag to the wrapped exception.
TaggedIOException(IOException, Serializable) - ???????? org.apache.commons.io.TaggedIOException
Creates a tagged wrapper for the given exception.
TaggedOutputStream - org.apache.commons.io.output???
An output stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.
TaggedOutputStream(OutputStream) - ????? org.apache.commons.io.output.TaggedOutputStream
Creates a tagging decorator for the given output stream.
TaggedReader - org.apache.commons.io.input???
A reader decorator that tags potential exceptions so that the reader that caused the exception can easily be identified.
TaggedReader(Reader) - ????? org.apache.commons.io.input.TaggedReader
Creates a tagging decorator for the given reader.
TaggedWriter - org.apache.commons.io.output???
A writer decorator that tags potential exceptions so that the reader that caused the exception can easily be identified.
TaggedWriter(Writer) - ????? org.apache.commons.io.output.TaggedWriter
Creates a tagging decorator for the given writer.
Tailer - org.apache.commons.io.input???
Simple implementation of the unix "tail -f" functionality.
Tailer(File, Charset, TailerListener, long, boolean, boolean, int) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, with a specified buffer size.
Tailer(File, TailerListener) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, starting from the beginning, with the default delay of 1.0s.
Tailer(File, TailerListener, long) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, starting from the beginning.
Tailer(File, TailerListener, long, boolean) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, with a delay other than the default 1.0s.
Tailer(File, TailerListener, long, boolean, boolean) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, with a delay other than the default 1.0s.
Tailer(File, TailerListener, long, boolean, boolean, int) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, with a specified buffer size.
Tailer(File, TailerListener, long, boolean, int) - ????? org.apache.commons.io.input.Tailer
Creates a Tailer for the given file, with a specified buffer size.
TailerListener - org.apache.commons.io.input????
Listener for events from a Tailer.
TailerListenerAdapter - org.apache.commons.io.input???
TailerListenerAdapter() - ????? org.apache.commons.io.input.TailerListenerAdapter
 
TeeInputStream - org.apache.commons.io.input???
InputStream proxy that transparently writes a copy of all bytes read from the proxied stream to a given OutputStream.
TeeInputStream(InputStream, OutputStream) - ????? org.apache.commons.io.input.TeeInputStream
Creates a TeeInputStream that proxies the given InputStream and copies all read bytes to the given OutputStream.
TeeInputStream(InputStream, OutputStream, boolean) - ????? org.apache.commons.io.input.TeeInputStream
Creates a TeeInputStream that proxies the given InputStream and copies all read bytes to the given OutputStream.
TeeOutputStream - org.apache.commons.io.output???
Classic splitter of OutputStream.
TeeOutputStream(OutputStream, OutputStream) - ????? org.apache.commons.io.output.TeeOutputStream
Constructs a TeeOutputStream.
TeeReader - org.apache.commons.io.input???
Reader proxy that transparently writes a copy of all characters read from the proxied reader to a given Reader.
TeeReader(Reader, Writer) - ????? org.apache.commons.io.input.TeeReader
Creates a TeeReader that proxies the given Reader and copies all read characters to the given Writer.
TeeReader(Reader, Writer, boolean) - ????? org.apache.commons.io.input.TeeReader
Creates a TeeReader that proxies the given Reader and copies all read characters to the given Writer.
TeeWriter - org.apache.commons.io.output???
Classic splitter of Writer.
TeeWriter(Writer...) - ????? org.apache.commons.io.output.TeeWriter
Creates a new filtered collection writer.
TeeWriter(Collection<Writer>) - ????? org.apache.commons.io.output.TeeWriter
Creates a new filtered collection writer.
ThresholdingOutputStream - org.apache.commons.io.output???
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
ThresholdingOutputStream(int, IOConsumer<ThresholdingOutputStream>, IOFunction<ThresholdingOutputStream, OutputStream>) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
thresholdReached() - ????? org.apache.commons.io.output.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - ????? 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.
throwCauseIfTaggedWith(Throwable, Object) - ?????????? org.apache.commons.io.TaggedIOException
Throws the original IOException if the given throwable is a TaggedIOException decorator the given tag.
throwIfCauseOf(Exception) - ????? org.apache.commons.io.output.TaggedOutputStream
Re-throws the original exception thrown by this stream.
throwIfCauseOf(Exception) - ????? org.apache.commons.io.output.TaggedWriter
Re-throws the original exception thrown by this writer.
throwIfCauseOf(Throwable) - ????? org.apache.commons.io.input.TaggedInputStream
Re-throws the original exception thrown by this stream.
throwIfCauseOf(Throwable) - ????? org.apache.commons.io.input.TaggedReader
Re-throws the original exception thrown by this reader.
TimestampedObserver - org.apache.commons.io.input???
An observer with timestamps.
TimestampedObserver() - ????? org.apache.commons.io.input.TimestampedObserver
 
toBufferedInputStream(InputStream) - ??????? org.apache.commons.io.IOUtils
Fetches entire contents of an InputStream and represent same data as result InputStream.
toBufferedInputStream(InputStream) - ??????? org.apache.commons.io.output.ByteArrayOutputStream
Fetches entire contents of an InputStream and represent same data as result InputStream.
toBufferedInputStream(InputStream) - ??????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
Fetches entire contents of an InputStream and represent same data as result InputStream.
toBufferedInputStream(InputStream, int) - ??????? org.apache.commons.io.IOUtils
Fetches entire contents of an InputStream and represent same data as result InputStream.
toBufferedInputStream(InputStream, int) - ??????? org.apache.commons.io.output.ByteArrayOutputStream
Fetches entire contents of an InputStream and represent same data as result InputStream.
toBufferedInputStream(InputStream, int) - ??????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
Fetches entire contents of an InputStream and represent same data as result InputStream.
toBufferedReader(Reader) - ??????? org.apache.commons.io.IOUtils
Returns the given reader if it is a BufferedReader, otherwise creates a BufferedReader from the given reader.
toBufferedReader(Reader, int) - ??????? org.apache.commons.io.IOUtils
Returns the given reader if it is a BufferedReader, otherwise creates a BufferedReader from the given reader.
toByteArray() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Gets the current contents of this byte stream as a byte array.
toByteArray() - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
toByteArray() - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
toByteArray(InputStream) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a byte[].
toByteArray(InputStream, long) - ??????? org.apache.commons.io.IOUtils
Gets contents of an InputStream as a byte[].
toByteArray(Reader) - ??????? org.apache.commons.io.IOUtils
toByteArray(Reader, String) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(Reader, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - ??????? org.apache.commons.io.IOUtils
????
2.5 Use String.getBytes() instead
toByteArray(URI) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a URI as a byte[].
toByteArray(URL) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a URL as a byte[].
toByteArray(URLConnection) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a URLConnection as a byte[].
toByteArrayImpl() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Gets the current contents of this byte stream as a byte array.
toCharArray(InputStream) - ??????? org.apache.commons.io.IOUtils
toCharArray(InputStream, String) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a character array using the specified character encoding.
toCharArray(InputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a Reader as a character array.
toCharset(String) - ??????? org.apache.commons.io.Charsets
Returns a Charset for the named charset.
toCharset(Charset) - ??????? org.apache.commons.io.Charsets
Returns the given Charset or the default Charset if the given Charset is null.
toFile(URL) - ??????? org.apache.commons.io.FileUtils
Converts from a URL to a File.
toFiles(URL...) - ??????? org.apache.commons.io.FileUtils
Converts each of an array of URL to a File.
toInputStream() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Gets the current contents of this byte stream as a Input Stream.
toInputStream() - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
toInputStream() - ????? org.apache.commons.io.output.DeferredFileOutputStream
Gets the current contents of this byte stream as an InputStream.
toInputStream() - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
toInputStream(CharSequence) - ??????? org.apache.commons.io.IOUtils
toInputStream(CharSequence, String) - ??????? org.apache.commons.io.IOUtils
Converts the specified CharSequence to an input stream, encoded as bytes using the specified character encoding.
toInputStream(CharSequence, Charset) - ??????? org.apache.commons.io.IOUtils
Converts the specified CharSequence to an input stream, encoded as bytes using the specified character encoding.
toInputStream(String) - ??????? org.apache.commons.io.IOUtils
toInputStream(String, String) - ??????? org.apache.commons.io.IOUtils
Converts the specified string to an input stream, encoded as bytes using the specified character encoding.
toInputStream(String, Charset) - ??????? org.apache.commons.io.IOUtils
Converts the specified string to an input stream, encoded as bytes using the specified character encoding.
toInputStream(AbstractByteArrayOutputStream.InputStreamConstructor<T>) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Gets the current contents of this byte stream as a Input Stream.
toLegalFileName(String, char) - ?????? org.apache.commons.io.FileSystem
Converts a candidate file name (without a path) like "filename.ext" or "filename" to a legal file name.
toList(IOFileFilter...) - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Create a List of file filters.
toMessage(int, Throwable) - ?????????? org.apache.commons.io.IOIndexedException
Converts input to a suitable String for exception message.
toString() - ????? org.apache.commons.io.ByteOrderMark
Converts this instance to a String representation of the BOM.
toString() - ????? org.apache.commons.io.comparator.DefaultFileComparator
String representation of this file comparator.
toString() - ????? org.apache.commons.io.comparator.CompositeFileComparator
String representation of this file comparator.
toString() - ????? org.apache.commons.io.comparator.ExtensionFileComparator
String representation of this file comparator.
toString() - ????? org.apache.commons.io.comparator.NameFileComparator
String representation of this file comparator.
toString() - ????? org.apache.commons.io.comparator.PathFileComparator
String representation of this file comparator.
toString() - ????? org.apache.commons.io.comparator.SizeFileComparator
String representation of this file comparator.
toString() - ????? org.apache.commons.io.file.CountingPathVisitor
 
toString() - ????? org.apache.commons.io.FileDeleteStrategy
Gets a string describing the delete strategy.
toString() - ????? org.apache.commons.io.filefilter.AbstractFileFilter
Provides a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.AgeFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.AndFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.DelegateFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.FalseFileFilter
 
toString() - ????? org.apache.commons.io.filefilter.MagicNumberFileFilter
Returns a String representation of the file filter, which includes the magic number bytes and byte offset.
toString() - ????? org.apache.commons.io.filefilter.NameFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.NotFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.OrFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.PrefixFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.RegexFileFilter
Returns a debug string.
toString() - ????? org.apache.commons.io.filefilter.SizeFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.SuffixFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.filefilter.TrueFileFilter
 
toString() - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Provide a String representation of this file filter.
toString() - ????? org.apache.commons.io.input.BoundedInputStream
Invokes the delegate's toString() method.
toString() - ????? org.apache.commons.io.input.CharSequenceReader
Return a String representation of the underlying character sequence.
toString() - ????? org.apache.commons.io.input.TimestampedObserver
 
toString() - ?????? org.apache.commons.io.IOCase
Gets a string describing the sensitivity.
toString() - ????? org.apache.commons.io.monitor.FileAlterationObserver
Returns a String representation of this observer.
toString() - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
toString() - ????? org.apache.commons.io.output.StringBuilderWriter
toString(byte[]) - ??????? org.apache.commons.io.IOUtils
????
2.5 Use String(byte[]) instead
toString(byte[], String) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a byte[] as a String using the specified character encoding.
toString(int) - ????? org.apache.commons.io.input.ReversedLinesFileReader
Returns the last lineCount lines of the file.
toString(InputStream) - ??????? org.apache.commons.io.IOUtils
toString(InputStream, String) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a String using the specified character encoding.
toString(InputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - ??????? org.apache.commons.io.IOUtils
Gets the contents of a Reader as a String.
toString(String) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Gets the current contents of this byte stream as a string using the specified encoding.
toString(URI) - ??????? org.apache.commons.io.IOUtils
????
toString(URI, String) - ??????? org.apache.commons.io.IOUtils
Gets the contents at the given URI.
toString(URI, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents at the given URI.
toString(URL) - ??????? org.apache.commons.io.IOUtils
????
toString(URL, String) - ??????? org.apache.commons.io.IOUtils
Gets the contents at the given URL.
toString(URL, Charset) - ??????? org.apache.commons.io.IOUtils
Gets the contents at the given URL.
toString(Charset) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Gets the current contents of this byte stream as a string using the specified encoding.
touch(File) - ??????? org.apache.commons.io.FileUtils
Implements the same behavior as the "touch" utility on Unix.
toURLs(File...) - ??????? org.apache.commons.io.FileUtils
Converts each of an array of File to a URL.
track(File, Object) - ??????? org.apache.commons.io.FileCleaner
track(File, Object) - ????? org.apache.commons.io.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(File, Object, FileDeleteStrategy) - ??????? org.apache.commons.io.FileCleaner
track(File, Object, FileDeleteStrategy) - ????? org.apache.commons.io.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object) - ??????? org.apache.commons.io.FileCleaner
track(String, Object) - ????? org.apache.commons.io.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
track(String, Object, FileDeleteStrategy) - ??????? org.apache.commons.io.FileCleaner
track(String, Object, FileDeleteStrategy) - ????? org.apache.commons.io.FileCleaningTracker
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
TRUE - ??????? org.apache.commons.io.filefilter.TrueFileFilter
Singleton instance of true filter.
trueFileFilter() - ??????? org.apache.commons.io.filefilter.FileFilterUtils
Returns a filter that always returns true.
TrueFileFilter - org.apache.commons.io.filefilter???
A file filter that always returns true.
TrueFileFilter() - ????? org.apache.commons.io.filefilter.TrueFileFilter
Restrictive constructor.

U

UnixLineEndingInputStream - org.apache.commons.io.input???
A filtering input stream that ensures the content will have UNIX-style line endings, LF.
UnixLineEndingInputStream(InputStream, boolean) - ????? org.apache.commons.io.input.UnixLineEndingInputStream
Creates an input stream that filters another stream
UnsynchronizedByteArrayInputStream - org.apache.commons.io.input???
This is an alternative to ByteArrayInputStream which removes the synchronization overhead for non-concurrent access; as such this class is not thread-safe.
UnsynchronizedByteArrayInputStream(byte[]) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
Creates a new byte array input stream.
UnsynchronizedByteArrayInputStream(byte[], int) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
Creates a new byte array input stream.
UnsynchronizedByteArrayInputStream(byte[], int, int) - ????? org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
Creates a new byte array input stream.
UnsynchronizedByteArrayOutputStream - org.apache.commons.io.output???
Implements a version of AbstractByteArrayOutputStream without any concurrent thread safety.
UnsynchronizedByteArrayOutputStream() - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
Creates a new byte array output stream.
UnsynchronizedByteArrayOutputStream(int) - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
updateDirCounter(Path, IOException) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
 
updateDirCounter(Path, IOException) - ????? org.apache.commons.io.file.CountingPathVisitor
Updates the counter for visiting the given directory.
updateFileCounters(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.AccumulatorPathVisitor
 
updateFileCounters(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CountingPathVisitor
Updates the counters for visiting the given file.
US_ASCII - ??????? org.apache.commons.io.Charsets
????
Use Java 7's StandardCharsets
UTF_16 - ??????? org.apache.commons.io.Charsets
????
Use Java 7's StandardCharsets
UTF_16BE - ??????? org.apache.commons.io.ByteOrderMark
UTF-16BE BOM (Big-Endian).
UTF_16BE - ??????? org.apache.commons.io.Charsets
????
Use Java 7's StandardCharsets
UTF_16LE - ??????? org.apache.commons.io.ByteOrderMark
UTF-16LE BOM (Little-Endian).
UTF_16LE - ??????? org.apache.commons.io.Charsets
????
Use Java 7's StandardCharsets
UTF_32BE - ??????? org.apache.commons.io.ByteOrderMark
UTF-32BE BOM (Big-Endian).
UTF_32LE - ??????? org.apache.commons.io.ByteOrderMark
UTF-32LE BOM (Little-Endian).
UTF_8 - ??????? org.apache.commons.io.ByteOrderMark
UTF-8 BOM.
UTF_8 - ??????? org.apache.commons.io.Charsets
????
Use Java 7's StandardCharsets
UTF_BOM - ??????? org.apache.commons.io.ByteOrderMark
Unicode BOM character; external form depends on the encoding.

V

ValidatingObjectInputStream - org.apache.commons.io.serialization???
An ObjectInputStream that's restricted to deserialize a limited set of classes.
ValidatingObjectInputStream(InputStream) - ????? org.apache.commons.io.serialization.ValidatingObjectInputStream
Constructs an object to deserialize the specified input stream.
valueOf(String) - ???????? org.apache.commons.io.file.StandardDeleteOption
?????????????????? ??????????????????? ????????(?????? ??????)
valueOf(String) - ???????? org.apache.commons.io.FileSystem
?????????????????? ??????????????????? ????????(?????? ??????)
valueOf(String) - ???????? org.apache.commons.io.IOCase
?????????????????? ??????????????????? ????????(?????? ??????)
valueOf(String) - ???????? org.apache.commons.io.StandardLineSeparator
?????????????????? ??????????????????? ????????(?????? ??????)
values() - ???????? org.apache.commons.io.file.StandardDeleteOption
???????????????, ??????????????
values() - ???????? org.apache.commons.io.FileSystem
???????????????, ??????????????
values() - ???????? org.apache.commons.io.IOCase
???????????????, ??????????????
values() - ???????? org.apache.commons.io.StandardLineSeparator
???????????????, ??????????????
VISIBLE - ??????? org.apache.commons.io.filefilter.HiddenFileFilter
Singleton instance of visible filter
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CleaningPathVisitor
 
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CopyDirectoryVisitor
 
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.CountingPathVisitor
 
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.file.DeletingPathVisitor
 
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
 
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.PathVisitorFileFilter
 
visitFile(Path, BasicFileAttributes) - ????? org.apache.commons.io.filefilter.SizeFileFilter
 
visitFileFailed(Path, IOException) - ????? org.apache.commons.io.filefilter.AbstractFileFilter
 
visitFileTree(T, String, String...) - ??????? org.apache.commons.io.file.PathUtils
Performs Files.walkFileTree(Path,FileVisitor) and returns the given visitor.
visitFileTree(T, URI) - ??????? org.apache.commons.io.file.PathUtils
Performs Files.walkFileTree(Path,FileVisitor) and returns the given visitor.
visitFileTree(T, Path) - ??????? org.apache.commons.io.file.PathUtils
Performs Files.walkFileTree(Path,FileVisitor) and returns the given visitor.
visitFileTree(T, Path, Set<FileVisitOption>, int) - ??????? org.apache.commons.io.file.PathUtils
Performs Files.walkFileTree(Path,FileVisitor) and returns the given visitor.

W

waitFor(File, int) - ??????? org.apache.commons.io.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
walk(File, Collection<T>) - ????? org.apache.commons.io.DirectoryWalker
????
Internal method that walks the directory hierarchy in a depth-first manner.
walk(Path, PathFilter, int, boolean, FileVisitOption...) - ??????? org.apache.commons.io.file.PathUtils
Returns a stream of filtered paths.
WildcardFileFilter - org.apache.commons.io.filefilter???
Filters files using the supplied wildcards.
WildcardFileFilter(String) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Construct a new case-sensitive wildcard filter for a single wildcard.
WildcardFileFilter(String...) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Construct a new case-sensitive wildcard filter for an array of wildcards.
WildcardFileFilter(String[], IOCase) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Construct a new wildcard filter for an array of wildcards specifying case-sensitivity.
WildcardFileFilter(String, IOCase) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Construct a new wildcard filter for a single wildcard specifying case-sensitivity.
WildcardFileFilter(List<String>) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Construct a new case-sensitive wildcard filter for a list of wildcards.
WildcardFileFilter(List<String>, IOCase) - ????? org.apache.commons.io.filefilter.WildcardFileFilter
Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.
WildcardFilter - org.apache.commons.io.filefilter???
????
Use WildcardFileFilter. Deprecated as this class performs directory filtering which it shouldn't do, but that can't be removed due to compatibility.
WildcardFilter(String) - ????? org.apache.commons.io.filefilter.WildcardFilter
????
Construct a new case-sensitive wildcard filter for a single wildcard.
WildcardFilter(String...) - ????? org.apache.commons.io.filefilter.WildcardFilter
????
Construct a new case-sensitive wildcard filter for an array of wildcards.
WildcardFilter(List<String>) - ????? org.apache.commons.io.filefilter.WildcardFilter
????
Construct a new case-sensitive wildcard filter for a list of wildcards.
wildcardMatch(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks a fileName to see if it matches the specified wildcard matcher, always testing case-sensitive.
wildcardMatch(String, String, IOCase) - ??????? org.apache.commons.io.FilenameUtils
Checks a fileName to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
wildcardMatchOnSystem(String, String) - ??????? org.apache.commons.io.FilenameUtils
Checks a fileName to see if it matches the specified wildcard matcher using the case rules of the system.
WINDOWS - ?? ?????? org.apache.commons.io.FileSystem
Windows file system.
WindowsLineEndingInputStream - org.apache.commons.io.input???
A filtering input stream that ensures the content will have Windows line endings, CRLF.
WindowsLineEndingInputStream(InputStream, boolean) - ????? org.apache.commons.io.input.WindowsLineEndingInputStream
Creates an input stream that filters another stream
withBigIntegerCounters() - ??????? org.apache.commons.io.file.AccumulatorPathVisitor
Creates a new instance configured with a BigInteger Counters.PathCounters.
withBigIntegerCounters() - ??????? org.apache.commons.io.file.CleaningPathVisitor
Creates a new instance configured with a BigInteger Counters.PathCounters.
withBigIntegerCounters() - ??????? org.apache.commons.io.file.CountingPathVisitor
Creates a new instance configured with a BigInteger Counters.PathCounters.
withBigIntegerCounters() - ??????? org.apache.commons.io.file.DeletingPathVisitor
Creates a new instance configured with a BigInteger Counters.PathCounters.
withBigIntegerCounters(PathFilter, PathFilter) - ??????? org.apache.commons.io.file.AccumulatorPathVisitor
Creates a new instance configured with a BigInteger Counters.PathCounters.
withLongCounters() - ??????? org.apache.commons.io.file.AccumulatorPathVisitor
Creates a new instance configured with a long Counters.PathCounters.
withLongCounters() - ??????? org.apache.commons.io.file.CleaningPathVisitor
Creates a new instance configured with a long Counters.PathCounters.
withLongCounters() - ??????? org.apache.commons.io.file.CountingPathVisitor
Creates a new instance configured with a long Counters.PathCounters.
withLongCounters() - ??????? org.apache.commons.io.file.DeletingPathVisitor
Creates a new instance configured with a long Counters.PathCounters.
withLongCounters(PathFilter, PathFilter) - ??????? org.apache.commons.io.file.AccumulatorPathVisitor
Creates a new instance configured with a long Counters.PathCounters.
wrap(InputStream) - ??????? org.apache.commons.io.input.CloseShieldInputStream
Creates a proxy that shields the given input stream from being closed.
wrap(OutputStream) - ??????? org.apache.commons.io.output.CloseShieldOutputStream
Creates a proxy that shields the given output stream from being closed.
wrap(Reader) - ??????? org.apache.commons.io.input.CloseShieldReader
Creates a proxy that shields the given reader from being closed.
wrap(Writer) - ??????? org.apache.commons.io.output.CloseShieldWriter
Creates a proxy that shields the given writer from being closed.
write(byte[]) - ????? org.apache.commons.io.output.NullOutputStream
Does nothing - output to /dev/null.
write(byte[]) - ????? org.apache.commons.io.output.ProxyOutputStream
Invokes the delegate's write(byte[]) method.
write(byte[]) - ????? org.apache.commons.io.output.TeeOutputStream
Writes the bytes to both streams.
write(byte[]) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]) - ????? org.apache.commons.io.output.WriterOutputStream
Write bytes from the specified byte array to the stream.
write(byte[], int, int) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Writes the bytes to the byte array.
write(byte[], int, int) - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
write(byte[], int, int) - ????? org.apache.commons.io.output.ChunkedOutputStream
Writes the data buffer in chunks to the underlying stream
write(byte[], int, int) - ????? org.apache.commons.io.output.NullOutputStream
Does nothing - output to /dev/null.
write(byte[], int, int) - ????? org.apache.commons.io.output.ProxyOutputStream
Invokes the delegate's write(byte[]) method.
write(byte[], int, int) - ????? org.apache.commons.io.output.TeeOutputStream
Writes the specified bytes to both streams.
write(byte[], int, int) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
write(byte[], int, int) - ????? org.apache.commons.io.output.WriterOutputStream
Write bytes from the specified byte array to the stream.
write(byte[], OutputStream) - ??????? org.apache.commons.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - ??????? org.apache.commons.io.IOUtils
write(byte[], Writer, String) - ??????? org.apache.commons.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(byte[], Writer, Charset) - ??????? org.apache.commons.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[]) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Write the characters from an array.
write(char[]) - ????? org.apache.commons.io.output.FilterCollectionWriter
 
write(char[]) - ????? org.apache.commons.io.output.LockableFileWriter
Writes the characters from an array.
write(char[]) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
write(char[]) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's write(char[]) method.
write(char[]) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's write(char[]) method.
write(char[], int, int) - ????? org.apache.commons.io.output.AppendableWriter
Writes a portion of an array of characters to the underlying appendable.
write(char[], int, int) - ????? org.apache.commons.io.output.BrokenWriter
Throws the configured exception.
write(char[], int, int) - ????? org.apache.commons.io.output.ChunkedWriter
writes the data buffer in chunks to the underlying writer
write(char[], int, int) - ????? org.apache.commons.io.output.ClosedWriter
Throws an IOException to indicate that the writer is closed.
write(char[], int, int) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Write the specified characters from an array.
write(char[], int, int) - ????? org.apache.commons.io.output.FilterCollectionWriter
Writes a portion of an array of characters.
write(char[], int, int) - ????? org.apache.commons.io.output.LockableFileWriter
Writes the specified characters from an array.
write(char[], int, int) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
write(char[], int, int) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's write(char[], int, int) method.
write(char[], int, int) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's write(char[], int, int) method.
write(char[], int, int) - ????? org.apache.commons.io.output.StringBuilderWriter
Writes a portion of a character array to the StringBuilder.
write(char[], int, int) - ????? org.apache.commons.io.output.XmlStreamWriter
Writes the characters to the underlying writer, detecting encoding.
write(char[], OutputStream) - ??????? org.apache.commons.io.IOUtils
write(char[], OutputStream, String) - ??????? org.apache.commons.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(char[], OutputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(char[], Writer) - ??????? org.apache.commons.io.IOUtils
Writes chars from a char[] to a Writer
write(int) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Write a byte to byte array.
write(int) - ????? org.apache.commons.io.output.AppendableOutputStream
Write a character to the underlying appendable.
write(int) - ????? org.apache.commons.io.output.AppendableWriter
Writes a character to the underlying appendable.
write(int) - ????? org.apache.commons.io.output.BrokenOutputStream
Throws the configured exception.
write(int) - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
write(int) - ????? org.apache.commons.io.output.ClosedOutputStream
Throws an IOException to indicate that the stream is closed.
write(int) - ????? org.apache.commons.io.output.DemuxOutputStream
Writes byte to stream associated with current thread.
write(int) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Write a character.
write(int) - ????? org.apache.commons.io.output.FilterCollectionWriter
Writes a single character.
write(int) - ????? org.apache.commons.io.output.LockableFileWriter
Writes a character.
write(int) - ????? org.apache.commons.io.output.NullOutputStream
Does nothing - output to /dev/null.
write(int) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
write(int) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's write(int) method.
write(int) - ????? org.apache.commons.io.output.ProxyOutputStream
Invokes the delegate's write(int) method.
write(int) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's write(int) method.
write(int) - ????? org.apache.commons.io.output.QueueOutputStream
Writes a single byte.
write(int) - ????? org.apache.commons.io.output.TeeOutputStream
Writes a byte to both streams.
write(int) - ????? org.apache.commons.io.output.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(int) - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
write(int) - ????? org.apache.commons.io.output.WriterOutputStream
Write a single byte to the stream.
write(File, CharSequence) - ??????? org.apache.commons.io.FileUtils
????
2.5 use FileUtils.write(File, CharSequence, Charset) instead (and specify the appropriate encoding)
write(File, CharSequence, boolean) - ??????? org.apache.commons.io.FileUtils
????
2.5 use FileUtils.write(File, CharSequence, Charset, boolean) instead (and specify the appropriate encoding)
write(File, CharSequence, String) - ??????? org.apache.commons.io.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(File, CharSequence, String, boolean) - ??????? org.apache.commons.io.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(File, CharSequence, Charset) - ??????? org.apache.commons.io.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(File, CharSequence, Charset, boolean) - ??????? org.apache.commons.io.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(InputStream) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Writes the entire contents of the specified input stream to this byte stream.
write(InputStream) - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
write(InputStream) - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
write(CharSequence, OutputStream) - ??????? org.apache.commons.io.IOUtils
write(CharSequence, OutputStream, String) - ??????? org.apache.commons.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the specified character encoding.
write(CharSequence, OutputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Writes chars from a CharSequence to bytes on an OutputStream using the specified character encoding.
write(CharSequence, Writer) - ??????? org.apache.commons.io.IOUtils
Writes chars from a CharSequence to a Writer.
write(String) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Write the characters from a string.
write(String) - ????? org.apache.commons.io.output.FilterCollectionWriter
 
write(String) - ????? org.apache.commons.io.output.LockableFileWriter
Writes the characters from a string.
write(String) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
write(String) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's write(String) method.
write(String) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's write(String) method.
write(String) - ????? org.apache.commons.io.output.StringBuilderWriter
Writes a String to the StringBuilder.
write(StringBuffer, OutputStream) - ??????? org.apache.commons.io.IOUtils
????
replaced by write(CharSequence, OutputStream)
write(StringBuffer, OutputStream, String) - ??????? org.apache.commons.io.IOUtils
????
replaced by write(CharSequence, OutputStream, String)
write(StringBuffer, Writer) - ??????? org.apache.commons.io.IOUtils
????
replaced by write(CharSequence, Writer)
write(String, int, int) - ????? org.apache.commons.io.output.AppendableWriter
Writes a portion of a String to the underlying appendable.
write(String, int, int) - ????? org.apache.commons.io.output.FileWriterWithEncoding
Write the specified characters from a string.
write(String, int, int) - ????? org.apache.commons.io.output.FilterCollectionWriter
Writes a portion of a string.
write(String, int, int) - ????? org.apache.commons.io.output.LockableFileWriter
Writes the specified characters from a string.
write(String, int, int) - ????? org.apache.commons.io.output.NullWriter
Does nothing - output to /dev/null.
write(String, int, int) - ????? org.apache.commons.io.output.ProxyCollectionWriter
Invokes the delegate's write(String) method.
write(String, int, int) - ????? org.apache.commons.io.output.ProxyWriter
Invokes the delegate's write(String) method.
write(String, OutputStream) - ??????? org.apache.commons.io.IOUtils
write(String, OutputStream, String) - ??????? org.apache.commons.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(String, OutputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - ??????? org.apache.commons.io.IOUtils
Writes chars from a String to a Writer.
writeByteArrayToFile(File, byte[]) - ??????? org.apache.commons.io.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[], boolean) - ??????? org.apache.commons.io.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[], int, int) - ??????? org.apache.commons.io.FileUtils
Writes len bytes from the specified byte array starting at offset off to a file, creating the file if it does not exist.
writeByteArrayToFile(File, byte[], int, int, boolean) - ??????? org.apache.commons.io.FileUtils
Writes len bytes from the specified byte array starting at offset off to a file, creating the file if it does not exist.
writeChunked(byte[], OutputStream) - ??????? org.apache.commons.io.IOUtils
Writes bytes from a byte[] to an OutputStream using chunked writes.
writeChunked(char[], Writer) - ??????? org.apache.commons.io.IOUtils
Writes chars from a char[] to a Writer using chunked writes.
writeImpl(byte[], int, int) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Writes the bytes to the byte array.
writeImpl(int) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Write a byte to byte array.
writeImpl(InputStream) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Writes the entire contents of the specified input stream to this byte stream.
writeLines(File, String, Collection<?>) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, String, Collection<?>, boolean) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line, optionally appending.
writeLines(File, String, Collection<?>, String) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, String, Collection<?>, String, boolean) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>, boolean) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>, String) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>, String, boolean) - ??????? org.apache.commons.io.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(Collection<?>, String, OutputStream) - ??????? org.apache.commons.io.IOUtils
writeLines(Collection<?>, String, OutputStream, String) - ??????? org.apache.commons.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<?>, String, OutputStream, Charset) - ??????? org.apache.commons.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<?>, String, Writer) - ??????? org.apache.commons.io.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.
writer(Appendable) - ??????? org.apache.commons.io.IOUtils
Returns the given Appendable if it is already a Writer, otherwise creates a Writer wrapper around the given Appendable.
WriterOutputStream - org.apache.commons.io.output???
OutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting stream to a Writer.
WriterOutputStream(Writer) - ????? org.apache.commons.io.output.WriterOutputStream
WriterOutputStream(Writer, String) - ????? org.apache.commons.io.output.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, String, int, boolean) - ????? org.apache.commons.io.output.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset) - ????? org.apache.commons.io.output.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, CharsetDecoder) - ????? org.apache.commons.io.output.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, CharsetDecoder, int, boolean) - ????? org.apache.commons.io.output.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset, int, boolean) - ????? org.apache.commons.io.output.WriterOutputStream
Constructs a new WriterOutputStream.
writers - ????? org.apache.commons.io.output.FilterCollectionWriter
The underlying writers.
writeStringToFile(File, String) - ??????? org.apache.commons.io.FileUtils
????
2.5 use FileUtils.writeStringToFile(File, String, Charset) instead (and specify the appropriate encoding)
writeStringToFile(File, String, boolean) - ??????? org.apache.commons.io.FileUtils
????
2.5 use FileUtils.writeStringToFile(File, String, Charset, boolean) instead (and specify the appropriate encoding)
writeStringToFile(File, String, String) - ??????? org.apache.commons.io.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String, String, boolean) - ??????? org.apache.commons.io.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String, Charset) - ??????? org.apache.commons.io.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String, Charset, boolean) - ??????? org.apache.commons.io.FileUtils
Writes a String to a file creating the file if it does not exist.
writeSwappedDouble(byte[], int, double) - ??????? org.apache.commons.io.EndianUtils
Writes a "double" value to a byte array at a given offset.
writeSwappedDouble(OutputStream, double) - ??????? org.apache.commons.io.EndianUtils
Writes a "double" value to an OutputStream.
writeSwappedFloat(byte[], int, float) - ??????? org.apache.commons.io.EndianUtils
Writes a "float" value to a byte array at a given offset.
writeSwappedFloat(OutputStream, float) - ??????? org.apache.commons.io.EndianUtils
Writes a "float" value to an OutputStream.
writeSwappedInteger(byte[], int, int) - ??????? org.apache.commons.io.EndianUtils
Writes a "int" value to a byte array at a given offset.
writeSwappedInteger(OutputStream, int) - ??????? org.apache.commons.io.EndianUtils
Writes a "int" value to an OutputStream.
writeSwappedLong(byte[], int, long) - ??????? org.apache.commons.io.EndianUtils
Writes a "long" value to a byte array at a given offset.
writeSwappedLong(OutputStream, long) - ??????? org.apache.commons.io.EndianUtils
Writes a "long" value to an OutputStream.
writeSwappedShort(byte[], int, short) - ??????? org.apache.commons.io.EndianUtils
Writes a "short" value to a byte array at a given offset.
writeSwappedShort(OutputStream, short) - ??????? org.apache.commons.io.EndianUtils
Writes a "short" value to an OutputStream.
writeTo(OutputStream) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Writes the entire contents of this byte stream to the specified output stream.
writeTo(OutputStream) - ????? org.apache.commons.io.output.ByteArrayOutputStream
 
writeTo(OutputStream) - ????? org.apache.commons.io.output.DeferredFileOutputStream
Writes the data from this output stream to the specified output stream, after it has been closed.
writeTo(OutputStream) - ????? org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
 
writeToImpl(OutputStream) - ????? org.apache.commons.io.output.AbstractByteArrayOutputStream
Writes the entire contents of this byte stream to the specified output stream.

X

XmlStreamReader - org.apache.commons.io.input???
Character stream that handles all the necessary Voodoo to figure out the charset encoding of the XML document within the stream.
XmlStreamReader(File) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader for a File.
XmlStreamReader(InputStream) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream, boolean) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream, boolean, String) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader for a raw InputStream.
XmlStreamReader(InputStream, String) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader using an InputStream and the associated content-type header.
XmlStreamReader(InputStream, String, boolean) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader using an InputStream and the associated content-type header.
XmlStreamReader(InputStream, String, boolean, String) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader using an InputStream and the associated content-type header.
XmlStreamReader(URL) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader using the InputStream of a URL.
XmlStreamReader(URLConnection, String) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader using the InputStream of a URLConnection.
XmlStreamReader(Path) - ????? org.apache.commons.io.input.XmlStreamReader
Creates a Reader for a File.
XmlStreamReaderException - org.apache.commons.io.input??????
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
XmlStreamReaderException(String, String, String, String) - ???????? org.apache.commons.io.input.XmlStreamReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlStreamReaderException(String, String, String, String, String, String) - ???????? org.apache.commons.io.input.XmlStreamReaderException
Creates an exception instance if the charset encoding could not be determined.
XmlStreamWriter - org.apache.commons.io.output???
Character stream that handles all the necessary Voodoo to figure out the charset encoding of the XML document written to the stream.
XmlStreamWriter(File) - ????? org.apache.commons.io.output.XmlStreamWriter
Constructs a new XML stream writer for the specified file with a default encoding of UTF-8.
XmlStreamWriter(File, String) - ????? org.apache.commons.io.output.XmlStreamWriter
Constructs a new XML stream writer for the specified file with the specified default encoding.
XmlStreamWriter(OutputStream) - ????? org.apache.commons.io.output.XmlStreamWriter
Constructs a new XML stream writer for the specified output stream with a default encoding of UTF-8.
XmlStreamWriter(OutputStream, String) - ????? org.apache.commons.io.output.XmlStreamWriter
Constructs a new XML stream writer for the specified output stream with the specified default encoding.
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|?????|?????|?????