- AbstractByteArrayOutputStream - Class in 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() - Constructor for class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- AbstractByteArrayOutputStream.InputStreamConstructor<T extends java.io.InputStream> - Interface in org.apache.commons.io.output
-
Constructor for an InputStream subclass.
- AbstractCharacterFilterReader - Class in org.apache.commons.io.input
-
A filter reader that filters out characters where subclasses decide which characters to filter out.
- AbstractCharacterFilterReader(Reader) - Constructor for class org.apache.commons.io.input.AbstractCharacterFilterReader
-
Constructs a new reader.
- AbstractCharacterFilterReader(Reader, IntPredicate) - Constructor for class org.apache.commons.io.input.AbstractCharacterFilterReader
-
Constructs a new reader.
- AbstractFileComparator - Class in org.apache.commons.io.comparator
-
Abstract file Comparator
which provides sorting for file arrays and lists.
- AbstractFileComparator() - Constructor for class org.apache.commons.io.comparator.AbstractFileComparator
-
- AbstractFileFilter - Class in org.apache.commons.io.filefilter
-
Abstracts the implementation of the
FileFilter
(IO),
FilenameFilter
(IO),
PathFilter
(NIO)
interfaces via our own
IOFileFilter
interface.
- AbstractFileFilter() - Constructor for class org.apache.commons.io.filefilter.AbstractFileFilter
-
Constructs a new instance.
- AbstractFileFilter(FileVisitResult, FileVisitResult) - Constructor for class org.apache.commons.io.filefilter.AbstractFileFilter
-
Constructs a new instance.
- AbstractOrigin<T,B extends AbstractOrigin<T,B>> - Class in org.apache.commons.io.build
-
Abstracts the origin of data for builders like a File
, Path
, Reader
, Writer
, InputStream
, OutputStream
, and
URI
.
- AbstractOrigin(T) - Constructor for class org.apache.commons.io.build.AbstractOrigin
-
Constructs a new instance for a subclass.
- AbstractOrigin.ByteArrayOrigin - Class in org.apache.commons.io.build
-
A byte[]
origin.
- AbstractOrigin.CharSequenceOrigin - Class in org.apache.commons.io.build
-
A CharSequence
origin.
- AbstractOrigin.FileOrigin - Class in org.apache.commons.io.build
-
A File
origin.
- AbstractOrigin.InputStreamOrigin - Class in org.apache.commons.io.build
-
An InputStream
origin.
- AbstractOrigin.OutputStreamOrigin - Class in org.apache.commons.io.build
-
An OutputStream
origin.
- AbstractOrigin.PathOrigin - Class in org.apache.commons.io.build
-
A Path
origin.
- AbstractOrigin.ReaderOrigin - Class in org.apache.commons.io.build
-
An Reader
origin.
- AbstractOrigin.URIOrigin - Class in org.apache.commons.io.build
-
A URI
origin.
- AbstractOrigin.WriterOrigin - Class in org.apache.commons.io.build
-
An Writer
origin.
- AbstractOriginSupplier<T,B extends AbstractOriginSupplier<T,B>> - Class in org.apache.commons.io.build
-
Abstracts building an instance of T
.
- AbstractOriginSupplier() - Constructor for class org.apache.commons.io.build.AbstractOriginSupplier
-
- AbstractPathCounters(Counters.Counter, Counters.Counter, Counters.Counter) - Constructor for class org.apache.commons.io.file.Counters.AbstractPathCounters
-
Constructs a new instance.
- AbstractStreamBuilder<T,B extends AbstractStreamBuilder<T,B>> - Class in org.apache.commons.io.build
-
Abstracts building a typed instance of T
.
- AbstractStreamBuilder() - Constructor for class org.apache.commons.io.build.AbstractStreamBuilder
-
- AbstractSupplier<T,B extends AbstractSupplier<T,B>> - Class in org.apache.commons.io.build
-
Abstracts supplying an instance of T
.
- AbstractSupplier() - Constructor for class org.apache.commons.io.build.AbstractSupplier
-
- accept(Path) - Method in class org.apache.commons.io.file.CleaningPathVisitor
-
Returns true to process the given path, false if not.
- accept(Path) - Method in class org.apache.commons.io.file.DeletingPathVisitor
-
Returns true to process the given path, false if not.
- accept(Path) - Method in class org.apache.commons.io.file.DirectoryStreamFilter
-
- accept(Path, BasicFileAttributes) - Method in interface org.apache.commons.io.file.PathFilter
-
Tests whether or not to include the specified Path in a result.
- accept(File) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File) - Method in class org.apache.commons.io.filefilter.AgeFileFilter
-
Checks to see if the last modification of the file matches cutoff favorably.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.AgeFileFilter
-
Checks to see if the last modification of the file matches cutoff favorably.
- accept(File) - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Checks to see if a Path should be accepted by this filter.
- accept(File) - Method in class org.apache.commons.io.filefilter.CanExecuteFileFilter
-
Checks to see if the file can be executed.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.CanExecuteFileFilter
-
Checks to see if the file can be executed.
- accept(File) - Method in class org.apache.commons.io.filefilter.CanReadFileFilter
-
Checks to see if the file can be read.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.CanReadFileFilter
-
Checks to see if the file can be read.
- accept(File) - Method in class org.apache.commons.io.filefilter.CanWriteFileFilter
-
Checks to see if the file can be written to.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.CanWriteFileFilter
-
Checks to see if the file can be written to.
- accept(File) - Method in class org.apache.commons.io.filefilter.DelegateFileFilter
-
Checks the filter.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.DelegateFileFilter
-
Checks the filter.
- accept(File) - Method in class org.apache.commons.io.filefilter.DirectoryFileFilter
-
Checks to see if the file is a directory.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.DirectoryFileFilter
-
Checks to see if the file is a directory.
- accept(File) - Method in class org.apache.commons.io.filefilter.EmptyFileFilter
-
Checks to see if the file is empty.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.EmptyFileFilter
-
Checks to see if the file is empty.
- accept(File) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
Returns false.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
Returns false.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
Returns false.
- accept(File) - Method in class org.apache.commons.io.filefilter.FileEqualsFileFilter
-
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.FileEqualsFileFilter
-
- accept(File) - Method in class org.apache.commons.io.filefilter.FileFileFilter
-
Checks to see if the file is a file.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.FileFileFilter
-
Checks to see if the file is a file.
- accept(File) - Method in class org.apache.commons.io.filefilter.HiddenFileFilter
-
Checks to see if the file is hidden.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.HiddenFileFilter
-
Checks to see if the file is hidden.
- accept(File) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Tests if a File should be accepted by this filter.
- accept(File, String) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Tests if a File should be accepted by this filter.
- accept(Path, BasicFileAttributes) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Checks to see if a Path should be accepted by this filter.
- accept(File) - Method in class 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) - Method in class 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) - Method in class org.apache.commons.io.filefilter.NameFileFilter
-
Checks to see if the file name matches.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.NameFileFilter
-
Checks to see if the file name matches.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.NameFileFilter
-
Checks to see if the file name matches.
- accept(File) - Method in class org.apache.commons.io.filefilter.NotFileFilter
-
Returns the logical NOT of the underlying filter's return value for the same File.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.NotFileFilter
-
Returns the logical NOT of the underlying filter's return value for the same arguments.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.NotFileFilter
-
Returns the logical NOT of the underlying filter's return value for the same File.
- accept(File) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Checks to see if a Path should be accepted by this filter.
- accept(File) - Method in class org.apache.commons.io.filefilter.PathEqualsFileFilter
-
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.PathEqualsFileFilter
-
- accept(File) - Method in class org.apache.commons.io.filefilter.PathMatcherFileFilter
-
- accept(File) - Method in class org.apache.commons.io.filefilter.PathVisitorFileFilter
-
- accept(File, String) - Method in class org.apache.commons.io.filefilter.PathVisitorFileFilter
-
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.PathVisitorFileFilter
-
- accept(File) - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
-
Checks to see if the file name starts with the prefix.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
-
Checks to see if the file name starts with the prefix.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
-
Checks to see if the file name starts with the prefix.
- accept(String) - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
-
- accept(File, String) - Method in class org.apache.commons.io.filefilter.RegexFileFilter
-
Checks to see if the file name matches one of the regular expressions.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.RegexFileFilter
-
Checks to see if the file name matches one of the regular expressions.
- accept(File) - Method in class org.apache.commons.io.filefilter.SizeFileFilter
-
Checks to see if the size of the file is favorable.
- accept(long) - Method in class org.apache.commons.io.filefilter.SizeFileFilter
-
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.SizeFileFilter
-
Checks to see if the size of the file is favorable.
- accept(File) - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
-
Checks to see if the file name ends with the suffix.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
-
Checks to see if the file name ends with the suffix.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
-
Checks to see if the file name ends with the suffix.
- accept(String) - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
-
- accept(File) - Method in class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
Checks to see if the file is a symbolic link.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
Checks to see if the file is a file.
- accept(File) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
Returns true.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
Returns true.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
Returns true.
- accept(File) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
Checks to see if the file name matches one of the wildcards.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
Checks to see if the file name matches one of the wildcards.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
Checks to see if the file name matches one of the wildcards.
- accept(String) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
- accept(File) - Method in class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
Checks to see if the file name matches one of the wildcards.
- accept(File, String) - Method in class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
Checks to see if the file name matches one of the wildcards.
- accept(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
Checks to see if the file name matches one of the wildcards.
- accept(IOBiConsumer<T, U>, T, U) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOBiConsumer
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- accept(IOConsumer<T>, T) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOConsumer
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- accept(T, U) - Method in interface org.apache.commons.io.function.IOBiConsumer
-
Performs this operation on the given arguments.
- accept(T) - Method in interface org.apache.commons.io.function.IOConsumer
-
Performs this operation on the given argument.
- accept(T, U, V) - Method in interface org.apache.commons.io.function.IOTriConsumer
-
Performs this operation on the given arguments.
- accept(IOBiConsumer<T, U>, T, U) - Static method in class org.apache.commons.io.function.Uncheck
-
Accepts an IO consumer with the given arguments.
- accept(IOConsumer<T>, T) - Static method in class org.apache.commons.io.function.Uncheck
-
Accepts an IO consumer with the given argument.
- accept(IOTriConsumer<T, U, V>, T, U, V) - Static method in class org.apache.commons.io.function.Uncheck
-
Accepts an IO consumer with the given arguments.
- accept(Class<?>...) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept the specified classes for deserialization, unless they
are otherwise rejected.
- accept(ClassNameMatcher) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
- accept(Pattern) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept class names that match the supplied pattern for
deserialization, unless they are otherwise rejected.
- accept(String...) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept the wildcard specified classes for deserialization,
unless they are otherwise rejected.
- acceptBaseName(String) - Method in class org.apache.commons.io.filefilter.NameFileFilter
-
- acceptLarger - Variable in class org.apache.commons.io.filefilter.SizeFileFilter
-
Whether the files accepted will be larger or smaller.
- acceptMatchers - Variable in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
- acceptOlder - Variable in class org.apache.commons.io.filefilter.AgeFileFilter
-
Whether the files accepted will be older or newer.
- accumulate(Path, int, FileVisitOption[]) - Static method in class org.apache.commons.io.file.PathUtils
-
- AccumulatorPathVisitor - Class in org.apache.commons.io.file
-
Accumulates normalized paths during visitation.
- AccumulatorPathVisitor() - Constructor for class org.apache.commons.io.file.AccumulatorPathVisitor
-
Constructs a new instance.
- AccumulatorPathVisitor(Counters.PathCounters) - Constructor for class org.apache.commons.io.file.AccumulatorPathVisitor
-
Constructs a new instance that counts file system elements.
- AccumulatorPathVisitor(Counters.PathCounters, PathFilter, PathFilter) - Constructor for class org.apache.commons.io.file.AccumulatorPathVisitor
-
Constructs a new instance.
- AccumulatorPathVisitor(Counters.PathCounters, PathFilter, PathFilter, IOBiFunction<Path, IOException, FileVisitResult>) - Constructor for class org.apache.commons.io.file.AccumulatorPathVisitor
-
Constructs a new instance.
- activeBuffer - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- adapt(Iterator<E>) - Static method in interface org.apache.commons.io.function.IOIterator
-
Adapts the given Iterator as an IOIterator.
- adapt(Iterator<E>) - Static method in class org.apache.commons.io.function.IOIteratorAdapter
-
- adapt(Spliterator<E>) - Static method in interface org.apache.commons.io.function.IOSpliterator
-
Adapts the given Spliterator as an IOSpliterator.
- adapt(Spliterator<E>) - Static method in class org.apache.commons.io.function.IOSpliteratorAdapter
-
- adapt(Stream<T>) - Static method in interface org.apache.commons.io.function.IOStream
-
Constructs a new IOStream for the given Stream.
- adapt(Stream<T>) - Static method in class org.apache.commons.io.function.IOStreamAdapter
-
- add(List<Path>, Path) - Method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- add(long) - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- add(long) - Method in interface org.apache.commons.io.file.Counters.Counter
-
Adds the given number to this counter.
- add(long) - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- add(long) - Method in class org.apache.commons.io.file.Counters.NoopCounter
-
- add(byte) - Method in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
- add(byte[], int, int) - Method in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
Adds the given bytes to the buffer.
- add(ObservableInputStream.Observer) - Method in class org.apache.commons.io.input.ObservableInputStream
-
Adds an Observer.
- addFileFilter(IOFileFilter) - Method in class 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...) - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Adds the given file filters.
- addFileFilter(IOFileFilter) - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
-
Adds the specified file filter to the list of file filters at the end of
the list.
- addFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Adds the specified file filter to the list of file filters at the end of
the list.
- addFileFilter(IOFileFilter...) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Adds the given file filters.
- addListener(FileAlterationListener) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Adds a file system listener.
- addObserver(FileAlterationObserver) - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Adds a file system observer to this monitor.
- addRequestProperty(String, String) - Method in class org.apache.commons.io.CloseableURLConnection
-
- addTracker(String, Object, FileDeleteStrategy) - Method in class org.apache.commons.io.FileCleaningTracker
-
Adds a tracker to the list of trackers.
- afterRead(int) - Method in class org.apache.commons.io.input.AutoCloseInputStream
-
Automatically closes the stream if the end of stream was reached.
- afterRead(int) - Method in class org.apache.commons.io.input.CountingInputStream
-
Adds the number of read bytes to the count.
- afterRead(int) - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invoked by the read methods after the proxied call has returned
successfully.
- afterRead(int) - Method in class org.apache.commons.io.input.ProxyReader
-
Invoked by the read methods after the proxied call has returned
successfully.
- afterWrite(int) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invoked by the write methods after the proxied call has returned successfully.
- afterWrite(int) - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invoked by the write methods after the proxied call has returned
successfully.
- afterWrite(int) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invoked by the write methods after the proxied call has returned
successfully.
- AgeFileFilter - Class in org.apache.commons.io.filefilter
-
Filters files based on a cutoff time, can filter either newer files or files equal to or older.
- AgeFileFilter(Date) - Constructor for class 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) - Constructor for class org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files on any one side of a certain cutoff date.
- AgeFileFilter(File) - Constructor for class 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) - Constructor for class 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(Instant) - Constructor for class org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files equal to or older than a certain cutoff.
- AgeFileFilter(Instant, boolean) - Constructor for class org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files on any one side of a certain cutoff.
- AgeFileFilter(long) - Constructor for class 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) - Constructor for class org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files on any one side of a certain cutoff.
- ageFileFilter(Date) - Static method in class 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) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters files based on a cutoff date.
- ageFileFilter(File) - Static method in class 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) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters files based on a cutoff reference file.
- ageFileFilter(long) - Static method in class 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) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters files based on a cutoff time.
- allMatch(IOPredicate<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.allMatch(java.util.function.Predicate)
but throws IOException
.
- alwaysFalse() - Static method in interface org.apache.commons.io.function.IOPredicate
-
Always false.
- alwaysTrue() - Static method in interface org.apache.commons.io.function.IOPredicate
-
Always true.
- and(IOFileFilter) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
- and(IOFileFilter...) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that ANDs the specified filters.
- and(IOFileFilter) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Constructs a new "and" filter with this filter.
- and(IOFileFilter) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
- and(IOPredicate<? super T>) - Method in interface org.apache.commons.io.function.IOPredicate
-
Creates a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- AndFileFilter - Class in org.apache.commons.io.filefilter
-
A FileFilter
providing conditional AND logic across a list of
file filters.
- AndFileFilter() - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new empty instance.
- AndFileFilter(ArrayList<IOFileFilter>) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new instance with the given initial list.
- AndFileFilter(int) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new instance with the given initial capacity.
- AndFileFilter(IOFileFilter...) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new instance for the give filters.
- AndFileFilter(IOFileFilter, IOFileFilter) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new file filter that ANDs the result of other filters.
- AndFileFilter(List<IOFileFilter>) - Constructor for class org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new instance of
AndFileFilter
with the specified list of filters.
- andFileFilter(IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- andThen(IOBiConsumer<? super T, ? super U>) - Method in interface org.apache.commons.io.function.IOBiConsumer
-
Creates a composed
IOBiConsumer
that performs, in sequence, this operation followed by the
after
operation.
- andThen(IOFunction<? super R, ? extends V>) - Method in interface org.apache.commons.io.function.IOBiFunction
-
Creates a composed function that first applies this function to its input, and then applies the after
function to the result.
- andThen(IOConsumer<? super T>) - Method in interface org.apache.commons.io.function.IOConsumer
-
Returns a composed
IOConsumer
that performs, in sequence, this operation followed by the
after
operation.
- andThen(Consumer<? super R>) - Method in interface 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>) - Method in interface 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>) - Method in interface 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(IOFunction<? super R, ? extends V>) - Method in interface 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(IOFunction<? super R, ? extends X>) - Method in interface org.apache.commons.io.function.IOQuadFunction
-
Creates a composed function that first applies this function to its input, and then applies the after
function to the result.
- andThen(IOTriConsumer<? super T, ? super U, ? super V>) - Method in interface org.apache.commons.io.function.IOTriConsumer
-
Creates a composed
IOTriConsumer
that performs, in sequence, this operation followed by the
after
operation.
- andThen(IOFunction<? super R, ? extends W>) - Method in interface org.apache.commons.io.function.IOTriFunction
-
Creates a composed function that first applies this function to its input, and then applies the after
function to the result.
- anyMatch(IOPredicate<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.anyMatch(java.util.function.Predicate)
but throws IOException
.
- append(List<?>, StringBuilder) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
- append(Object[], StringBuilder) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
- append(char) - Method in class org.apache.commons.io.output.AppendableWriter
-
Appends the specified character to the underlying appendable.
- append(CharSequence) - Method in class org.apache.commons.io.output.AppendableWriter
-
Appends the specified character sequence to the underlying appendable.
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.AppendableWriter
-
Appends a subsequence of the specified character sequence to the underlying appendable.
- append - Variable in class org.apache.commons.io.output.FileWriterWithEncoding.Builder
-
- append(char) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- append(CharSequence) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- append - Variable in class org.apache.commons.io.output.LockableFileWriter.Builder
-
- append(char) - Method in class org.apache.commons.io.output.NullAppendable
-
- append(CharSequence) - Method in class org.apache.commons.io.output.NullAppendable
-
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.NullAppendable
-
- append(char) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- append(CharSequence) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- append(char) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegates' append(char)
methods.
- append(CharSequence) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegates' append(CharSequence)
methods.
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegates' append(CharSequence, int, int)
methods.
- append(char) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's append(char)
method.
- append(CharSequence) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's append(CharSequence)
method.
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's append(CharSequence, int, int)
method.
- append(char) - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Appends a single character to this Writer.
- append(CharSequence) - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Appends a character sequence to this Writer.
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Appends a portion of a character sequence to the StringBuilder
.
- append(char) - Method in interface org.apache.commons.io.output.UncheckedAppendable
-
Appends per Appendable.append(char)
but rethrows IOException
as UncheckedIOException
.
- append(CharSequence) - Method in interface org.apache.commons.io.output.UncheckedAppendable
-
Appends per Appendable.append(CharSequence)
but rethrows IOException
as UncheckedIOException
.
- append(CharSequence, int, int) - Method in interface org.apache.commons.io.output.UncheckedAppendable
-
Appends per Appendable.append(CharSequence, int, int)
but rethrows IOException
as
UncheckedIOException
.
- append(char) - Method in class org.apache.commons.io.output.UncheckedAppendableImpl
-
- append(CharSequence) - Method in class org.apache.commons.io.output.UncheckedAppendableImpl
-
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.UncheckedAppendableImpl
-
- append(char) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- append(CharSequence) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- append(CharSequence, int, int) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- appendable - Variable in class org.apache.commons.io.output.AppendableOutputStream
-
- appendable - Variable in class org.apache.commons.io.output.AppendableWriter
-
- appendable - Variable in class org.apache.commons.io.output.UncheckedAppendableImpl
-
- AppendableOutputStream<T extends java.lang.Appendable> - Class in org.apache.commons.io.output
-
OutputStream implementation that writes the data to an Appendable
Object.
- AppendableOutputStream(T) - Constructor for class org.apache.commons.io.output.AppendableOutputStream
-
Constructs a new instance with the specified appendable.
- AppendableWriter<T extends java.lang.Appendable> - Class in org.apache.commons.io.output
-
Writer implementation that writes the data to an Appendable
Object.
- AppendableWriter(T) - Constructor for class org.apache.commons.io.output.AppendableWriter
-
Constructs a new instance with the specified appendable.
- apply(IOBiFunction<? super T, ? super U, ? extends R>, T, U) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOBiFunction
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- apply(IOFunction<? super T, ? extends R>, T) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOFunction
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- apply(T, U) - Method in interface org.apache.commons.io.function.IOBiFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface org.apache.commons.io.function.IOFunction
-
Applies this function to the given argument.
- apply(T, U, V, W) - Method in interface org.apache.commons.io.function.IOQuadFunction
-
Applies this function to the given arguments.
- apply(T, U, V) - Method in interface org.apache.commons.io.function.IOTriFunction
-
Applies this function to the given arguments.
- apply(IOBiFunction<T, U, R>, T, U) - Static method in class org.apache.commons.io.function.Uncheck
-
Applies an IO function with the given arguments.
- apply(IOFunction<T, R>, T) - Static method in class org.apache.commons.io.function.Uncheck
-
Applies an IO function with the given arguments.
- apply(IOQuadFunction<T, U, V, W, R>, T, U, V, W) - Static method in class org.apache.commons.io.function.Uncheck
-
Applies an IO quad-function with the given arguments.
- apply(IOTriFunction<T, U, V, R>, T, U, V) - Static method in class org.apache.commons.io.function.Uncheck
-
Applies an IO tri-function with the given arguments.
- asBaseStream() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Constructs a BaseStream
for this instance that throws UncheckedIOException
instead of
IOException
.
- asBiConsumer() - Method in interface org.apache.commons.io.function.IOBiConsumer
-
Creates a BiConsumer
for this instance that throws UncheckedIOException
instead of
IOException
.
- asBiFunction() - Method in interface org.apache.commons.io.function.IOBiFunction
-
Creates a BiFunction
for this instance that throws UncheckedIOException
instead of
IOException
.
- asBinaryOperator() - Method in interface org.apache.commons.io.function.IOBinaryOperator
-
Creates a BinaryOperator
for this instance that throws UncheckedIOException
instead of
IOException
.
- asComparator() - Method in interface org.apache.commons.io.function.IOComparator
-
Creates a Comparator
for this instance that throws UncheckedIOException
instead of
IOException
.
- asConsumer() - Method in interface org.apache.commons.io.function.IOConsumer
-
Creates a Consumer
for this instance that throws UncheckedIOException
instead of IOException
.
- asFileFilter(FileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- asFileFilter(FilenameFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns an
IOFileFilter
that wraps the
FilenameFilter
instance.
- asFunction() - Method in interface org.apache.commons.io.function.IOFunction
-
Creates a Function
for this instance that throws UncheckedIOException
instead of IOException
.
- asIntSupplier() - Method in interface org.apache.commons.io.function.IOIntSupplier
-
Creates a Supplier
for this instance that throws UncheckedIOException
instead of IOException
.
- asIterator() - Method in interface org.apache.commons.io.function.IOIterator
-
Creates an Iterator
for this instance that throws UncheckedIOException
instead of
IOException
.
- asPredicate() - Method in interface org.apache.commons.io.function.IOPredicate
-
Creates a Predicate
for this instance that throws UncheckedIOException
instead of
IOException
.
- asRunnable() - Method in interface org.apache.commons.io.function.IORunnable
-
Creates a Runnable
for this instance that throws UncheckedIOException
instead of IOException
.
- asSpliterator() - Method in interface org.apache.commons.io.function.IOSpliterator
-
Constructs a Spliterator
for this instance that throws UncheckedIOException
instead of
IOException
.
- asSupplier() - Method in interface org.apache.commons.io.function.IOLongSupplier
-
Creates a Supplier
for this instance that throws UncheckedIOException
instead of IOException
.
- asSupplier() - Method in interface org.apache.commons.io.function.IOSupplier
-
Creates a Supplier
for this instance that throws UncheckedIOException
instead of IOException
.
- asThis() - Method in class org.apache.commons.io.build.AbstractSupplier
-
Returns this instance typed as the proper subclass type.
- asUnaryOperator() - Method in interface org.apache.commons.io.function.IOUnaryOperator
-
Creates a UnaryOperator
for this instance that throws UncheckedIOException
instead of
IOException
.
- asyncReadComplete - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- atEos - Variable in class org.apache.commons.io.input.UnixLineEndingInputStream
-
- atEos - Variable in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
- atSlashCr - Variable in class org.apache.commons.io.input.UnixLineEndingInputStream
-
- atSlashCr - Variable in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
- atSlashLf - Variable in class org.apache.commons.io.input.UnixLineEndingInputStream
-
- atSlashLf - Variable in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
- AutoCloseInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.AutoCloseInputStream
-
- AutoCloseInputStream.Builder - Class in org.apache.commons.io.input
-
- available() - Method in class org.apache.commons.io.input.BoundedInputStream
- available() - Method in class org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- available() - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- available() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
Return an estimate of the number of bytes remaining in the byte stream.
- available() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- available() - Method in class org.apache.commons.io.input.NullInputStream
-
Returns the number of bytes that can be read.
- available() - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's available()
method.
- available() - Method in class 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() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- available() - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- available() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Returns the number of bytes that are available before this stream will block.
- available() - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- available() - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Returns the number of bytes that are available before this stream will block.
- availableLong() - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
Returns the number of bytes that can be read (or skipped over) from this input stream.
- avoidNewlineSplitBufferSize - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- BASE_16 - Static variable in class org.apache.commons.io.FilenameUtils
-
- bBuf - Variable in class org.apache.commons.io.input.CharSequenceInputStream
-
- bBufMark - Variable in class org.apache.commons.io.input.CharSequenceInputStream
-
- beforeRead(int) - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invoked by the read methods before the call is proxied.
- beforeRead(int) - Method in class org.apache.commons.io.input.ProxyReader
-
Invoked by the read methods before the call is proxied.
- beforeWrite(int) - Method in class org.apache.commons.io.output.CountingOutputStream
-
Updates the count with the number of bytes that are being written.
- beforeWrite(int) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invoked by the write methods before the call is proxied.
- beforeWrite(int) - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invoked by the write methods before the call is proxied.
- beforeWrite(int) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invoked by the write methods before the call is proxied.
- bigIntegerCounter() - Static method in class org.apache.commons.io.file.Counters
-
Returns a new BigInteger Counter.
- BigIntegerCounter() - Constructor for class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- bigIntegerPathCounters() - Static method in class org.apache.commons.io.file.Counters
-
Returns a new BigInteger PathCounters.
- BigIntegerPathCounters() - Constructor for class org.apache.commons.io.file.Counters.BigIntegerPathCounters
-
Constructs a new initialized instance.
- bindStream(InputStream) - Method in class org.apache.commons.io.input.DemuxInputStream
-
Binds the specified stream to the current thread.
- bindStream(OutputStream) - Method in class org.apache.commons.io.output.DemuxOutputStream
-
Binds the specified stream to the current thread.
- blockingQueue - Variable in class org.apache.commons.io.input.QueueInputStream
-
- blockingQueue - Variable in class org.apache.commons.io.input.QueueInputStream.Builder
-
- blockingQueue - Variable in class org.apache.commons.io.output.QueueOutputStream
-
- blockSize - Variable in enum org.apache.commons.io.FileSystem
-
- blockSize - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- bomEncoding - Variable in exception org.apache.commons.io.input.XmlStreamReaderException
-
- BOMInputStream - Class in org.apache.commons.io.input
-
This class is used to wrap a stream that includes an encoded
ByteOrderMark
as its first bytes.
- BOMInputStream(InputStream) - Constructor for class org.apache.commons.io.input.BOMInputStream
-
- BOMInputStream(InputStream, boolean) - Constructor for class org.apache.commons.io.input.BOMInputStream
-
- BOMInputStream(InputStream, boolean, ByteOrderMark...) - Constructor for class org.apache.commons.io.input.BOMInputStream
-
- BOMInputStream(InputStream, ByteOrderMark...) - Constructor for class org.apache.commons.io.input.BOMInputStream
-
- BOMInputStream.Builder - Class in org.apache.commons.io.input
-
- boms - Variable in class org.apache.commons.io.input.BOMInputStream
-
BOMs are sorted from longest to shortest.
- BOMS - Static variable in class org.apache.commons.io.input.XmlStreamReader
-
- BoundedInputStream - Class in org.apache.commons.io.input
-
Reads bytes up to a maximum length, if its count goes above that, it stops.
- BoundedInputStream(InputStream) - Constructor for class org.apache.commons.io.input.BoundedInputStream
-
- BoundedInputStream(InputStream, long) - Constructor for class org.apache.commons.io.input.BoundedInputStream
-
Constructs a new
BoundedInputStream
that wraps the given input
stream and limits it to a certain size.
- BoundedReader - Class in 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) - Constructor for class org.apache.commons.io.input.BoundedReader
-
Constructs a bounded reader
- branch - Variable in class org.apache.commons.io.input.TeeInputStream
-
The output stream that will receive a copy of all bytes read from the
proxied input stream.
- branch - Variable in class org.apache.commons.io.input.TeeReader
-
The writer that will receive a copy of all characters read from the proxied reader.
- branch - Variable in class org.apache.commons.io.output.TeeOutputStream
-
The second OutputStream to write to.
- BrokenInputStream - Class in org.apache.commons.io.input
-
Always throws an IOException
from all the InputStream
methods where the exception is declared.
- BrokenInputStream() - Constructor for class org.apache.commons.io.input.BrokenInputStream
-
Constructs a new stream that always throws an IOException
.
- BrokenInputStream(IOException) - Constructor for class org.apache.commons.io.input.BrokenInputStream
-
Constructs a new stream that always throws the given exception.
- BrokenInputStream(Supplier<IOException>) - Constructor for class org.apache.commons.io.input.BrokenInputStream
-
Constructs a new stream that always throws an IOException
.
- BrokenOutputStream - Class in org.apache.commons.io.output
-
Broken output stream.
- BrokenOutputStream() - Constructor for class org.apache.commons.io.output.BrokenOutputStream
-
Constructs a new stream that always throws an IOException
.
- BrokenOutputStream(IOException) - Constructor for class org.apache.commons.io.output.BrokenOutputStream
-
Constructs a new stream that always throws the given exception.
- BrokenOutputStream(Supplier<IOException>) - Constructor for class org.apache.commons.io.output.BrokenOutputStream
-
Constructs a new stream that always throws an IOException
.
- BrokenReader - Class in org.apache.commons.io.input
-
Always throws an IOException
from all the Reader
methods where the exception is declared.
- BrokenReader() - Constructor for class org.apache.commons.io.input.BrokenReader
-
Constructs a new reader that always throws an IOException
.
- BrokenReader(IOException) - Constructor for class org.apache.commons.io.input.BrokenReader
-
Constructs a new reader that always throws the given exception.
- BrokenReader(Supplier<IOException>) - Constructor for class org.apache.commons.io.input.BrokenReader
-
Constructs a new reader that always throws an IOException
- BrokenWriter - Class in org.apache.commons.io.output
-
Always throws an IOException
from all Writer
methods.
- BrokenWriter() - Constructor for class org.apache.commons.io.output.BrokenWriter
-
Constructs a new writer that always throws an IOException
.
- BrokenWriter(IOException) - Constructor for class org.apache.commons.io.output.BrokenWriter
-
Constructs a new writer that always throws the given exception.
- BrokenWriter(Supplier<IOException>) - Constructor for class org.apache.commons.io.output.BrokenWriter
-
Constructs a new writer that always throws an IOException
.
- buffer - Variable in class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
Internal buffer.
- buffer - Variable in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
- buffer - Variable in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- buffer - Variable in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
The buffer containing the current bytes read from the target InputStream.
- buffer(InputStream) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
Returns the given Writer if it is already a BufferedWriter
, otherwise creates a BufferedWriter from the
given Writer.
- BUFFER_SIZE - Static variable in class org.apache.commons.io.output.WriterOutputStream
-
- BUFFER_SIZE - Static variable in class org.apache.commons.io.output.XmlStreamWriter
-
- BufferedFileChannelInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- BufferedFileChannelInputStream(File, int) - Constructor for class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- BufferedFileChannelInputStream(Path) - Constructor for class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- BufferedFileChannelInputStream(Path, int) - Constructor for class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- BufferedFileChannelInputStream.Builder - Class in org.apache.commons.io.input
-
- bufferedReader - Variable in class org.apache.commons.io.LineIterator
-
The reader that is being read.
- buffers - Variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
The list of buffers, which grows and never reduces.
- bufferSize - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
- bufferSize - Variable in class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
Internal buffer size.
- bufferSize - Variable in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- bufferSizeChecker - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
The checking behavior for a buffer size request.
- bufferSizeDefault - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
- bufferSizeMax - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
The maximum buffer size.
- builder() - Static method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
- Builder() - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
- builder() - Static method in class org.apache.commons.io.input.AutoCloseInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.AutoCloseInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.BOMInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.BOMInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.BufferedFileChannelInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.CharSequenceInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.CharSequenceInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.MemoryMappedFileInputStream.Builder
-
Constructs a new Builder.
- builder() - Static method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
Deprecated.
- Builder() - Constructor for class org.apache.commons.io.input.MessageDigestCalculatingInputStream.Builder
-
Deprecated.
Constructs a new Builder.
- builder() - Static method in class org.apache.commons.io.input.MessageDigestInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.MessageDigestInputStream.Builder
-
Constructs a new Builder.
- builder() - Static method in class org.apache.commons.io.input.QueueInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.QueueInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.ReadAheadInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.ReadAheadInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.ReaderInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.ReaderInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.ReversedLinesFileReader
-
- Builder() - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader.Builder
-
Constructs a new Builder.
- builder() - Static method in class org.apache.commons.io.input.Tailer
-
- Builder() - Constructor for class org.apache.commons.io.input.Tailer.Builder
-
- builder() - Static method in class org.apache.commons.io.input.UncheckedBufferedReader
-
- Builder() - Constructor for class org.apache.commons.io.input.UncheckedBufferedReader.Builder
-
- builder() - Static method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.UncheckedFilterInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.UncheckedFilterReader
-
- Builder() - Constructor for class org.apache.commons.io.input.UncheckedFilterReader.Builder
-
- Builder() - Constructor for class org.apache.commons.io.input.UnsynchronizedBufferedInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
- Builder() - Constructor for class org.apache.commons.io.input.UnsynchronizedFilterInputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.input.XmlStreamReader
-
- Builder() - Constructor for class org.apache.commons.io.input.XmlStreamReader.Builder
-
- builder() - Static method in class org.apache.commons.io.output.ChunkedOutputStream
-
- Builder() - Constructor for class org.apache.commons.io.output.ChunkedOutputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.output.DeferredFileOutputStream
-
- Builder() - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Constructs a new builder.
- builder() - Static method in class org.apache.commons.io.output.FileWriterWithEncoding
-
- Builder() - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding.Builder
-
- builder() - Static method in class org.apache.commons.io.output.LockableFileWriter
-
- Builder() - Constructor for class org.apache.commons.io.output.LockableFileWriter.Builder
-
Constructs a new Builder.
- builder - Variable in class org.apache.commons.io.output.StringBuilderWriter
-
- builder() - Static method in class org.apache.commons.io.output.UncheckedFilterOutputStream
-
- Builder() - Constructor for class org.apache.commons.io.output.UncheckedFilterOutputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.output.UncheckedFilterWriter
-
- Builder() - Constructor for class org.apache.commons.io.output.UncheckedFilterWriter.Builder
-
- builder() - Static method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- Builder() - Constructor for class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream.Builder
-
- builder() - Static method in class org.apache.commons.io.output.WriterOutputStream
-
- Builder() - Constructor for class org.apache.commons.io.output.WriterOutputStream.Builder
-
Constructs a new Builder.
- builder() - Static method in class org.apache.commons.io.output.XmlStreamWriter
-
- Builder() - Constructor for class org.apache.commons.io.output.XmlStreamWriter.Builder
-
Constructs a new Builder.
- BYTE_ARRAY_1 - Static variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- byteArray() - Static method in class org.apache.commons.io.IOUtils
-
- byteArray(int) - Static method in class org.apache.commons.io.IOUtils
-
Returns a new byte array of the given size.
- ByteArrayOrigin(byte[]) - Constructor for class org.apache.commons.io.build.AbstractOrigin.ByteArrayOrigin
-
Constructs a new instance for the given origin.
- ByteArrayOutputStream - Class in org.apache.commons.io.output
-
- ByteArrayOutputStream() - Constructor for class org.apache.commons.io.output.ByteArrayOutputStream
-
Constructs a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class org.apache.commons.io.output.ByteArrayOutputStream
-
Constructs a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
- byteBuffer - Variable in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- ByteBufferCleaner - Class in org.apache.commons.io.input
-
Cleans a direct ByteBuffer
.
- ByteBufferCleaner() - Constructor for class org.apache.commons.io.input.ByteBufferCleaner
-
- ByteBufferCleaner.Cleaner - Interface in org.apache.commons.io.input
-
- ByteBufferCleaner.Java8Cleaner - Class in org.apache.commons.io.input
-
- ByteBufferCleaner.Java9Cleaner - Class in org.apache.commons.io.input
-
- byteCount - Variable in class org.apache.commons.io.input.CircularInputStream
-
- byteCounter - Variable in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- byteCountToDisplaySize(BigInteger) - Static method in class org.apache.commons.io.FileUtils
-
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
- byteCountToDisplaySize(long) - Static method in class org.apache.commons.io.FileUtils
-
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
- byteCountToDisplaySize(Number) - Static method in class org.apache.commons.io.FileUtils
-
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
- byteDecrement - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- byteOffset - Variable in class org.apache.commons.io.filefilter.MagicNumberFileFilter
-
The offset (in bytes) within the files that the magic number's bytes
should appear.
- ByteOrderMark - Class in org.apache.commons.io
-
Byte Order Mark (BOM) representation.
- ByteOrderMark(String, int...) - Constructor for class org.apache.commons.io.ByteOrderMark
-
Constructs a new instance.
- byteOrderMark - Variable in class org.apache.commons.io.input.BOMInputStream
-
- ByteOrderMarkLengthComparator - Static variable in class org.apache.commons.io.input.BOMInputStream
-
Compares ByteOrderMark objects in descending length order.
- byteOrderMarks - Variable in class org.apache.commons.io.input.BOMInputStream.Builder
-
- ByteOrderParser - Class in org.apache.commons.io
-
Converts Strings to ByteOrder
instances.
- ByteOrderParser() - Constructor for class org.apache.commons.io.ByteOrderParser
-
ByteOrderUtils is a static utility class, so prevent construction with a private constructor.
- bytes - Variable in class org.apache.commons.io.ByteOrderMark
-
Bytes.
- cachedLine - Variable in class org.apache.commons.io.LineIterator
-
The current line.
- calculateHttpEncoding(String, String, String, boolean, String) - Method in class org.apache.commons.io.input.XmlStreamReader
-
Calculates the HTTP encoding.
- calculateRawEncoding(String, String, String) - Method in class org.apache.commons.io.input.XmlStreamReader
-
Calculate the raw encoding.
- CAN_EXECUTE - Static variable in class org.apache.commons.io.filefilter.CanExecuteFileFilter
-
Singleton instance of executable filter
- CAN_READ - Static variable in class org.apache.commons.io.filefilter.CanReadFileFilter
-
Singleton instance of readable filter
- CAN_WRITE - Static variable in class org.apache.commons.io.filefilter.CanWriteFileFilter
-
Singleton instance of writable filter
- CancelException(File, int) - Constructor for exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
- CancelException(String, File, int) - Constructor for exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
- CanExecuteFileFilter - Class in org.apache.commons.io.filefilter
-
This filter accepts File
s that can be executed.
- CanExecuteFileFilter() - Constructor for class org.apache.commons.io.filefilter.CanExecuteFileFilter
-
Restrictive constructor.
- CANNOT_EXECUTE - Static variable in class org.apache.commons.io.filefilter.CanExecuteFileFilter
-
Singleton instance of not executable filter
- CANNOT_READ - Static variable in class org.apache.commons.io.filefilter.CanReadFileFilter
-
Singleton instance of not readable filter
- CANNOT_WRITE - Static variable in class org.apache.commons.io.filefilter.CanWriteFileFilter
-
Singleton instance of not writable filter
- CanReadFileFilter - Class in org.apache.commons.io.filefilter
-
This filter accepts File
s that can be read.
- CanReadFileFilter() - Constructor for class org.apache.commons.io.filefilter.CanReadFileFilter
-
Restrictive constructor.
- CanWriteFileFilter - Class in org.apache.commons.io.filefilter
-
This filter accepts File
s that can be written to.
- CanWriteFileFilter() - Constructor for class org.apache.commons.io.filefilter.CanWriteFileFilter
-
Restrictive constructor.
- casePreserving - Variable in enum org.apache.commons.io.FileSystem
-
- caseSensitive - Variable in enum org.apache.commons.io.FileSystem
-
- causeList - Variable in exception org.apache.commons.io.IOExceptionList
-
- cBuf - Variable in class org.apache.commons.io.input.CharSequenceInputStream
-
- cBufMark - Variable in class org.apache.commons.io.input.CharSequenceInputStream
-
- channel - Variable in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- channel - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- CharacterFilterReader - Class in 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) - Constructor for class org.apache.commons.io.input.CharacterFilterReader
-
Constructs a new reader.
- CharacterFilterReader(Reader, IntPredicate) - Constructor for class org.apache.commons.io.input.CharacterFilterReader
-
Constructs a new reader.
- characteristics() - Method in interface org.apache.commons.io.function.IOSpliterator
-
Like Spliterator.characteristics()
.
- characteristics() - Method in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- CharacterSetFilterReader - Class in 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...) - Constructor for class org.apache.commons.io.input.CharacterSetFilterReader
-
Constructs a new reader.
- CharacterSetFilterReader(Reader, Set<Integer>) - Constructor for class org.apache.commons.io.input.CharacterSetFilterReader
-
Constructs a new reader.
- charArray() - Static method in class org.apache.commons.io.IOUtils
-
- charArray(int) - Static method in class org.apache.commons.io.IOUtils
-
Returns a new char array of the given size.
- charSequence - Variable in class org.apache.commons.io.input.CharSequenceReader
-
- CharSequenceInputStream - Class in org.apache.commons.io.input
-
Implements an InputStream
to read from String, StringBuffer, StringBuilder or CharBuffer.
- CharSequenceInputStream(CharSequence, Charset) - Constructor for class org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream(CharSequence, Charset, int) - Constructor for class org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream(CharSequence, int, CharsetEncoder) - Constructor for class org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream(CharSequence, String) - Constructor for class org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream(CharSequence, String, int) - Constructor for class org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream.Builder - Class in org.apache.commons.io.input
-
- CharSequenceOrigin(CharSequence) - Constructor for class org.apache.commons.io.build.AbstractOrigin.CharSequenceOrigin
-
Constructs a new instance for the given origin.
- CharSequenceReader - Class in org.apache.commons.io.input
-
Reader
implementation that can read from String, StringBuffer,
StringBuilder or CharBuffer.
- CharSequenceReader(CharSequence) - Constructor for class org.apache.commons.io.input.CharSequenceReader
-
Constructs a new instance with the specified character sequence.
- CharSequenceReader(CharSequence, int) - Constructor for class org.apache.commons.io.input.CharSequenceReader
-
Constructs a new instance with a portion of the specified character sequence.
- CharSequenceReader(CharSequence, int, int) - Constructor for class org.apache.commons.io.input.CharSequenceReader
-
Constructs a new instance with a portion of the specified character sequence.
- charset - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
The Charset, defaults to Charset.defaultCharset()
.
- charset - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- charset - Variable in class org.apache.commons.io.input.Tailer
-
The character set that will be used to read the file.
- charset - Variable in class org.apache.commons.io.output.XmlStreamWriter
-
- CHARSET_PATTERN - Static variable in class org.apache.commons.io.input.XmlStreamReader
-
- charsetDecoder - Variable in class org.apache.commons.io.output.WriterOutputStream.Builder
-
- CharsetDecoders - Class in org.apache.commons.io.charset
-
Works with CharsetDecoder
.
- CharsetDecoders() - Constructor for class org.apache.commons.io.charset.CharsetDecoders
-
No instances.
- charsetDefault - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
The Charset, defaults to Charset.defaultCharset()
.
- charsetEncoder - Variable in class org.apache.commons.io.input.CharSequenceInputStream.Builder
-
- charsetEncoder - Variable in class org.apache.commons.io.input.CharSequenceInputStream
-
- charsetEncoder - Variable in class org.apache.commons.io.input.ReaderInputStream.Builder
-
- charsetEncoder - Variable in class org.apache.commons.io.input.ReaderInputStream
-
- charsetEncoder - Variable in class org.apache.commons.io.output.FileWriterWithEncoding.Builder
-
- CharsetEncoders - Class in org.apache.commons.io.charset
-
Works with CharsetEncoder
.
- CharsetEncoders() - Constructor for class org.apache.commons.io.charset.CharsetEncoders
-
No instances.
- charsetName - Variable in class org.apache.commons.io.ByteOrderMark
-
Charset name.
- Charsets - Class in org.apache.commons.io
-
Charsets required of every implementation of the Java platform.
- Charsets() - Constructor for class org.apache.commons.io.Charsets
-
- charsRead - Variable in class org.apache.commons.io.input.BoundedReader
-
- checkAndNotify() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Checks whether the file and its children have been created, modified or deleted.
- checkAndNotify(FileEntry, FileEntry[], File[]) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Compares two file lists for files which have been created, modified or deleted.
- checkBufferSize(int) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Applies the buffer size request.
- checkBufferSize(int) - Static method in class org.apache.commons.io.output.DeferredFileOutputStream
-
- checkClassName(String) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Checks that the class name conforms to requirements.
- checkCompareTo(String, String) - Method in enum org.apache.commons.io.IOCase
-
Compares two strings using the case-sensitivity rule.
- checkEmpty(List<? extends Throwable>, Object) - Static method in exception org.apache.commons.io.IOExceptionList
-
Throws this exception if the list is not null or empty.
- checkEndsWith(String, String) - Method in enum org.apache.commons.io.IOCase
-
Checks if one string ends with another using the case-sensitivity rule.
- checkEquals(String, String) - Method in enum org.apache.commons.io.IOCase
-
Compares two strings using the case-sensitivity rule.
- checkIbmJdkWithBrokenUTF16(Charset) - Static method in class org.apache.commons.io.output.WriterOutputStream
-
Checks if the JDK in use properly supports the given charset.
- checkIfCancelled(File, int, Collection<T>) - Method in class org.apache.commons.io.DirectoryWalker
-
Deprecated.
- checkIndexOf(String, int, String) - Method in enum org.apache.commons.io.IOCase
-
Checks if one string contains another starting at a specific index using the
case-sensitivity rule.
- checkMinBufferSize(CharsetEncoder, int) - Static method in class org.apache.commons.io.input.ReaderInputStream
-
- checkOrigin() - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Checks whether the origin is null.
- checkReadException() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- checkRegionMatches(String, int, String) - Method in enum org.apache.commons.io.IOCase
-
Checks if one string contains another at a specific index using the case-sensitivity rule.
- checkStartsWith(String, String) - Method in enum org.apache.commons.io.IOCase
-
Checks if one string starts with another using the case-sensitivity rule.
- checksum(File, Checksum) - Static method in class org.apache.commons.io.FileUtils
-
Computes the checksum of a file using the specified checksum object.
- checksumCRC32(File) - Static method in class org.apache.commons.io.FileUtils
-
Computes the checksum of a file using the CRC32 checksum routine.
- checkThreshold(int) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
- children - Variable in class org.apache.commons.io.monitor.FileEntry
-
- ChunkedOutputStream - Class in org.apache.commons.io.output
-
OutputStream which breaks larger output blocks into chunks.
- ChunkedOutputStream(OutputStream) - Constructor for class org.apache.commons.io.output.ChunkedOutputStream
-
- ChunkedOutputStream(OutputStream, int) - Constructor for class org.apache.commons.io.output.ChunkedOutputStream
-
- ChunkedOutputStream.Builder - Class in org.apache.commons.io.output
-
- ChunkedWriter - Class in org.apache.commons.io.output
-
Writer which breaks larger output blocks into chunks.
- ChunkedWriter(Writer) - Constructor for class org.apache.commons.io.output.ChunkedWriter
-
- ChunkedWriter(Writer, int) - Constructor for class org.apache.commons.io.output.ChunkedWriter
-
Constructs a new writer that uses the specified chunk size.
- chunkSize - Variable in class org.apache.commons.io.output.ChunkedOutputStream
-
The maximum chunk size to us when writing data arrays
- chunkSize - Variable in class org.apache.commons.io.output.ChunkedWriter
-
The maximum chunk size to us when writing data arrays
- CircularBufferInputStream - Class in org.apache.commons.io.input.buffer
-
- CircularBufferInputStream(InputStream) - Constructor for class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
Constructs a new instance, which filters the given input stream, and uses a reasonable default buffer size
(
IOUtils.DEFAULT_BUFFER_SIZE
).
- CircularBufferInputStream(InputStream, int) - Constructor for class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
Constructs a new instance, which filters the given input stream, and uses the given buffer size.
- CircularByteBuffer - Class in org.apache.commons.io.input.buffer
-
A buffer, which doesn't need reallocation of byte arrays, because it
reuses a single byte array.
- CircularByteBuffer() - Constructor for class org.apache.commons.io.input.buffer.CircularByteBuffer
-
- CircularByteBuffer(int) - Constructor for class org.apache.commons.io.input.buffer.CircularByteBuffer
-
Constructs a new instance with the given buffer size.
- CircularInputStream - Class in org.apache.commons.io.input
-
An InputStream
that repeats provided bytes for given target byte count.
- CircularInputStream(byte[], long) - Constructor for class org.apache.commons.io.input.CircularInputStream
-
Constructs an instance from the specified array of bytes.
- classesSet - Variable in class org.apache.commons.io.serialization.FullClassNameMatcher
-
- classLoader - Variable in class org.apache.commons.io.input.ClassLoaderObjectInputStream
-
The class loader to use.
- ClassLoaderObjectInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.ClassLoaderObjectInputStream
-
Constructs a new ClassLoaderObjectInputStream.
- ClassNameMatcher - Interface in org.apache.commons.io.serialization
-
An object that matches a Class name to a condition.
- clean(ByteBuffer) - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
Attempts to clean up a ByteBuffer if it is direct or memory-mapped.
- clean(ByteBuffer) - Static method in class org.apache.commons.io.input.ByteBufferCleaner
-
Releases memory held by the given ByteBuffer
.
- clean(ByteBuffer) - Method in interface org.apache.commons.io.input.ByteBufferCleaner.Cleaner
-
- clean(ByteBuffer) - Method in class org.apache.commons.io.input.ByteBufferCleaner.Java8Cleaner
-
- clean(ByteBuffer) - Method in class org.apache.commons.io.input.ByteBufferCleaner.Java9Cleaner
-
- cleanBuffer() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- cleanDirectBuffer(ByteBuffer) - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
In Java 8, the type of sun.nio.ch.DirectBuffer.cleaner()
was sun.misc.Cleaner
, and it was possible to access the method
sun.misc.Cleaner.clean()
to invoke it.
- cleanDirectory(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Cleans a directory including subdirectories without deleting directories.
- cleanDirectory(Path, DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Cleans a directory including subdirectories without deleting directories.
- cleanDirectory(File) - Static method in class org.apache.commons.io.FileUtils
-
Cleans a directory without deleting it.
- cleanDirectoryOnExit(File) - Static method in class org.apache.commons.io.FileUtils
-
Cleans a directory without deleting it.
- cleanerMethod - Variable in class org.apache.commons.io.input.ByteBufferCleaner.Java8Cleaner
-
- CleaningPathVisitor - Class in org.apache.commons.io.file
-
Deletes files but not directories as a visit proceeds.
- CleaningPathVisitor(Counters.PathCounters, DeleteOption[], String...) - Constructor for class org.apache.commons.io.file.CleaningPathVisitor
-
Constructs a new visitor that deletes files except for the files and directories explicitly given.
- CleaningPathVisitor(Counters.PathCounters, String...) - Constructor for class org.apache.commons.io.file.CleaningPathVisitor
-
Constructs a new visitor that deletes files except for the files and directories explicitly given.
- cleanMethod - Variable in class org.apache.commons.io.input.ByteBufferCleaner.Java8Cleaner
-
- clear() - Method in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
Removes all bytes from the buffer.
- clear() - Static method in class org.apache.commons.io.IO
-
Clears any state, throughout Apache Commons IO.
- clear() - Static method in class org.apache.commons.io.IOUtils
-
Clears any state.
- close() - Method in class org.apache.commons.io.CloseableURLConnection
-
- close() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.close()
.
- close() - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- close() - Method in class org.apache.commons.io.input.AutoCloseInputStream
-
Closes the underlying input stream and replaces the reference to it
with a
ClosedInputStream
instance.
- close() - Method in class org.apache.commons.io.input.BoundedInputStream
-
- close() - Method in class org.apache.commons.io.input.BoundedReader
-
Closes the target
- close() - Method in class org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- close() - Method in class org.apache.commons.io.input.BrokenReader
-
Throws the configured exception.
- close() - Method in class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
- close() - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- close() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- close() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Close resets the file back to the start and removes any marked position.
- close() - Method in class org.apache.commons.io.input.ClosedReader
-
- close() - Method in class org.apache.commons.io.input.CloseShieldInputStream
-
- close() - Method in class org.apache.commons.io.input.CloseShieldReader
-
Replaces the underlying reader with a
ClosedReader
sentinel.
- close() - Method in class org.apache.commons.io.input.DemuxInputStream
-
Closes stream associated with current thread.
- close() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- close() - Method in class org.apache.commons.io.input.NullInputStream
-
Closes this input stream - resets the internal state to
the initial values.
- close() - Method in class org.apache.commons.io.input.NullReader
-
Closes this Reader - resets the internal state to
the initial values.
- close() - Method in class org.apache.commons.io.input.ObservableInputStream
-
- close() - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's close()
method.
- close() - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's close()
method.
- close() - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- close() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- close() - Method in class org.apache.commons.io.input.ReaderInputStream
-
Closes the stream.
- close() - Method in class org.apache.commons.io.input.ReversedLinesFileReader
-
Closes underlying resources.
- close() - Method in class org.apache.commons.io.input.SequenceReader
-
- close() - Method in class org.apache.commons.io.input.Tailer
-
Requests the tailer to complete its current loop and return.
- close() - Method in class org.apache.commons.io.input.Tailer.RandomAccessFileBridge
-
- close() - Method in class org.apache.commons.io.input.TeeInputStream
-
Closes the proxied input stream and, if so configured, the associated
output stream.
- close() - Method in class org.apache.commons.io.input.TeeReader
-
Closes the proxied reader and, if so configured, the associated writer.
- close() - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- close() - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- close() - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- close() - Method in class org.apache.commons.io.input.UnixLineEndingInputStream
-
Closes the stream.
- close() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Closes this stream.
- close() - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Closes this stream.
- close() - Method in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
Closes the stream.
- close() - Method in class org.apache.commons.io.input.XmlStreamReader
-
Closes the XmlStreamReader stream.
- close(Closeable) - Static method in class org.apache.commons.io.IOUtils
-
Closes the given Closeable
as a null-safe operation.
- close(Closeable...) - Static method in class org.apache.commons.io.IOUtils
-
Closes the given Closeable
s as null-safe operations.
- close(Closeable, IOConsumer<IOException>) - Static method in class org.apache.commons.io.IOUtils
-
Closes the given Closeable
as a null-safe operation.
- close(URLConnection) - Static method in class org.apache.commons.io.IOUtils
-
Closes a URLConnection.
- close() - Method in class org.apache.commons.io.LineIterator
-
Closes the underlying Reader
.
- close() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Does nothing.
- close() - Method in class org.apache.commons.io.output.AppendableWriter
-
Closes the stream.
- close() - Method in class org.apache.commons.io.output.BrokenOutputStream
-
Throws the configured exception.
- close() - Method in class org.apache.commons.io.output.BrokenWriter
-
Throws the configured exception.
- close() - Method in class org.apache.commons.io.output.ClosedWriter
-
- close() - Method in class org.apache.commons.io.output.CloseShieldOutputStream
-
- close() - Method in class org.apache.commons.io.output.CloseShieldWriter
-
Replaces the underlying writer with a
ClosedWriter
sentinel.
- close() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Closes underlying output stream, and mark this as closed
- close() - Method in class org.apache.commons.io.output.DemuxOutputStream
-
Closes stream associated with current thread.
- close() - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- close() - Method in class org.apache.commons.io.output.LockableFileWriter
-
Closes the file writer and deletes the lock file.
- close() - Method in class org.apache.commons.io.output.NullWriter
-
- close() - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's close()
method.
- close() - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's close()
method.
- close() - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's close()
method.
- close() - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Closing this writer has no effect.
- close() - Method in class org.apache.commons.io.output.TeeOutputStream
-
Closes both output streams.
- close() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class org.apache.commons.io.output.UncheckedFilterOutputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- close() - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- close() - Method in class org.apache.commons.io.output.WriterOutputStream
-
Close the stream.
- close() - Method in class org.apache.commons.io.output.XmlStreamWriter
-
Closes the underlying writer.
- close() - Method in class org.apache.commons.io.StreamIterator
-
Closes the underlying stream.
- CloseableURLConnection - Class in org.apache.commons.io
-
Delegates to a URLConnection while implementing AutoCloseable.
- CloseableURLConnection(URLConnection) - Constructor for class org.apache.commons.io.CloseableURLConnection
-
- closeBranch - Variable in class org.apache.commons.io.input.TeeInputStream
-
Flag for closing the associated output stream when this stream is closed.
- closeBranch - Variable in class org.apache.commons.io.input.TeeReader
-
Flag for closing the associated writer when this reader is closed.
- closed - Variable in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- closed() - Method in class org.apache.commons.io.input.ObservableInputStream.Observer
-
- closed() - Method in class org.apache.commons.io.input.TimestampedObserver
-
- closed - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
True when close() has been called successfully.
- closed - Variable in class org.apache.commons.io.StreamIterator
-
- CLOSED_INPUT_STREAM - Static variable in class org.apache.commons.io.input.ClosedInputStream
-
- CLOSED_OUTPUT_STREAM - Static variable in class org.apache.commons.io.output.ClosedOutputStream
-
- CLOSED_READER - Static variable in class org.apache.commons.io.input.ClosedReader
-
- CLOSED_WRITER - Static variable in class org.apache.commons.io.output.ClosedWriter
-
- ClosedInputStream - Class in org.apache.commons.io.input
-
Always returns
IOUtils.EOF
to all attempts to read something from the stream.
- ClosedInputStream() - Constructor for class org.apache.commons.io.input.ClosedInputStream
-
- ClosedOutputStream - Class in org.apache.commons.io.output
-
Throws an IOException on all attempts to write to the stream.
- ClosedOutputStream() - Constructor for class org.apache.commons.io.output.ClosedOutputStream
-
- ClosedReader - Class in org.apache.commons.io.input
-
Always returns
IOUtils.EOF
to all attempts to read something from it.
- ClosedReader() - Constructor for class org.apache.commons.io.input.ClosedReader
-
- ClosedWriter - Class in org.apache.commons.io.output
-
- ClosedWriter() - Constructor for class org.apache.commons.io.output.ClosedWriter
-
- closeInstant - Variable in class org.apache.commons.io.input.TimestampedObserver
-
- closeOnClose - Variable in class org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
- closeOnClose - Variable in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- closeQ(Closeable) - Static method in class org.apache.commons.io.IOUtils
-
Avoids the need to type cast.
- closeQuietly(Closeable) - Static method in class org.apache.commons.io.IOUtils
-
Closes a Closeable
unconditionally.
- closeQuietly(Closeable...) - Static method in class org.apache.commons.io.IOUtils
-
Closes a Closeable
unconditionally.
- closeQuietly(Closeable, Consumer<IOException>) - Static method in class org.apache.commons.io.IOUtils
-
Closes the given Closeable
as a null-safe operation while consuming IOException by the given consumer
.
- closeQuietly(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
Closes an InputStream
unconditionally.
- closeQuietly(Iterable<Closeable>) - Static method in class org.apache.commons.io.IOUtils
-
Closes an iterable of Closeable
unconditionally.
- closeQuietly(OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
Closes an OutputStream
unconditionally.
- closeQuietly(Reader) - Static method in class org.apache.commons.io.IOUtils
-
Closes an Reader
unconditionally.
- closeQuietly(Selector) - Static method in class org.apache.commons.io.IOUtils
-
Closes a Selector
unconditionally.
- closeQuietly(ServerSocket) - Static method in class org.apache.commons.io.IOUtils
-
Closes a ServerSocket
unconditionally.
- closeQuietly(Socket) - Static method in class org.apache.commons.io.IOUtils
-
Closes a Socket
unconditionally.
- closeQuietly(Stream<Closeable>) - Static method in class org.apache.commons.io.IOUtils
-
Closes a stream of Closeable
unconditionally.
- closeQuietly(Writer) - Static method in class org.apache.commons.io.IOUtils
-
Closes an Writer
unconditionally.
- closeQuietly(LineIterator) - Static method in class org.apache.commons.io.LineIterator
-
- CloseShieldInputStream - Class in org.apache.commons.io.input
-
Proxy stream that prevents the underlying input stream from being closed.
- CloseShieldInputStream(InputStream) - Constructor for class org.apache.commons.io.input.CloseShieldInputStream
-
- CloseShieldOutputStream - Class in org.apache.commons.io.output
-
Proxy stream that prevents the underlying output stream from being closed.
- CloseShieldOutputStream(OutputStream) - Constructor for class org.apache.commons.io.output.CloseShieldOutputStream
-
- CloseShieldReader - Class in org.apache.commons.io.input
-
Proxy reader that prevents the underlying reader from being closed.
- CloseShieldReader(Reader) - Constructor for class org.apache.commons.io.input.CloseShieldReader
-
- CloseShieldWriter - Class in org.apache.commons.io.output
-
Proxy writer that prevents the underlying writer from being closed.
- CloseShieldWriter(Writer) - Constructor for class org.apache.commons.io.output.CloseShieldWriter
-
- closeUnderlyingInputStreamIfNecessary() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- collect(Collector<? super T, A, R>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOCollector?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- collect(IOSupplier<R>, IOBiConsumer<R, ? super T>, IOBiConsumer<R, R>) - Method in interface org.apache.commons.io.function.IOStream
-
Like
Stream.collect(java.util.function.Supplier, java.util.function.BiConsumer, java.util.function.BiConsumer)
.
- comparator - Variable in class org.apache.commons.io.monitor.FileAlterationObserver
-
- compare(File, File) - Method in class org.apache.commons.io.comparator.CompositeFileComparator
-
Compares the two files using delegate comparators.
- compare(File, File) - Method in class org.apache.commons.io.comparator.DefaultFileComparator
-
Compares the two files using the File.compareTo(File)
method.
- compare(File, File) - Method in class org.apache.commons.io.comparator.DirectoryFileComparator
-
Compares the two files using the File.isDirectory()
method.
- compare(File, File) - Method in class org.apache.commons.io.comparator.ExtensionFileComparator
-
Compares the extensions of two files the specified case sensitivity.
- compare(File, File) - Method in class org.apache.commons.io.comparator.LastModifiedFileComparator
-
Compares the last modified date/time of two files.
- compare(File, File) - Method in class org.apache.commons.io.comparator.NameFileComparator
-
Compares the names of two files with the specified case sensitivity.
- compare(File, File) - Method in class org.apache.commons.io.comparator.PathFileComparator
-
Compares the paths of two files the specified case sensitivity.
- compare(File, File) - Method in class org.apache.commons.io.comparator.ReverseFileComparator
-
Compares using the delegate Comparator, reversing the result.
- compare(File, File) - Method in class org.apache.commons.io.comparator.SizeFileComparator
-
Compares the length of two files.
- compare(IOComparator<? super T>, T, T) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOComparator
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- compare(T, T) - Method in interface org.apache.commons.io.function.IOComparator
-
Like Comparator.compare(Object, Object)
but throws IOException
.
- compare(IOComparator<T>, T, T) - Static method in class org.apache.commons.io.function.Uncheck
-
Compares the arguments with the comparator.
- compareLastModifiedTimeTo(Path, FileTime, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Compares the given Path
's last modified time to the given file time.
- compareTo(FileTime) - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- compile(String, int) - Static method in class org.apache.commons.io.filefilter.RegexFileFilter
-
Compiles the given pattern source.
- compose(Function<? super V, ? extends T>) - Method in interface 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>) - Method in interface 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>) - Method in interface 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>) - Method in interface 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 - Class in org.apache.commons.io.comparator
-
Compare two files using a set of delegate file Comparator
.
- CompositeFileComparator(Comparator<File>...) - Constructor for class org.apache.commons.io.comparator.CompositeFileComparator
-
Constructs a composite comparator for the set of delegate comparators.
- CompositeFileComparator(Iterable<Comparator<File>>) - Constructor for class org.apache.commons.io.comparator.CompositeFileComparator
-
Constructs a composite comparator for the set of delegate comparators.
- concat(String, String) - Static method in class org.apache.commons.io.FilenameUtils
-
Concatenates a fileName to a base path using normal command line style rules.
- ConditionalFileFilter - Interface in org.apache.commons.io.filefilter
-
Defines operations for conditional file filters.
- connect() - Method in class org.apache.commons.io.CloseableURLConnection
-
- Constants - Class in org.apache.commons.io.function
-
Defines package-private constants.
- Constants() - Constructor for class org.apache.commons.io.function.Constants
-
- construct(byte[], int, int) - Method in interface org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor
-
Constructs an InputStream subclass.
- consume() - Method in class org.apache.commons.io.input.ObservableInputStream
-
Reads all data from the underlying InputStream
, while notifying the observers.
- consume(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
Consumes bytes from a InputStream
and ignores them.
- consume(Reader) - Static method in class org.apache.commons.io.IOUtils
-
Consumes characters from a Reader
and ignores them.
- contentEquals(FileChannel, FileChannel, int) - Static method in class org.apache.commons.io.channels.FileChannels
-
Tests if two RandomAccessFiles contents are equal.
- contentEquals(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Tests whether the contents of two files are equal.
- contentEquals(InputStream, InputStream) - Static method in class org.apache.commons.io.IOUtils
-
Compares the contents of two Streams to determine if they are equal or
not.
- contentEquals(Iterator<?>, Iterator<?>) - Static method in class org.apache.commons.io.IOUtils
-
- contentEquals(Reader, Reader) - Static method in class org.apache.commons.io.IOUtils
-
Compares the contents of two Readers to determine if they are equal or not.
- contentEquals(Stream<?>, Stream<?>) - Static method in class org.apache.commons.io.IOUtils
-
- contentEquals(RandomAccessFile, RandomAccessFile) - Static method in class org.apache.commons.io.RandomAccessFiles
-
Tests if two RandomAccessFile contents are equal.
- contentEqualsIgnoreEOL(File, File, String) - Static method in class org.apache.commons.io.FileUtils
-
Compares the contents of two files to determine if they are equal or not.
- contentEqualsIgnoreEOL(BufferedReader, BufferedReader) - Static method in class org.apache.commons.io.IOUtils
-
- contentEqualsIgnoreEOL(Reader, Reader) - Static method in class org.apache.commons.io.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.
- contentTypeEncoding - Variable in exception org.apache.commons.io.input.XmlStreamReaderException
-
- contentTypeMime - Variable in exception org.apache.commons.io.input.XmlStreamReaderException
-
- convertFileCollectionToFileArray(Collection<File>) - Static method in class org.apache.commons.io.FileUtils
-
Converts a Collection containing File
instances into array
representation.
- copy(byte[], OutputStream) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Copies bytes from a byte[]
to an OutputStream
.
- copy(byte[], Writer) - Static method in class org.apache.commons.io.CopyUtils
-
- copy(byte[], Writer, String) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Copies and convert bytes from a byte[]
to chars on a
Writer
, using the specified encoding.
- copy(InputStream, OutputStream) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Copies bytes from an InputStream
to an
OutputStream
.
- copy(InputStream, Writer) - Static method in class org.apache.commons.io.CopyUtils
-
- copy(InputStream, Writer, String) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Copies and convert bytes from an InputStream
to chars on a
Writer
, using the specified encoding.
- copy(Reader, OutputStream) - Static method in class org.apache.commons.io.CopyUtils
-
- copy(Reader, OutputStream, String) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Serialize chars from a Reader
to bytes on an
OutputStream
, and flush the OutputStream
.
- copy(Reader, Writer) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Copies chars from a Reader
to a Writer
.
- copy(String, OutputStream) - Static method in class org.apache.commons.io.CopyUtils
-
- copy(String, OutputStream, String) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Serialize chars from a String
to bytes on an
OutputStream
, and
flush the OutputStream
.
- copy(String, Writer) - Static method in class org.apache.commons.io.CopyUtils
-
Deprecated.
Copies chars from a String
to a Writer
.
- copy(Path, Path) - Method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
Copies the sourceFile to the targetFile.
- copy(InputStream, Path, CopyOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.copy(InputStream, Path, CopyOption...)
throwing UncheckedIOException
instead of
IOException
.
- copy(Path, OutputStream) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.copy(Path, OutputStream)
throwing UncheckedIOException
instead of
IOException
.
- copy(Path, Path, CopyOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.copy(Path, Path, CopyOption...)
throwing UncheckedIOException
instead of
IOException
.
- copy(IOSupplier<InputStream>, Path, CopyOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Copies the InputStream from the supplier with Files.copy(InputStream, Path, CopyOption...)
.
- copy(InputStream, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream
to an OutputStream
.
- copy(InputStream, OutputStream, int) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream
to an OutputStream
using an internal buffer of the
given size.
- copy(InputStream, Writer) - Static method in class org.apache.commons.io.IOUtils
-
- copy(InputStream, Writer, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream
to chars on a
Writer
using the specified character encoding.
- copy(InputStream, Writer, String) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream
to chars on a
Writer
using the specified character encoding.
- copy(ByteArrayOutputStream) - Static method in class org.apache.commons.io.IOUtils
-
- copy(Reader, Appendable) - Static method in class org.apache.commons.io.IOUtils
-
Copies chars from a Reader
to a Appendable
.
- copy(Reader, Appendable, CharBuffer) - Static method in class org.apache.commons.io.IOUtils
-
Copies chars from a Reader
to an Appendable
.
- copy(Reader, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
- copy(Reader, OutputStream, Charset) - Static method in class 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, String) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
Copies chars from a Reader
to a Writer
.
- copy(URL, File) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from a URL
to an OutputStream
.
- copy(URL, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from a URL
to an OutputStream
.
- copyDirectory(Path, Path, CopyOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Copies a directory to another directory.
- copyDirectory(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies a whole directory to a new location preserving the file dates.
- copyDirectory(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Copies a whole directory to a new location.
- copyDirectory(File, File, FileFilter) - Static method in class org.apache.commons.io.FileUtils
-
Copies a filtered directory to a new location preserving the file dates.
- copyDirectory(File, File, FileFilter, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Copies a filtered directory to a new location.
- copyDirectory(File, File, FileFilter, boolean, CopyOption...) - Static method in class org.apache.commons.io.FileUtils
-
Copies a filtered directory to a new location.
- copyDirectoryToDirectory(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies a directory to within another directory preserving the file dates.
- CopyDirectoryVisitor - Class in org.apache.commons.io.file
-
Copies a source directory to a target directory.
- CopyDirectoryVisitor(Counters.PathCounters, Path, Path, CopyOption...) - Constructor for class 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...) - Constructor for class org.apache.commons.io.file.CopyDirectoryVisitor
-
Constructs a new visitor that deletes files except for the files and directories explicitly given.
- copyFile(URL, Path, CopyOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Copies a URL to a directory.
- copyFile(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies a file to a new location preserving the file date.
- copyFile(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Copies an existing file to a new file location.
- copyFile(File, File, boolean, CopyOption...) - Static method in class org.apache.commons.io.FileUtils
-
Copies a file to a new location.
- copyFile(File, File, CopyOption...) - Static method in class org.apache.commons.io.FileUtils
-
Copies a file to a new location.
- copyFile(File, OutputStream) - Static method in class org.apache.commons.io.FileUtils
-
Copies bytes from a File
to an OutputStream
.
- copyFileToDirectory(Path, Path, CopyOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Copies a file to a directory.
- copyFileToDirectory(URL, Path, CopyOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Copies a URL to a directory.
- copyFileToDirectory(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies a file to a directory preserving the file date.
- copyFileToDirectory(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Copies a file to a directory optionally preserving the file date.
- copyInputStreamToFile(InputStream, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies bytes from an InputStream
source
to a file
destination
.
- copyLarge(InputStream, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from a large (over 2GB) InputStream
to an
OutputStream
.
- copyLarge(InputStream, OutputStream, byte[]) - Static method in class org.apache.commons.io.IOUtils
-
Copies bytes from a large (over 2GB) InputStream
to an
OutputStream
.
- copyLarge(InputStream, OutputStream, long, long) - Static method in class 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[]) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
Copies chars from a large (over 2GB) Reader
to a Writer
.
- copyLarge(Reader, Writer, char[]) - Static method in class org.apache.commons.io.IOUtils
-
Copies chars from a large (over 2GB) Reader
to a Writer
.
- copyLarge(Reader, Writer, long, long) - Static method in class 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[]) - Static method in class org.apache.commons.io.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream
to an
OutputStream
, optionally skipping input chars.
- copyOptions - Variable in class org.apache.commons.io.file.CopyDirectoryVisitor
-
- copyToDirectory(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies a file or directory to within another directory preserving the file dates.
- copyToDirectory(Iterable<File>, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies a files to a directory preserving each file's date.
- copyToFile(InputStream, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies bytes from an InputStream
source to a File
destination.
- copyURLToFile(URL, File) - Static method in class org.apache.commons.io.FileUtils
-
Copies bytes from the URL source
to a file
destination
.
- copyURLToFile(URL, File, int, int) - Static method in class org.apache.commons.io.FileUtils
-
Copies bytes from the URL source
to a file destination
.
- CopyUtils - Class in org.apache.commons.io
-
- CopyUtils() - Constructor for class org.apache.commons.io.CopyUtils
-
Deprecated.
Instances should NOT be constructed in standard programming.
- count() - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.count()
.
- count - Variable in class org.apache.commons.io.input.BoundedInputStream
-
The count of bytes read.
- count - Variable in class org.apache.commons.io.input.CountingInputStream
-
The count of bytes that have passed.
- count - Variable in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
The total number of bytes inside the byte array buffer
.
- count - Variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
The total count of bytes written.
- count - Variable in class org.apache.commons.io.output.CountingOutputStream
-
The count of bytes that have passed.
- countDirectory(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Counts aspects of a directory including subdirectories.
- countDirectoryAsBigInteger(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Counts aspects of a directory including subdirectories.
- Counters - Class in org.apache.commons.io.file
-
Provides counters for files, directories, and sizes, as a visit proceeds.
- Counters() - Constructor for class org.apache.commons.io.file.Counters
-
- Counters.AbstractPathCounters - Class in org.apache.commons.io.file
-
Counts files, directories, and sizes, as a visit proceeds.
- Counters.BigIntegerCounter - Class in org.apache.commons.io.file
-
Counts using a BigInteger
number.
- Counters.BigIntegerPathCounters - Class in org.apache.commons.io.file
-
Counts files, directories, and sizes, as a visit proceeds, using BigInteger numbers.
- Counters.Counter - Interface in org.apache.commons.io.file
-
Counts using a number.
- Counters.LongCounter - Class in org.apache.commons.io.file
-
Counts using a long
number.
- Counters.LongPathCounters - Class in org.apache.commons.io.file
-
Counts files, directories, and sizes, as a visit proceeds, using long numbers.
- Counters.NoopCounter - Class in org.apache.commons.io.file
-
Counts nothing.
- Counters.NoopPathCounters - Class in org.apache.commons.io.file
-
Counts nothing.
- Counters.PathCounters - Interface in org.apache.commons.io.file
-
Counts files, directories, and sizes, as a visit proceeds.
- CountingInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.CountingInputStream
-
Constructs a new CountingInputStream.
- CountingOutputStream - Class in 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) - Constructor for class org.apache.commons.io.output.CountingOutputStream
-
Constructs a new CountingOutputStream.
- CountingPathVisitor - Class in org.apache.commons.io.file
-
Counts files, directories, and sizes, as a visit proceeds.
- CountingPathVisitor(Counters.PathCounters) - Constructor for class org.apache.commons.io.file.CountingPathVisitor
-
Constructs a new instance.
- CountingPathVisitor(Counters.PathCounters, PathFilter, PathFilter) - Constructor for class org.apache.commons.io.file.CountingPathVisitor
-
Constructs a new instance.
- CountingPathVisitor(Counters.PathCounters, PathFilter, PathFilter, IOBiFunction<Path, IOException, FileVisitResult>) - Constructor for class org.apache.commons.io.file.CountingPathVisitor
-
Constructs a new instance.
- CR - Static variable in class org.apache.commons.io.IOUtils
-
CR char.
- create(File, Charset, TailerListener, long, boolean, boolean, int) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File, TailerListener) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File, TailerListener, long) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File, TailerListener, long, boolean) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File, TailerListener, long, boolean, boolean) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File, TailerListener, long, boolean, boolean, int) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File, TailerListener, long, boolean, int) - Static method in class org.apache.commons.io.input.Tailer
-
- create(File) - Method in enum org.apache.commons.io.RandomAccessFileMode
-
Constructs a random access file stream to read from, and optionally to write to, the file specified by the File
argument.
- create(Path) - Method in enum org.apache.commons.io.RandomAccessFileMode
-
Constructs a random access file stream to read from, and optionally to write to, the file specified by the File
argument.
- create(String) - Method in enum org.apache.commons.io.RandomAccessFileMode
-
Constructs a random access file stream to read from, and optionally to write to, the file specified by the File
argument.
- create(Object) - Static method in class org.apache.commons.io.UncheckedIOExceptions
-
Constructs a new UncheckedIOException for the given detail message.
- createDirectories(Path, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createDirectories(Path, FileAttribute...)
throwing UncheckedIOException
instead of
IOException
.
- createDirectory(Path, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createDirectory(Path, FileAttribute...)
throwing UncheckedIOException
instead of
IOException
.
- createFile(Path, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createFile(Path, FileAttribute...)
throwing UncheckedIOException
instead of
IOException
.
- createFileEntry(FileEntry, File) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Creates a new file entry for the specified file.
- createLeftOver() - Method in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
Constructs the buffer containing any leftover bytes.
- createLink(Path, Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createLink(Path, Path)
throwing UncheckedIOException
instead of
IOException
.
- createLock() - Method in class org.apache.commons.io.output.LockableFileWriter
-
Creates the lock file.
- createParentDirectories(Path, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.PathUtils
-
Creates the parent directories for the given path
.
- createParentDirectories(Path, LinkOption, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.PathUtils
-
Creates the parent directories for the given path
.
- createParentDirectories(File) - Static method in class org.apache.commons.io.FileUtils
-
Creates all parent directories for a File object, including any necessary but non-existent parent directories.
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createSymbolicLink(Path, Path, FileAttribute...)
throwing UncheckedIOException
instead of IOException
.
- createTempDirectory(Path, String, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createTempDirectory(Path, String, FileAttribute...)
throwing UncheckedIOException
instead of IOException
.
- createTempDirectory(String, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createTempDirectory(String, FileAttribute...)
throwing UncheckedIOException
instead of IOException
.
- createTempFile(Path, String, String, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createTempFile(Path, String, String, FileAttribute...)
throwing
UncheckedIOException
instead of IOException
.
- createTempFile(String, String, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.createTempFile(String, String, FileAttribute...)
throwing UncheckedIOException
instead of IOException
.
- current() - Static method in class org.apache.commons.io.file.PathUtils
-
Gets the current directory.
- CURRENT - Static variable in enum org.apache.commons.io.FileSystem
-
The current FileSystem.
- current() - Static method in enum org.apache.commons.io.FileSystem
-
Gets the current file system.
- current() - Static method in class org.apache.commons.io.FileUtils
-
Gets the current directory.
- currentBuffer - Variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
The current buffer.
- currentBufferIndex - Variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
The index of the current buffer.
- currentFilePart - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- currentLastBytePos - Variable in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
- currentNumberOfBytes - Variable in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
- currentOutputStream - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
The output stream to which data will be written at any given time.
- cutoffInstant - Variable in class org.apache.commons.io.filefilter.AgeFileFilter
-
The cutoff time threshold measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970).
- CVS_FILTER - Static variable in class org.apache.commons.io.filefilter.FileFilterUtils
-
- data(byte[], int, int) - Method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
-
Deprecated.
- data(int) - Method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
-
Deprecated.
- data(byte[], int, int) - Method in class org.apache.commons.io.input.MessageDigestInputStream.MessageDigestMaintainingObserver
-
- data(int) - Method in class org.apache.commons.io.input.MessageDigestInputStream.MessageDigestMaintainingObserver
-
- data(byte[], int, int) - Method in class 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) - Method in class org.apache.commons.io.input.ObservableInputStream.Observer
-
Called to indicate, that
InputStream.read()
has been invoked on the
ObservableInputStream
,
and will return a value.
- data - Variable in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
- data - Variable in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
The underlying data buffer.
- decoder - Variable in class org.apache.commons.io.output.WriterOutputStream
-
- decoderIn - Variable in class org.apache.commons.io.output.WriterOutputStream
-
ByteBuffer used as input for the decoder.
- decoderOut - Variable in class org.apache.commons.io.output.WriterOutputStream
-
CharBuffer used as output for the decoder.
- decodeUrl(String) - Static method in class org.apache.commons.io.FileUtils
-
Decodes the specified URL as per RFC 3986, i.e.
- DEFAULT - Static variable in class org.apache.commons.io.input.BOMInputStream.Builder
-
- DEFAULT_ALGORITHM - Static variable in class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
Deprecated.
The default message digest algorithm.
- DEFAULT_BLOCK_SIZE - Static variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
Default size of the sliding memory mapped buffer.
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.io.IOUtils
-
The default buffer size (8192) to use in copy methods.
- DEFAULT_CHARSET - Static variable in class org.apache.commons.io.input.Tailer
-
- DEFAULT_CHUNK_SIZE - Static variable in class org.apache.commons.io.output.ChunkedWriter
-
The default chunk size to use, i.e.
- DEFAULT_COMPARATOR - Static variable in class org.apache.commons.io.comparator.DefaultFileComparator
-
Singleton default comparator instance
- DEFAULT_DELAY_DURATION - Static variable in class org.apache.commons.io.input.Tailer.Builder
-
- DEFAULT_DELAY_MILLIS - Static variable in class org.apache.commons.io.input.Tailer
-
- DEFAULT_MAX_VALUE - Static variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
- DEFAULT_OPEN_OPTIONS - Static variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
- DEFAULT_REVERSE - Static variable in class org.apache.commons.io.comparator.DefaultFileComparator
-
Singleton reverse default comparator instance
- DEFAULT_SIZE - Static variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- defaultCharset - Variable in class org.apache.commons.io.output.XmlStreamWriter
-
- defaultDirFilter() - Static method in class org.apache.commons.io.file.CountingPathVisitor
-
- defaultEncoding - Variable in class org.apache.commons.io.input.XmlStreamReader
-
- DefaultFileComparator - Class in org.apache.commons.io.comparator
-
Compares two files using the default File.compareTo(File)
method.
- DefaultFileComparator() - Constructor for class org.apache.commons.io.comparator.DefaultFileComparator
-
- defaultFileFilter() - Static method in class org.apache.commons.io.file.CountingPathVisitor
-
- defaultSizeChecker - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
The default checking behavior for a buffer size request.
- DeferredFileOutputStream - Class in 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, File) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
-
- DeferredFileOutputStream(int, File, String, String, File, int) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
-
Constructs an instance of this class which will trigger an event at the specified threshold, and save data either to a file beyond that point.
- DeferredFileOutputStream(int, int, File) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
-
- DeferredFileOutputStream(int, int, String, String, File) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
-
- DeferredFileOutputStream(int, Path, String, String, Path, int) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
-
Constructs an instance of this class which will trigger an event at the specified threshold, and save data either to a file beyond that point.
- DeferredFileOutputStream(int, String, String, File) - Constructor for class org.apache.commons.io.output.DeferredFileOutputStream
-
- DeferredFileOutputStream.Builder - Class in org.apache.commons.io.output
-
- delayDuration - Variable in class org.apache.commons.io.input.Tailer.Builder
-
- delayDuration - Variable in class org.apache.commons.io.input.Tailer
-
The amount of time to wait for the file to be updated.
- delegate - Variable in class org.apache.commons.io.comparator.ReverseFileComparator
-
- delegate - Variable in class org.apache.commons.io.function.IOBaseStreamAdapter
-
The underlying base stream.
- delegate - Variable in class org.apache.commons.io.function.IOIteratorAdapter
-
- delegate - Variable in class org.apache.commons.io.function.IOSpliteratorAdapter
-
- delegate - Variable in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- delegate - Variable in class org.apache.commons.io.function.UncheckedIOIterator
-
- delegate - Variable in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- DelegateFileFilter - Class in org.apache.commons.io.filefilter
-
This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
- DelegateFileFilter(FileFilter) - Constructor for class org.apache.commons.io.filefilter.DelegateFileFilter
-
Constructs a delegate file filter around an existing FileFilter.
- DelegateFileFilter(FilenameFilter) - Constructor for class org.apache.commons.io.filefilter.DelegateFileFilter
-
Constructs a delegate file filter around an existing FilenameFilter.
- delegates - Variable in class org.apache.commons.io.comparator.CompositeFileComparator
-
Delegates.
- delete(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.delete(Path)
throwing UncheckedIOException
instead of IOException
.
- delete(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes a file or directory.
- delete(Path, DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes a file or directory.
- delete(Path, LinkOption[], DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes a file or directory.
- delete() - Method in class org.apache.commons.io.FileCleaningTracker.Tracker
-
Deletes the file associated with this tracker instance.
- delete(File) - Method in class org.apache.commons.io.FileDeleteStrategy
-
Deletes the file object, which may be a file or a directory.
- delete(File) - Static method in class org.apache.commons.io.FileUtils
-
Deletes the given File but throws an IOException if it cannot, unlike File.delete()
which returns a
boolean.
- deleteDirectory(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes a directory including subdirectories.
- deleteDirectory(Path, DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes a directory including subdirectories.
- deleteDirectory(Path, LinkOption[], DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes a directory including subdirectories.
- deleteDirectory(File) - Static method in class org.apache.commons.io.FileUtils
-
Deletes a directory recursively.
- deleteDirectoryOnExit(File) - Static method in class org.apache.commons.io.FileUtils
-
Schedules a directory recursively for deletion on JVM exit.
- deleteFailures - Variable in class org.apache.commons.io.FileCleaningTracker
-
Collection of File paths that failed to delete.
- deleteFile(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes the given file.
- deleteFile(Path, DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes the given file.
- deleteFile(Path, LinkOption[], DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Deletes the given file.
- deleteIfExists(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.deleteIfExists(Path)
throwing UncheckedIOException
instead of IOException
.
- deleteOnExit(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Delegates to File.deleteOnExit()
.
- DeleteOption - Interface in org.apache.commons.io.file
-
An object that configures how to delete a file.
- deleteQuietly(File) - Method in class org.apache.commons.io.FileDeleteStrategy
-
Deletes the file object, which may be a file or a directory.
- deleteQuietly(File) - Static method in class org.apache.commons.io.FileUtils
-
Deletes a file, never throwing an exception.
- deleteStrategy - Variable in class org.apache.commons.io.FileCleaningTracker.Tracker
-
The strategy for deleting files.
- DeletingPathVisitor - Class in org.apache.commons.io.file
-
Deletes files and directories as a visit proceeds.
- DeletingPathVisitor(Counters.PathCounters, DeleteOption[], String...) - Constructor for class 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...) - Constructor for class org.apache.commons.io.file.DeletingPathVisitor
-
Constructs a new visitor that deletes files except for the files and directories explicitly given.
- DeletingPathVisitor(Counters.PathCounters, String...) - Constructor for class org.apache.commons.io.file.DeletingPathVisitor
-
Constructs a new visitor that deletes files except for the files and directories explicitly given.
- DemuxInputStream - Class in org.apache.commons.io.input
-
Data written to this stream is forwarded to a stream that has been associated with this thread.
- DemuxInputStream() - Constructor for class org.apache.commons.io.input.DemuxInputStream
-
- DemuxOutputStream - Class in org.apache.commons.io.output
-
Forwards data to a stream that has been associated with this thread.
- DemuxOutputStream() - Constructor for class org.apache.commons.io.output.DemuxOutputStream
-
- depth - Variable in exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
The file depth when the exception was thrown.
- depthLimit - Variable in class org.apache.commons.io.DirectoryWalker
-
Deprecated.
The limit on the directory depth to walk.
- destroy() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Final processing.
- detectEncoding(char[], int, int) - Method in class org.apache.commons.io.output.XmlStreamWriter
-
Detects the encoding.
- DF - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
The path to df
- DIR_SEPARATOR - Static variable in class org.apache.commons.io.IOUtils
-
The system directory separator character.
- DIR_SEPARATOR_UNIX - Static variable in class org.apache.commons.io.IOUtils
-
The Unix directory separator character.
- DIR_SEPARATOR_WINDOWS - Static variable in class org.apache.commons.io.IOUtils
-
The Windows directory separator character.
- DIRECTORY - Static variable in class org.apache.commons.io.filefilter.DirectoryFileFilter
-
Singleton instance of directory filter.
- directory - Variable in class org.apache.commons.io.monitor.FileEntry
-
- directory - Variable in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
- directory - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
The directory to use for temporary files.
- DIRECTORY_COMPARATOR - Static variable in class org.apache.commons.io.comparator.DirectoryFileComparator
-
Singleton default comparator instance
- DIRECTORY_REVERSE - Static variable in class org.apache.commons.io.comparator.DirectoryFileComparator
-
Singleton reverse default comparator instance
- directoryAndFileContentEquals(Path, Path) - Static method in class 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[]) - Static method in class 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(String, String) - Static method in class org.apache.commons.io.FilenameUtils
-
Determines whether the parent
directory contains the child
element (a file or directory).
- directoryContains(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Determines whether the parent
directory contains the child
element (a file or directory).
- directoryContentEquals(Path, Path) - Static method in class 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[]) - Static method in class 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.
- directoryCounter - Variable in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- DirectoryFileComparator - Class in org.apache.commons.io.comparator
-
Compare two files using the File.isDirectory()
method.
- DirectoryFileComparator() - Constructor for class org.apache.commons.io.comparator.DirectoryFileComparator
-
- DirectoryFileFilter - Class in org.apache.commons.io.filefilter
-
This filter accepts File
s that are directories.
- DirectoryFileFilter() - Constructor for class org.apache.commons.io.filefilter.DirectoryFileFilter
-
Restrictive constructor.
- directoryFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that checks if the file is a directory.
- DirectoryStreamFilter - Class in org.apache.commons.io.file
-
A
DirectoryStream.Filter
that delegates to a
PathFilter
.
- DirectoryStreamFilter(PathFilter) - Constructor for class org.apache.commons.io.file.DirectoryStreamFilter
-
Constructs a new instance for the given path filter.
- DirectoryWalker<T> - Class in org.apache.commons.io
-
- DirectoryWalker() - Constructor for class org.apache.commons.io.DirectoryWalker
-
Deprecated.
Constructs an instance with no filtering and unlimited depth.
- DirectoryWalker(FileFilter, int) - Constructor for class org.apache.commons.io.DirectoryWalker
-
Deprecated.
Constructs an instance with a filter and limit the depth navigated to.
- DirectoryWalker(IOFileFilter, IOFileFilter, int) - Constructor for class org.apache.commons.io.DirectoryWalker
-
Deprecated.
Constructs an instance with a directory and a file filter and an optional
limit on the depth navigated to.
- DirectoryWalker.CancelException - Exception in org.apache.commons.io
-
Deprecated.
CancelException is thrown in DirectoryWalker to cancel the current
processing.
- dirFilter - Variable in class org.apache.commons.io.file.CountingPathVisitor
-
- dirList - Variable in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- distinct() - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.distinct()
.
- doCopyDirectory(File, File, FileFilter, List<String>, boolean, CopyOption...) - Static method in class org.apache.commons.io.FileUtils
-
Internal copy directory method.
- doCreate(FileEntry) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Fires directory/file created events to the registered listeners.
- doDelete(File) - Method in class org.apache.commons.io.FileDeleteStrategy
-
Actually deletes the file object, which may be a file or a directory.
- doDelete(File) - Method in class org.apache.commons.io.FileDeleteStrategy.ForceFileDeleteStrategy
-
Deletes the file object.
- doDelete(FileEntry) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Fires directory/file delete events to the registered listeners.
- doEndOfFile() - Method in class org.apache.commons.io.input.NullInputStream
-
Handles End of File.
- doEndOfFile() - Method in class org.apache.commons.io.input.NullReader
-
Handles End of File.
- doGetFullPath(String, boolean) - Static method in class org.apache.commons.io.FilenameUtils
-
Does the work of getting the path.
- doGetPath(String, int) - Static method in class org.apache.commons.io.FilenameUtils
-
Does the work of getting the path.
- doLenientDetection(String, XmlStreamReaderException) - Method in class org.apache.commons.io.input.XmlStreamReader
-
Does lenient detection.
- doListFiles(File, FileEntry) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Lists the files
- doMatch(FileEntry, File) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Fires directory/file change events to the registered listeners.
- doNormalize(String, char, boolean) - Static method in class org.apache.commons.io.FilenameUtils
-
Internal method to perform the normalization.
- dump(byte[], Appendable) - Static method in class org.apache.commons.io.HexDump
-
Dumps an array of bytes to an Appendable.
- dump(byte[], long, Appendable, int, int) - Static method in class org.apache.commons.io.HexDump
-
Dumps an array of bytes to an Appendable.
- dump(byte[], long, OutputStream, int) - Static method in class org.apache.commons.io.HexDump
-
Dumps an array of bytes to an OutputStream.
- dump(StringBuilder, byte) - Static method in class org.apache.commons.io.HexDump
-
Dumps a byte value into a StringBuilder.
- dump(StringBuilder, long) - Static method in class org.apache.commons.io.HexDump
-
Dumps a long value into a StringBuilder.
- FALSE - Static variable in class org.apache.commons.io.filefilter.FalseFileFilter
-
Singleton instance of false filter.
- FalseFileFilter - Class in org.apache.commons.io.filefilter
-
A file filter that always returns false.
- FalseFileFilter() - Constructor for class org.apache.commons.io.filefilter.FalseFileFilter
-
Restrictive constructor.
- falseFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that always returns false.
- fbIndex - Variable in class org.apache.commons.io.input.BOMInputStream
-
- fbLength - Variable in class org.apache.commons.io.input.BOMInputStream
-
- file - Variable in exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
The file being processed when the exception was thrown.
- file - Variable in class org.apache.commons.io.filefilter.FileEqualsFileFilter
-
- FILE - Static variable in class org.apache.commons.io.filefilter.FileFileFilter
-
- file - Variable in class org.apache.commons.io.monitor.FileEntry
-
- FileAlterationListener - Interface in org.apache.commons.io.monitor
-
Receives events of file system modifications.
- FileAlterationListenerAdaptor - Class in org.apache.commons.io.monitor
-
- FileAlterationListenerAdaptor() - Constructor for class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
- FileAlterationMonitor - Class in org.apache.commons.io.monitor
-
A runnable that spawns a monitoring thread triggering any
registered
FileAlterationObserver
at a specified interval.
- FileAlterationMonitor() - Constructor for class org.apache.commons.io.monitor.FileAlterationMonitor
-
Constructs a monitor with a default interval of 10 seconds.
- FileAlterationMonitor(long) - Constructor for class org.apache.commons.io.monitor.FileAlterationMonitor
-
Constructs a monitor with the specified interval.
- FileAlterationMonitor(long, Collection<FileAlterationObserver>) - Constructor for class org.apache.commons.io.monitor.FileAlterationMonitor
-
Constructs a monitor with the specified interval and collection of observers.
- FileAlterationMonitor(long, FileAlterationObserver...) - Constructor for class org.apache.commons.io.monitor.FileAlterationMonitor
-
Constructs a monitor with the specified interval and set of observers.
- FileAlterationObserver - Class in 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) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory.
- FileAlterationObserver(File, FileFilter) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory and file filter.
- FileAlterationObserver(File, FileFilter, IOCase) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory, file filter and
file comparator.
- FileAlterationObserver(FileEntry, FileFilter, IOCase) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory, file filter and file comparator.
- FileAlterationObserver(String) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory.
- FileAlterationObserver(String, FileFilter) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory and file filter.
- FileAlterationObserver(String, FileFilter, IOCase) - Constructor for class org.apache.commons.io.monitor.FileAlterationObserver
-
Constructs an observer for the specified directory, file filter and file comparator.
- fileChannel - Variable in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- FileChannels - Class in org.apache.commons.io.channels
-
Works with FileChannel
.
- FileChannels() - Constructor for class org.apache.commons.io.channels.FileChannels
-
Don't instantiate.
- FileCleaner - Class in org.apache.commons.io
-
- FileCleaner() - Constructor for class org.apache.commons.io.FileCleaner
-
Deprecated.
- FileCleaningTracker - Class in 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() - Constructor for class org.apache.commons.io.FileCleaningTracker
-
- FileCleaningTracker.Reaper - Class in org.apache.commons.io
-
The reaper thread.
- FileCleaningTracker.Tracker - Class in org.apache.commons.io
-
Inner class which acts as the reference for a file pending deletion.
- fileContentEquals(Path, Path) - Static method in class 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[]) - Static method in class org.apache.commons.io.file.PathUtils
-
Compares the file contents of two Paths to determine if they are equal or not.
- fileCounter - Variable in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- FileDeleteStrategy - Class in org.apache.commons.io
-
Strategy for deleting files.
- FileDeleteStrategy(String) - Constructor for class org.apache.commons.io.FileDeleteStrategy
-
Restricted constructor.
- FileDeleteStrategy.ForceFileDeleteStrategy - Class in org.apache.commons.io
-
Force file deletion strategy.
- FileEntry - Class in org.apache.commons.io.monitor
-
The state of a file or directory, capturing the following File
attributes at a point in time.
- FileEntry(File) - Constructor for class org.apache.commons.io.monitor.FileEntry
-
Constructs a new monitor for a specified File
.
- FileEntry(FileEntry, File) - Constructor for class org.apache.commons.io.monitor.FileEntry
-
Constructs a new monitor for a specified File
.
- FileEqualsFileFilter - Class in org.apache.commons.io.filefilter
-
Accepts only an exact File
object match.
- FileEqualsFileFilter(File) - Constructor for class org.apache.commons.io.filefilter.FileEqualsFileFilter
-
Constructs a new instance for the given File
.
- FileExistsException - Exception in org.apache.commons.io
-
Indicates that a file already exists.
- FileExistsException() - Constructor for exception org.apache.commons.io.FileExistsException
-
Default Constructor.
- FileExistsException(File) - Constructor for exception org.apache.commons.io.FileExistsException
-
Constructs an instance with the specified file.
- FileExistsException(String) - Constructor for exception org.apache.commons.io.FileExistsException
-
Constructs an instance with the specified message.
- FileFileFilter - Class in org.apache.commons.io.filefilter
-
This filter accepts File
s that are files (not directories).
- FileFileFilter() - Constructor for class org.apache.commons.io.filefilter.FileFileFilter
-
Restrictive constructor.
- fileFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that checks if the file is a file (and not a directory).
- fileFilter - Variable in class org.apache.commons.io.file.CountingPathVisitor
-
- fileFilter - Variable in class org.apache.commons.io.filefilter.DelegateFileFilter
-
The File filter
- fileFilter - Variable in class org.apache.commons.io.monitor.FileAlterationObserver
-
- fileFilters - Variable in class org.apache.commons.io.filefilter.AndFileFilter
-
The list of file filters.
- fileFilters - Variable in class org.apache.commons.io.filefilter.OrFileFilter
-
The list of file filters.
- FileFilterUtils - Class in org.apache.commons.io.filefilter
-
Useful utilities for working with file filters.
- FileFilterUtils() - Constructor for class org.apache.commons.io.filefilter.FileFilterUtils
-
FileFilterUtils is not normally instantiated.
- fileList - Variable in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- fileNameFilter - Variable in class org.apache.commons.io.filefilter.DelegateFileFilter
-
The Filename filter
- FilenameUtils - Class in org.apache.commons.io
-
General file name and file path manipulation utilities.
- FilenameUtils() - Constructor for class org.apache.commons.io.FilenameUtils
-
Instances should NOT be constructed in standard programming.
- fileNotFound() - Method in interface org.apache.commons.io.input.TailerListener
-
This method is called if the tailed file is not found.
- fileNotFound() - Method in class org.apache.commons.io.input.TailerListenerAdapter
-
This method is called if the tailed file is not found.
- FileOrigin(File) - Constructor for class org.apache.commons.io.build.AbstractOrigin.FileOrigin
-
Constructs a new instance for the given origin.
- FilePart(long, int, byte[]) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
Constructs a new instance.
- fileRotated() - Method in interface org.apache.commons.io.input.TailerListener
-
Called if a file rotation is detected.
- fileRotated() - Method in class org.apache.commons.io.input.TailerListenerAdapter
-
Called if a file rotation is detected.
- FilesUncheck - Class in org.apache.commons.io.file
-
Delegates to Files
to uncheck calls by throwing UncheckedIOException
instead of IOException
.
- FilesUncheck() - Constructor for class org.apache.commons.io.file.FilesUncheck
-
No instances.
- FileSystem - Enum in org.apache.commons.io
-
- FileSystem(int, boolean, boolean, int, int, int[], String[], boolean, boolean, char) - Constructor for enum org.apache.commons.io.FileSystem
-
Constructs a new instance.
- FileSystemProviders - Class in org.apache.commons.io.file.spi
-
Helps to work with FileSystemProvider
.
- FileSystemProviders(List<FileSystemProvider>) - Constructor for class org.apache.commons.io.file.spi.FileSystemProviders
-
- FileSystemUtils - Class in org.apache.commons.io
-
- FileSystemUtils() - Constructor for class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Instances should NOT be constructed in standard programming.
- fileTime - Variable in class org.apache.commons.io.monitor.SerializableFileTime
-
- FileTimes - Class in org.apache.commons.io.file.attribute
-
Helps use FileTime
and interoperate Date and NTFS times.
- FileTimes() - Constructor for class org.apache.commons.io.file.attribute.FileTimes
-
- FileUtils - Class in org.apache.commons.io
-
General file manipulation utilities.
- FileUtils() - Constructor for class org.apache.commons.io.FileUtils
-
- FileWriterWithEncoding - Class in org.apache.commons.io.output
-
Writer of files that allows the encoding to be set.
- FileWriterWithEncoding(File, Charset) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(File, Charset, boolean) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(File, CharsetEncoder) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(File, CharsetEncoder, boolean) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(File, String) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(File, String, boolean) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(OutputStreamWriter) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(String, Charset) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(String, Charset, boolean) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(String, CharsetEncoder) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(String, CharsetEncoder, boolean) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(String, String) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding(String, String, boolean) - Constructor for class org.apache.commons.io.output.FileWriterWithEncoding
-
- FileWriterWithEncoding.Builder - Class in org.apache.commons.io.output
-
- fill0(byte[]) - Static method in class org.apache.commons.io.IOUtils
-
Fills the given array with 0s.
- fill0(char[]) - Static method in class org.apache.commons.io.IOUtils
-
Fills the given array with 0s.
- fillBuffer() - Method in class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
Fills the buffer with the contents of the input stream.
- fillBuffer() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
Fills the byte output buffer from the input char buffer.
- fillBuffer() - Method in class org.apache.commons.io.input.ReaderInputStream
-
Fills the internal char buffer from the reader.
- fillBuffer(InputStream, byte[]) - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
- filledBufferSum - Variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
The total count of bytes in all the filled buffers.
- filter - Variable in class org.apache.commons.io.DirectoryWalker
-
Deprecated.
The file filter to use to filter files and directories.
- filter(PathFilter, Path...) - Static method in class org.apache.commons.io.file.PathUtils
-
- filter(IOFileFilter, File...) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- filter(IOFileFilter, Iterable<File>) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- filter - Variable in class org.apache.commons.io.filefilter.NotFileFilter
-
The filter
- filter(IOPredicate<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.filter(java.util.function.Predicate)
.
- filter(int) - Method in class org.apache.commons.io.input.AbstractCharacterFilterReader
-
Returns true if the given character should be filtered out, false to keep the character.
- FilterCollectionWriter - Class in org.apache.commons.io.output
-
Abstract class for writing filtered character streams to a Collection
of writers.
- FilterCollectionWriter(Collection<Writer>) - Constructor for class org.apache.commons.io.output.FilterCollectionWriter
-
Constructs a new filtered collection writer.
- FilterCollectionWriter(Writer...) - Constructor for class org.apache.commons.io.output.FilterCollectionWriter
-
Constructs a new filtered collection writer.
- filterDirectoryContents(File, int, File...) - Method in class org.apache.commons.io.DirectoryWalker
-
Deprecated.
Overridable callback method invoked with the contents of each directory.
- filterFiles(IOFileFilter, Stream<File>, Collector<? super File, A, R>) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Applies an
IOFileFilter
to the provided
File
stream and collects the accepted files.
- filterList(IOFileFilter, File...) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- filterList(IOFileFilter, Iterable<File>) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- filterPaths(PathFilter, Stream<Path>, Collector<? super Path, A, R>) - Static method in class org.apache.commons.io.file.PathUtils
-
- filterSet(IOFileFilter, File...) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- filterSet(IOFileFilter, Iterable<File>) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- finalize() - Method in class org.apache.commons.io.input.AutoCloseInputStream
-
Ensures that the stream is closed before it gets garbage-collected.
- find(Path, int, BiPredicate<Path, BasicFileAttributes>, FileVisitOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.find(Path, int, BiPredicate, FileVisitOption...)
throwing UncheckedIOException
instead of IOException
.
- find() - Method in class org.apache.commons.io.input.BOMInputStream
-
Find a BOM with the specified bytes.
- findAny() - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.findAny()
.
- findFirst() - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.findFirst()
.
- finished() - Method in class org.apache.commons.io.input.ObservableInputStream.Observer
-
Called to indicate that EOF has been seen on the underlying stream.
- finished - Variable in class org.apache.commons.io.LineIterator
-
A flag indicating if the iterator has been fully read.
- firstBytes - Variable in class org.apache.commons.io.input.BOMInputStream
-
- flatMap(IOFunction<? super T, ? extends IOStream<? extends R>>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.flatMap(java.util.function.Function)
.
- flatMapToDouble(IOFunction<? super T, ? extends DoubleStream>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IODoubleStream?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- flatMapToInt(IOFunction<? super T, ? extends IntStream>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOIntStream?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- flatMapToLong(IOFunction<? super T, ? extends LongStream>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOLongStream?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- flipSeparator(char) - Static method in class org.apache.commons.io.FilenameUtils
-
Flips the Windows name separator to Linux and vice-versa.
- flush() - Method in class org.apache.commons.io.output.AppendableWriter
-
Flushes the stream.
- flush() - Method in class org.apache.commons.io.output.BrokenOutputStream
-
Throws the configured exception.
- flush() - Method in class org.apache.commons.io.output.BrokenWriter
-
Throws the configured exception.
- flush() - Method in class org.apache.commons.io.output.ClosedOutputStream
-
Throws an IOException
to indicate that the stream is closed.
- flush() - Method in class org.apache.commons.io.output.ClosedWriter
-
Throws an IOException
to indicate that the stream is closed.
- flush() - Method in class org.apache.commons.io.output.DemuxOutputStream
-
Flushes stream associated with current thread.
- flush() - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
Flushes the stream.
- flush() - Method in class org.apache.commons.io.output.LockableFileWriter
-
Flushes the stream.
- flush() - Method in class org.apache.commons.io.output.NullWriter
-
- flush() - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's flush()
method.
- flush() - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's flush()
method.
- flush() - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's flush()
method.
- flush() - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Flushing this writer has no effect.
- flush() - Method in class org.apache.commons.io.output.TeeOutputStream
-
Flushes both streams.
- flush() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
- flush() - Method in class org.apache.commons.io.output.UncheckedFilterOutputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- flush() - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- flush() - Method in class org.apache.commons.io.output.WriterOutputStream
-
Flush the stream.
- flush() - Method in class org.apache.commons.io.output.XmlStreamWriter
-
Flushes the underlying writer.
- flushOutput() - Method in class org.apache.commons.io.output.WriterOutputStream
-
Flush the output.
- forAll(IOConsumer<T>, Iterable<T>) - Static method in interface org.apache.commons.io.function.IOConsumer
-
Performs an action for each element of the collection gathering any exceptions.
- forAll(IOConsumer<T>, Stream<T>) - Static method in interface org.apache.commons.io.function.IOConsumer
-
Performs an action for each element of the collection gathering any exceptions.
- forAll(IOConsumer<T>, T...) - Static method in interface org.apache.commons.io.function.IOConsumer
-
Performs an action for each element of the array gathering any exceptions.
- forAll(IOConsumer<T>) - Method in interface org.apache.commons.io.function.IOStream
-
Performs an action for each element gathering any exceptions.
- forAll(IOConsumer<T>, BiFunction<Integer, IOException, IOException>) - Method in interface org.apache.commons.io.function.IOStream
-
Performs an action for each element gathering any exceptions.
- forAll(Stream<T>, IOConsumer<T>) - Static method in class org.apache.commons.io.function.IOStreams
-
- forAll(Stream<T>, IOConsumer<T>, BiFunction<Integer, IOException, IOException>) - Static method in class org.apache.commons.io.function.IOStreams
-
- forAllWriters(IOConsumer<Writer>) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- FORCE - Static variable in class 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) - Static method in class org.apache.commons.io.FileUtils
-
Deletes a file or directory.
- forceDeleteOnExit(File) - Static method in class org.apache.commons.io.FileUtils
-
Schedules a file to be deleted when JVM exits.
- ForceFileDeleteStrategy() - Constructor for class org.apache.commons.io.FileDeleteStrategy.ForceFileDeleteStrategy
-
Default Constructor
- forceMkdir(File) - Static method in class org.apache.commons.io.FileUtils
-
Creates all directories for a File object, including any necessary but non-existent parent directories.
- forceMkdirParent(File) - Static method in class org.apache.commons.io.FileUtils
-
Creates all directories for a File object, including any necessary but non-existent parent directories.
- forEach(Iterable<T>, IOConsumer<T>) - Static method in interface org.apache.commons.io.function.IOConsumer
-
Performs an action for each element of the collection, stopping at the first exception.
- forEach(Stream<T>, IOConsumer<T>) - Static method in interface org.apache.commons.io.function.IOConsumer
-
Performs an action for each element of the stream, stopping at the first exception.
- forEach(T[], IOConsumer<T>) - Static method in interface org.apache.commons.io.function.IOConsumer
-
Performs an action for each element of this array, stopping at the first exception.
- forEach(IOConsumer<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.forEach(java.util.function.Consumer)
but throws IOException
.
- forEach(Stream<T>, IOConsumer<T>) - Static method in class org.apache.commons.io.function.IOStreams
-
- forEachObserver(IOConsumer<ObservableInputStream.Observer>) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- forEachOrdered(IOConsumer<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.forEachOrdered(java.util.function.Consumer)
.
- forEachRemaining(IOConsumer<? super E>) - Method in interface org.apache.commons.io.function.IOIterator
-
Like Iterator.forEachRemaining(Consumer)
.
- forEachRemaining(IOConsumer<? super T>) - Method in interface org.apache.commons.io.function.IOSpliterator
-
Like Spliterator.forEachRemaining(Consumer)
.
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- forName(String) - Static method in enum org.apache.commons.io.IOCase
-
Factory method to create an IOCase from a name.
- freeSpace(String) - Static method in class org.apache.commons.io.FileSystemUtils
-
- freeSpaceKb() - Static method in class org.apache.commons.io.FileSystemUtils
-
- freeSpaceKb(long) - Static method in class org.apache.commons.io.FileSystemUtils
-
- freeSpaceKb(String) - Static method in class org.apache.commons.io.FileSystemUtils
-
- freeSpaceKb(String, long) - Static method in class org.apache.commons.io.FileSystemUtils
-
- freeSpaceOS(String, int, boolean, Duration) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Returns the free space on a drive or volume in a cross-platform manner.
- freeSpaceUnix(String, boolean, boolean, Duration) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Find free space on the *nix platform using the 'df' command.
- freeSpaceWindows(String, Duration) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Find free space on the Windows platform using the 'dir' command.
- FullClassNameMatcher - Class in org.apache.commons.io.serialization
-
- FullClassNameMatcher(String...) - Constructor for class org.apache.commons.io.serialization.FullClassNameMatcher
-
Constructs an object based on the specified class names.
- get() - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets the origin.
- get(int) - Method in class org.apache.commons.io.ByteOrderMark
-
Gets the byte at the specified position.
- get() - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- get() - Method in interface org.apache.commons.io.file.Counters.Counter
-
Gets the counter as a long.
- get() - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- get() - Method in class org.apache.commons.io.file.Counters.NoopCounter
-
- get(IOSupplier<FileVisitResult>) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
- get() - Method in class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
- get(IOSupplier<T>) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOSupplier
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- get() - Method in interface org.apache.commons.io.function.IOSupplier
-
Gets a result.
- get(IOSupplier<T>) - Static method in class org.apache.commons.io.function.Uncheck
-
Gets the result from an IO supplier.
- get(IOSupplier<T>, Supplier<String>) - Static method in class org.apache.commons.io.function.Uncheck
-
Gets the result from an IO supplier.
- get() - Method in class org.apache.commons.io.input.AutoCloseInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.BOMInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.CharSequenceInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.Builder
-
Deprecated.
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.MessageDigestInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.QueueInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.ReadAheadInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.ReaderInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.ReversedLinesFileReader.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.Tailer.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.UncheckedBufferedReader.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.UncheckedFilterInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.UncheckedFilterReader.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.input.XmlStreamReader.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.ChunkedOutputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.FileWriterWithEncoding.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.LockableFileWriter.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.UncheckedFilterOutputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.UncheckedFilterWriter.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.WriterOutputStream.Builder
-
Constructs a new instance.
- get() - Method in class org.apache.commons.io.output.XmlStreamWriter.Builder
-
Constructs a new instance.
- getAclEntryList(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the access control list from a file attribute view.
- getAclFileAttributeView(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Shorthand for Files.getFileAttributeView(path, AclFileAttributeView.class)
.
- getAdsCriticalOffset(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Special handling for NTFS ADS: Don't accept colon in the fileName.
- getAllowUserInteraction() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getAppendable() - Method in class org.apache.commons.io.output.AppendableOutputStream
-
Return the target appendable.
- getAppendable() - Method in class org.apache.commons.io.output.AppendableWriter
-
Return the target appendable.
- getAsInt() - Method in interface org.apache.commons.io.function.IOIntSupplier
-
Gets a result.
- getAsInt(IOIntSupplier) - Static method in class org.apache.commons.io.function.Uncheck
-
Gets the result from an IO int supplier.
- getAsInt(IOIntSupplier, Supplier<String>) - Static method in class org.apache.commons.io.function.Uncheck
-
Gets the result from an IO int supplier.
- getAsLong() - Method in interface org.apache.commons.io.function.IOLongSupplier
-
Gets a result.
- getAsLong(IOLongSupplier) - Static method in class org.apache.commons.io.function.Uncheck
-
Gets the result from an IO long supplier.
- getAsLong(IOLongSupplier, Supplier<String>) - Static method in class org.apache.commons.io.function.Uncheck
-
Gets the result from an IO long supplier.
- getAttribute(Path, String, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.getAttribute(Path, String, LinkOption...)
throwing UncheckedIOException
instead of
IOException
.
- getBaseName(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full fileName.
- getBigInteger() - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- getBigInteger() - Method in interface org.apache.commons.io.file.Counters.Counter
-
Gets the counter as a BigInteger.
- getBigInteger() - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- getBigInteger() - Method in class org.apache.commons.io.file.Counters.NoopCounter
-
- getBlockingQueue() - Method in class org.apache.commons.io.input.QueueInputStream
-
Gets the blocking queue.
- getBlockSize() - Method in enum org.apache.commons.io.FileSystem
-
Gets the file allocation block size in bytes.
- getBOM() - Method in class org.apache.commons.io.input.BOMInputStream
-
Gets the BOM (Byte Order Mark).
- getBOMCharsetName() - Method in class org.apache.commons.io.input.BOMInputStream
-
- getBomEncoding() - Method in exception org.apache.commons.io.input.XmlStreamReaderException
-
Returns the BOM encoding found in the InputStream.
- getBuffer() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
- getBufferSize() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
- getBufferSize() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- getBufferSizeDefault() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
- getBuilder() - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Returns the underlying builder.
- getByteArray() - Method in class org.apache.commons.io.build.AbstractOrigin.ByteArrayOrigin
-
- getByteArray() - Method in class org.apache.commons.io.build.AbstractOrigin.CharSequenceOrigin
-
- getByteArray(long, int) - Method in class org.apache.commons.io.build.AbstractOrigin.FileOrigin
-
- getByteArray() - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as a byte array, if possible.
- getByteArray(long, int) - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as a byte array, if possible.
- getByteArray() - Method in class org.apache.commons.io.build.AbstractOrigin.InputStreamOrigin
-
- getByteArray(long, int) - Method in class org.apache.commons.io.build.AbstractOrigin.PathOrigin
-
- getByteArray() - Method in class org.apache.commons.io.build.AbstractOrigin.ReaderOrigin
-
- getByteCount() - Method in class org.apache.commons.io.input.CountingInputStream
-
Gets number of bytes that have passed through this stream.
- getByteCount() - Method in class org.apache.commons.io.output.CountingOutputStream
-
The number of bytes that have passed through this stream.
- getByteCount() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Gets the number of bytes that have been written to this output stream.
- getByteCounter() - Method in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- getByteCounter() - Method in interface org.apache.commons.io.file.Counters.PathCounters
-
Gets the byte counter.
- getBytes() - Method in class org.apache.commons.io.ByteOrderMark
-
Gets a copy of the BOM's bytes.
- getBytes(Charset) - Method in enum org.apache.commons.io.StandardLineSeparator
-
Gets the bytes for this instance encoded using the given Charset.
- getCause(int) - Method in exception org.apache.commons.io.IOExceptionList
-
Gets the cause exception at the given index.
- getCause(int, Class<T>) - Method in exception org.apache.commons.io.IOExceptionList
-
Gets the cause exception at the given index.
- getCause() - Method in exception org.apache.commons.io.TaggedIOException
-
Returns the wrapped exception.
- getCauseList() - Method in exception org.apache.commons.io.IOExceptionList
-
Gets the cause list.
- getCauseList(Class<T>) - Method in exception org.apache.commons.io.IOExceptionList
-
Works around Throwable and Generics, may fail at runtime depending on the argument value.
- getCharSequence(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin.CharSequenceOrigin
-
- getCharSequence(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as a byte array, if possible.
- getCharSequence(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin.ReaderOrigin
-
- getCharSequence() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets a CharSequence from the origin with a Charset.
- getCharset() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets the Charset, defaults to Charset.defaultCharset()
.
- getCharsetDefault() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets the Charset default, defaults to Charset.defaultCharset()
.
- getCharsetEncoder() - Method in class org.apache.commons.io.input.CharSequenceInputStream.Builder
-
- getCharsetEncoder() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
Gets the CharsetEncoder.
- getCharsetEncoder() - Method in class org.apache.commons.io.input.ReaderInputStream.Builder
-
- getCharsetEncoder() - Method in class org.apache.commons.io.input.ReaderInputStream
-
Gets the CharsetEncoder.
- getCharsetName() - Method in class org.apache.commons.io.ByteOrderMark
-
Gets the name of the Charset
the BOM represents.
- getChildren() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the directory's files.
- getChunkSize() - Method in class org.apache.commons.io.output.ChunkedOutputStream
-
- getCleaner() - Static method in class org.apache.commons.io.input.ByteBufferCleaner
-
- getCloseInstant() - Method in class org.apache.commons.io.input.TimestampedObserver
-
Gets the instant for when this instance was closed.
- getComparator() - Method in interface org.apache.commons.io.function.IOSpliterator
-
Like Spliterator.getComparator()
.
- getComparator() - Method in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- getConnectTimeout() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContent() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContent(Class[]) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContentEncoding() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContentLength() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContentLengthLong() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContentType() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getContentTypeEncoding(String) - Static method in class org.apache.commons.io.input.XmlStreamReader
-
Gets the charset parameter value, null
if not present, null
if httpContentType is null
.
- getContentTypeEncoding() - Method in exception org.apache.commons.io.input.XmlStreamReaderException
-
Returns the encoding in the content-type used to attempt determining the
encoding.
- getContentTypeMime(String) - Static method in class org.apache.commons.io.input.XmlStreamReader
-
Gets the MIME type or null
if httpContentType is null
.
- getContentTypeMime() - Method in exception org.apache.commons.io.input.XmlStreamReaderException
-
Returns the MIME type in the content-type used to attempt determining the
encoding.
- getCopyOptions() - Method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
Gets the copy options.
- getCount() - Method in class org.apache.commons.io.input.BoundedInputStream
-
Gets the count of bytes read.
- getCount() - Method in class org.apache.commons.io.input.CountingInputStream
-
Gets number of bytes that have passed through this stream.
- getCount() - Method in class org.apache.commons.io.output.CountingOutputStream
-
Gets the number of bytes that have passed through this stream.
- getCurrent() - Static method in enum org.apache.commons.io.FileSystem
-
Gets the current file system.
- getCurrentNumberOfBytes() - Method in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
Returns the number of bytes, that are currently present in the buffer.
- getData() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Gets the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
- getDate() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getDefaultByteOrderMark() - Static method in class org.apache.commons.io.input.BOMInputStream.Builder
-
For test access.
- getDefaultEncoding() - Method in class org.apache.commons.io.input.XmlStreamReader
-
Gets 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() - Method in class org.apache.commons.io.output.XmlStreamWriter
-
Returns the default encoding.
- getDefaultMessageDigest() - Static method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
Deprecated.
Gets a MessageDigest object that implements the default digest algorithm.
- getDefaultUseCaches() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getDelay() - Method in class org.apache.commons.io.input.Tailer
-
- getDelayDuration() - Method in class org.apache.commons.io.input.Tailer
-
Gets the delay Duration.
- getDeleteFailures() - Method in class org.apache.commons.io.FileCleaningTracker
-
Gets a copy of the file paths that failed to delete.
- getDepth() - Method in exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
Returns the depth when the operation was cancelled.
- getDirectory() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Returns the directory being observed.
- getDirectoryCounter() - Method in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- getDirectoryCounter() - Method in interface org.apache.commons.io.file.Counters.PathCounters
-
Gets the directory counter.
- getDirList() - Method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
Gets a copy of the list of visited directories.
- getDoInput() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getDoOutput() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getDosFileAttributeView(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Shorthand for Files.getFileAttributeView(path, DosFileAttributeView.class)
.
- getEncoding() - Method in class org.apache.commons.io.input.XmlStreamReader
-
Gets the charset encoding of the XmlStreamReader.
- getEncoding() - Method in class org.apache.commons.io.output.XmlStreamWriter
-
Returns the detected encoding.
- getExactSizeIfKnown() - Method in interface org.apache.commons.io.function.IOSpliterator
-
Like Spliterator.getExactSizeIfKnown()
.
- getExactSizeIfKnown() - Method in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- getExpiration() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getExtension(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the extension of a fileName.
- getFile() - Method in class org.apache.commons.io.build.AbstractOrigin.FileOrigin
-
- getFile() - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as a Path, if possible.
- getFile() - Method in class org.apache.commons.io.build.AbstractOrigin.PathOrigin
-
- getFile() - Method in class org.apache.commons.io.build.AbstractOrigin.URIOrigin
-
- getFile() - Method in exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
Returns the file when the operation was cancelled.
- getFile(File, String...) - Static method in class org.apache.commons.io.FileUtils
-
Constructs a file from the set of name elements.
- getFile(String...) - Static method in class org.apache.commons.io.FileUtils
-
Constructs a file from the set of name elements.
- getFile() - Method in class org.apache.commons.io.input.Tailer
-
Gets the file.
- getFile() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the file being monitored.
- getFile() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Gets either the output File specified in the constructor or the temporary File created or null.
- getFileCounter() - Method in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
Gets the count of visited files.
- getFileCounter() - Method in interface org.apache.commons.io.file.Counters.PathCounters
-
Gets the file counter.
- getFileFilter() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Returns the fileFilter.
- getFileFilters() - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Gets this conditional file filter's list of file filters.
- getFileFilters() - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
-
Gets this conditional file filter's list of file filters.
- getFileFilters() - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Gets this conditional file filter's list of file filters.
- getFileList() - Method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
Gets a copy of the list of visited files.
- getFileStore(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.getFileStore(Path)
throwing UncheckedIOException
instead of IOException
.
- getFileSystemProvider(Path) - Static method in class org.apache.commons.io.file.spi.FileSystemProviders
-
Gets the FileSystemProvider
for the given Path.
- getFileSystemProvider(String) - Method in class org.apache.commons.io.file.spi.FileSystemProviders
-
Gets the FileSystemProvider
for the given scheme.
- getFileSystemProvider(URI) - Method in class org.apache.commons.io.file.spi.FileSystemProviders
-
Gets the FileSystemProvider
for the given URI.
- getFileSystemProvider(URL) - Method in class org.apache.commons.io.file.spi.FileSystemProviders
-
Gets the FileSystemProvider
for the given URL.
- getFullPath(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the full path from a full fileName, which is the prefix + path.
- getFullPathNoEndSeparator(String) - Static method in class 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.
- getHeaderField(int) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getHeaderField(String) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getHeaderFieldDate(String, long) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getHeaderFieldInt(String, int) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getHeaderFieldKey(int) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getHeaderFieldLong(String, long) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getHeaderFields() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getIfModifiedSince() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getIllegalFileNameChars() - Method in enum org.apache.commons.io.FileSystem
-
Gets a cloned copy of the illegal characters for this file system.
- getIllegalFileNameCodePoints() - Method in enum org.apache.commons.io.FileSystem
-
Gets a cloned copy of the illegal code points for this file system.
- getIndex() - Method in exception org.apache.commons.io.IOIndexedException
-
The index of this exception.
- getInputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.ByteArrayOrigin
-
- getInputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.CharSequenceOrigin
-
- getInputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as an InputStream, if possible.
- getInputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.InputStreamOrigin
-
- getInputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.ReaderOrigin
-
- getInputStream() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets an input stream from the origin with open options.
- getInputStream() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getInstance() - Static method in class org.apache.commons.io.FileCleaner
-
Deprecated.
Gets the singleton instance, which is used by the deprecated, static methods.
- getInterval() - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Returns the interval.
- getLastModified() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getLastModified() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the last modified time from the last time it
was checked.
- getLastModifiedFileTime(File) - Static method in class org.apache.commons.io.file.PathUtils
-
Gets the file's last modified time or null if the file does not exist.
- getLastModifiedFileTime(Path, FileTime, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Gets the file's last modified time or null if the file does not exist.
- getLastModifiedFileTime(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Gets the file's last modified time or null if the file does not exist.
- getLastModifiedFileTime(URI) - Static method in class org.apache.commons.io.file.PathUtils
-
Gets the file's last modified time or null if the file does not exist.
- getLastModifiedFileTime(URL) - Static method in class org.apache.commons.io.file.PathUtils
-
Gets the file's last modified time or null if the file does not exist.
- getLastModifiedFileTime() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the last modified time from the last time it was checked.
- getLastModifiedTime(Path, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.getLastModifiedTime(Path, LinkOption...)
throwing UncheckedIOException
instead of
IOException
.
- getLastModifiedTime(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
- getLength() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the length.
- getLevel() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the level
- getListeners() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Returns the set of registered file system listeners.
- getLong() - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- getLong() - Method in interface org.apache.commons.io.file.Counters.Counter
-
Gets the counter as a Long.
- getLong() - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- getLong() - Method in class org.apache.commons.io.file.Counters.NoopCounter
-
- getMaxFileNameLength() - Method in enum org.apache.commons.io.FileSystem
-
Gets the maximum length for file names.
- getMaxLength() - Method in class org.apache.commons.io.input.BoundedInputStream
-
Gets the max count of bytes to read.
- getMaxPathLength() - Method in enum org.apache.commons.io.FileSystem
-
Gets the maximum length of the path to a file.
- getMessageDigest() - Method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
Deprecated.
Gets the MessageDigest
, which is being used for generating the checksum.
- getMessageDigest() - Method in class org.apache.commons.io.input.MessageDigestInputStream
-
Gets the MessageDigest
, which is being used for generating the checksum.
- getName(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the name minus the path from a full fileName.
- getName() - Method in enum org.apache.commons.io.IOCase
-
Gets the name of the constant.
- getName() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the file name.
- getNameSeparator() - Method in enum org.apache.commons.io.FileSystem
-
Gets the name separator, '\\' on Windows, '/' on Linux.
- getNanosOfMilli(Duration) - Static method in class org.apache.commons.io.ThreadUtils
-
- getNewLineMatchByteCount(byte[], int) - Method in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
Finds the new-line sequence and return its length.
- getObservers() - Method in class org.apache.commons.io.input.ObservableInputStream
-
Gets a copy of currently registered observers.
- getObservers() - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
- getOpenInstant() - Method in class org.apache.commons.io.input.TimestampedObserver
-
Gets the instant for when this instance was created.
- getOpenOptions() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets the OpenOption.
- getOpenToCloseDuration() - Method in class org.apache.commons.io.input.TimestampedObserver
-
Gets the Duration between creation and close.
- getOpenToNowDuration() - Method in class org.apache.commons.io.input.TimestampedObserver
-
Gets the Duration between creation and now.
- getOrigin() - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Gets the origin.
- getOsMatchesName(String) - Static method in enum org.apache.commons.io.FileSystem
-
Decides if the operating system matches.
- getOutputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as an OutputStream, if possible.
- getOutputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.OutputStreamOrigin
-
- getOutputStream(OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.WriterOrigin
-
- getOutputStream() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets an OutputStream from the origin with open options.
- getOutputStream() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getOutputStream() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Gets the underlying output stream, to which the corresponding OutputStream
methods in this class will
ultimately delegate.
- getOwner(Path, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.getOwner(Path, LinkOption...)
throwing UncheckedIOException
instead of
IOException
.
- getParent(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
- getParent() - Method in class org.apache.commons.io.monitor.FileEntry
-
Gets the parent entry.
- getParentFile(File) - Static method in class org.apache.commons.io.FileUtils
-
Gets the parent of the given file.
- getPath() - Method in class org.apache.commons.io.build.AbstractOrigin.FileOrigin
-
- getPath() - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets this origin as a Path, if possible.
- getPath() - Method in class org.apache.commons.io.build.AbstractOrigin.PathOrigin
-
- getPath() - Method in class org.apache.commons.io.build.AbstractOrigin.URIOrigin
-
- getPath() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets a Path from the origin.
- getPath() - Method in class org.apache.commons.io.FileCleaningTracker.Tracker
-
Return the path.
- getPath(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the path from a full fileName, which excludes the prefix.
- getPath() - Method in class org.apache.commons.io.input.Tailer.TailablePath
-
- getPath() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Gets either the output Path specified in the constructor or the temporary Path created or null.
- getPathCounters() - Method in class org.apache.commons.io.file.CountingPathVisitor
-
Gets the visitation counts.
- getPathFilter() - Method in class org.apache.commons.io.file.DirectoryStreamFilter
-
Gets the path filter.
- getPathNoEndSeparator(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the path from a full fileName, which excludes the prefix, and
also excluding the final directory separator.
- getPermission() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getPointer() - Method in class org.apache.commons.io.input.Tailer.RandomAccessFileBridge
-
- getPointer() - Method in interface org.apache.commons.io.input.Tailer.RandomAccessResourceBridge
-
Gets the current offset in this tailable.
- getPosition() - Method in class org.apache.commons.io.input.NullInputStream
-
Gets the current position.
- getPosition() - Method in class org.apache.commons.io.input.NullReader
-
Returns the current position.
- getPosixFileAttributeView(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Shorthand for Files.getFileAttributeView(path, PosixFileAttributeView.class)
.
- getPosixFilePermissions(Path, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.getPosixFilePermissions(Path, LinkOption...)
throwing UncheckedIOException
instead
of IOException
.
- getPrefix(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Gets the prefix from a full fileName, such as C:/
or ~/
.
- getPrefixLength(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Returns the length of the fileName prefix, such as C:/
or ~/
.
- getRandomAccess(String) - Method in interface org.apache.commons.io.input.Tailer.Tailable
-
Creates a random access file stream to read.
- getRandomAccess(String) - Method in class org.apache.commons.io.input.Tailer.TailablePath
-
- getRandomAccessFile() - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
Gets the underlying file.
- getReader(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin.ByteArrayOrigin
-
- getReader(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin.CharSequenceOrigin
-
- getReader(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets a new Reader on the origin, buffered by default.
- getReader(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin.InputStreamOrigin
-
- getReader(Charset) - Method in class org.apache.commons.io.build.AbstractOrigin.ReaderOrigin
-
- getReadTimeout() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getRequestProperties() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getRequestProperty(String) - Method in class org.apache.commons.io.CloseableURLConnection
-
- getReservedFileNames() - Method in enum org.apache.commons.io.FileSystem
-
Gets a cloned copy of the reserved file names.
- getRun() - Method in class org.apache.commons.io.input.Tailer
-
Gets whether to keep on running.
- getScratchByteArray() - Static method in class org.apache.commons.io.IOUtils
-
Gets the internal byte array buffer, intended for both reading and writing.
- getScratchByteArrayWriteOnly() - Static method in class org.apache.commons.io.IOUtils
-
Gets the internal byte array intended for write only operations.
- getScratchCharArray() - Static method in class org.apache.commons.io.IOUtils
-
Gets the char byte array buffer, intended for both reading and writing.
- getScratchCharArrayWriteOnly() - Static method in class org.apache.commons.io.IOUtils
-
Gets the internal char array intended for write only operations.
- getSize() - Method in class org.apache.commons.io.input.NullInputStream
-
Return the size this InputStream
emulates.
- getSize() - Method in class org.apache.commons.io.input.NullReader
-
Returns the size this Reader
emulates.
- getSourceDirectory() - Method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
Gets the source directory.
- getSpace() - Method in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
Returns the number of bytes, that can currently be added to the buffer.
- getStream() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Gets the current output stream.
- getStream() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
- getString() - Method in enum org.apache.commons.io.StandardLineSeparator
-
Gets the String value of this instance.
- getSystemProperty(String) - Static method in enum org.apache.commons.io.FileSystem
-
Gets a System property, defaulting to null
if the property cannot be read.
- getTag() - Method in exception org.apache.commons.io.TaggedIOException
-
Returns the serializable tag object.
- getTailable() - Method in class org.apache.commons.io.input.Tailer
-
Gets the Tailable.
- getTargetDirectory() - Method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
Gets the target directory.
- getTempDirectory() - Static method in class org.apache.commons.io.file.PathUtils
-
Gets a Path
representing the system temporary directory.
- getTempDirectory() - Static method in class org.apache.commons.io.FileUtils
-
Returns a File
representing the system temporary directory.
- getTempDirectoryPath() - Static method in class org.apache.commons.io.FileUtils
-
Returns the path to the system temporary directory.
- getThreshold() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Gets the threshold, in bytes, at which an event will be triggered.
- getTimeout() - Method in class org.apache.commons.io.input.QueueInputStream
-
Gets the timeout duration.
- getTrackCount() - Static method in class org.apache.commons.io.FileCleaner
-
- getTrackCount() - Method in class org.apache.commons.io.FileCleaningTracker
-
Gets the number of files currently being tracked, and therefore
awaiting deletion.
- getType(File) - Method in class org.apache.commons.io.comparator.DirectoryFileComparator
-
Converts type to numeric value.
- getURL() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getUseCaches() - Method in class org.apache.commons.io.CloseableURLConnection
-
- getUserDirectory() - Static method in class org.apache.commons.io.FileUtils
-
Returns a File
representing the user's home directory.
- getUserDirectoryPath() - Static method in class org.apache.commons.io.FileUtils
-
Returns the path to the user's home directory.
- getWriter(Charset, OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets a new Writer on the origin, buffered by default.
- getWriter(Charset, OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.OutputStreamOrigin
-
- getWriter(Charset, OpenOption...) - Method in class org.apache.commons.io.build.AbstractOrigin.WriterOrigin
-
- getWriter() - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Gets an writer from the origin with open options.
- getXmlEncoding() - Method in exception org.apache.commons.io.input.XmlStreamReaderException
-
Returns the encoding found in the XML prolog of the InputStream.
- getXmlGuessEncoding() - Method in exception org.apache.commons.io.input.XmlStreamReaderException
-
Returns the encoding guess based on the first bytes of the InputStream.
- getXmlProlog(InputStream, String) - Static method in class org.apache.commons.io.input.XmlStreamReader
-
Gets the encoding declared in the , null
if none.
- identity() - Static method in interface org.apache.commons.io.function.IOFunction
-
Returns a
IOFunction
that always returns its input argument.
- identity() - Static method in interface org.apache.commons.io.function.IOUnaryOperator
-
Creates a unary operator that always returns its input argument.
- idx - Variable in class org.apache.commons.io.input.CharSequenceReader
-
- illegalFileNameChars - Variable in enum org.apache.commons.io.FileSystem
-
- in - Variable in class org.apache.commons.io.input.UnixLineEndingInputStream
-
- in - Variable in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
- inbuf - Variable in class org.apache.commons.io.input.Tailer
-
Buffer on top of RandomAccessResourceBridge.
- include - Variable in class org.apache.commons.io.input.BOMInputStream.Builder
-
- include - Variable in class org.apache.commons.io.input.BOMInputStream
-
- increment() - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- increment() - Method in interface org.apache.commons.io.file.Counters.Counter
-
Adds one to this counter.
- increment() - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- increment() - Method in class org.apache.commons.io.file.Counters.NoopCounter
-
- index - Variable in exception org.apache.commons.io.IOIndexedException
-
Index.
- indexOf(CharSequence, int, int) - Static method in enum org.apache.commons.io.FileSystem
-
Copied from Apache Commons Lang CharSequenceUtils.
- indexOfExtension(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Returns the index of the last extension separator character, which is a dot.
- indexOfLastSeparator(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Returns the index of the last directory separator character.
- InfiniteCircularInputStream - Class in org.apache.commons.io.input
-
An InputStream
that infinitely repeats the provided bytes.
- InfiniteCircularInputStream(byte[]) - Constructor for class org.apache.commons.io.input.InfiniteCircularInputStream
-
Constructs an instance from the specified array of bytes.
- init(Tailer) - Method in interface 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) - Method in class org.apache.commons.io.input.TailerListenerAdapter
-
The tailer will call this method during construction,
giving the listener a method of stopping the tailer.
- INIT_PROBLEM - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Operating system state flag for error.
- initialize() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Initializes the observer.
- initWriter(File, Object, boolean) - Static method in class org.apache.commons.io.output.FileWriterWithEncoding
-
Initializes the wrapped file writer.
- initWriter(File, Charset, boolean) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Initializes the wrapped file writer.
- injectSlashLf - Variable in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
- inputStream - Variable in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
The source input stream that is filtered.
- inputStreamLocal - Variable in class org.apache.commons.io.input.DemuxInputStream
-
- InputStreamOrigin(InputStream) - Constructor for class org.apache.commons.io.build.AbstractOrigin.InputStreamOrigin
-
Constructs a new instance for the given origin.
- INSTALLED - Static variable in class org.apache.commons.io.file.spi.FileSystemProviders
-
- installed() - Static method in class org.apache.commons.io.file.spi.FileSystemProviders
-
Returns the instance for the installed providers.
- INSTANCE - Static variable in class org.apache.commons.io.file.Counters.NoopCounter
-
- INSTANCE - Static variable in class org.apache.commons.io.file.Counters.NoopPathCounters
-
- INSTANCE - Static variable in class org.apache.commons.io.file.NoopPathVisitor
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.FileCleaner
-
Deprecated.
The instance to use for the deprecated, static methods.
- INSTANCE - Static variable in class org.apache.commons.io.filefilter.DirectoryFileFilter
-
Singleton instance of directory filter.
- INSTANCE - Static variable in class org.apache.commons.io.filefilter.FalseFileFilter
-
Singleton instance of false filter.
- INSTANCE - Static variable in class org.apache.commons.io.filefilter.FileFileFilter
-
Singleton instance of file filter.
- INSTANCE - Static variable in class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
Singleton instance of file filter.
- INSTANCE - Static variable in class org.apache.commons.io.filefilter.TrueFileFilter
-
Singleton instance of true filter.
- INSTANCE - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Singleton instance, used mainly for testing.
- INSTANCE - Static variable in class org.apache.commons.io.input.BrokenInputStream
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.input.BrokenReader
-
A singleton instance using a default IOException.
- INSTANCE - Static variable in class org.apache.commons.io.input.ByteBufferCleaner
-
- INSTANCE - Static variable in class org.apache.commons.io.input.ClosedInputStream
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.input.ClosedReader
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.input.NullInputStream
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.input.NullReader
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.BrokenOutputStream
-
A singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.BrokenWriter
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.ClosedOutputStream
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.ClosedWriter
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.NullAppendable
-
A singleton.
- INSTANCE - Static variable in class org.apache.commons.io.output.NullOutputStream
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.NullPrintStream
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.io.output.NullWriter
-
The singleton instance.
- intervalMillis - Variable in class org.apache.commons.io.monitor.FileAlterationMonitor
-
- INVALID - Static variable in class org.apache.commons.io.input.BoundedReader
-
- invalidClassNameFound(String) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Called to throw InvalidClassException
if an invalid
class name is found during deserialization.
- invokeCleaner - Variable in class org.apache.commons.io.input.ByteBufferCleaner.Java9Cleaner
-
- IO - Class in org.apache.commons.io
-
Component-wide operations on Apache Commons IO.
- IO() - Constructor for class org.apache.commons.io.IO
-
- IO_BI_CONSUMER - Static variable in class org.apache.commons.io.function.Constants
-
No-op singleton.
- IO_BI_FUNCTION - Static variable in class org.apache.commons.io.function.Constants
-
No-op singleton.
- IO_FUNCTION_ID - Static variable in class org.apache.commons.io.function.Constants
-
No-op singleton.
- IO_PREDICATE_FALSE - Static variable in class org.apache.commons.io.function.Constants
-
Always false.
- IO_PREDICATE_TRUE - Static variable in class org.apache.commons.io.function.Constants
-
Always true.
- IO_TRI_CONSUMER - Static variable in class org.apache.commons.io.function.Constants
-
No-op singleton.
- IOBaseStream<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>> - Interface in org.apache.commons.io.function
-
Like BaseStream
but throws IOException
.
- IOBaseStreamAdapter<T,S extends IOBaseStream<T,S,B>,B extends java.util.stream.BaseStream<T,B>> - Class in org.apache.commons.io.function
-
- IOBaseStreamAdapter(B) - Constructor for class org.apache.commons.io.function.IOBaseStreamAdapter
-
Constructs an instance.
- IOBiConsumer<T,U> - Interface in org.apache.commons.io.function
-
Like BiConsumer
but throws IOException
.
- IOBiFunction<T,U,R> - Interface in org.apache.commons.io.function
-
Like BiFunction
but throws IOException
.
- IOBinaryOperator<T> - Interface in org.apache.commons.io.function
-
Like BinaryOperator
but throws IOException
.
- ioCase - Variable in class org.apache.commons.io.comparator.ExtensionFileComparator
-
Whether the comparison is case-sensitive.
- ioCase - Variable in class org.apache.commons.io.comparator.NameFileComparator
-
Whether the comparison is case-sensitive.
- ioCase - Variable in class org.apache.commons.io.comparator.PathFileComparator
-
Whether the comparison is case-sensitive.
- ioCase - Variable in class org.apache.commons.io.filefilter.NameFileFilter
-
Whether the comparison is case-sensitive.
- ioCase - Variable in class org.apache.commons.io.filefilter.SuffixFileFilter
-
Whether the comparison is case-sensitive.
- ioCase - Variable in class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
Whether the comparison is case-sensitive.
- ioCase - Variable in class org.apache.commons.io.filefilter.WildcardFileFilter
-
Whether the comparison is case-sensitive.
- IOCase - Enum in org.apache.commons.io
-
Enumeration of IO case sensitivity.
- IOCase(String, boolean) - Constructor for enum org.apache.commons.io.IOCase
-
Constructs a new instance.
- IOComparator<T> - Interface in org.apache.commons.io.function
-
Like Comparator
but throws IOException
.
- IOConsumer<T> - Interface in org.apache.commons.io.function
-
Like Consumer
but throws IOException
.
- IOExceptionList - Exception in org.apache.commons.io
-
An IOException based on a list of Throwable causes.
- IOExceptionList(List<? extends Throwable>) - Constructor for exception org.apache.commons.io.IOExceptionList
-
Constructs a new exception caused by a list of exceptions.
- IOExceptionList(String, List<? extends Throwable>) - Constructor for exception org.apache.commons.io.IOExceptionList
-
Constructs a new exception caused by a list of exceptions.
- IOExceptionWithCause - Exception in org.apache.commons.io
-
- IOExceptionWithCause(String, Throwable) - Constructor for exception org.apache.commons.io.IOExceptionWithCause
-
Deprecated.
Constructs a new instance with the given message and cause.
- IOExceptionWithCause(Throwable) - Constructor for exception org.apache.commons.io.IOExceptionWithCause
-
Deprecated.
Constructs a new instance with the given cause.
- IOFileFilter - Interface in org.apache.commons.io.filefilter
-
An interface which brings the FileFilter, FilenameFilter, and PathFilter interfaces together.
- IOFunction<T,R> - Interface in org.apache.commons.io.function
-
Like Function
but throws IOException
.
- IOIndexedException - Exception in org.apache.commons.io
-
A IOException associated with a source index.
- IOIndexedException(int, Throwable) - Constructor for exception org.apache.commons.io.IOIndexedException
-
Constructs a new exception.
- IOIntSupplier - Interface in org.apache.commons.io.function
-
Like IntSupplier
but throws IOException
.
- IOIterator<E> - Interface in org.apache.commons.io.function
-
Like Iterator
but throws IOException
.
- IOIteratorAdapter<E> - Class in org.apache.commons.io.function
-
- IOIteratorAdapter(Iterator<E>) - Constructor for class org.apache.commons.io.function.IOIteratorAdapter
-
- IOLongSupplier - Interface in org.apache.commons.io.function
-
Like LongSupplier
but throws IOException
.
- IOPredicate<T> - Interface in org.apache.commons.io.function
-
Like Predicate
but throws IOException
.
- IOQuadFunction<T,U,V,W,R> - Interface in org.apache.commons.io.function
-
Represents a function that accepts four arguments and produces a result.
- IORunnable - Interface in org.apache.commons.io.function
-
Like Runnable
but throws IOException
.
- IOSpliterator<T> - Interface in org.apache.commons.io.function
-
Like Spliterator
but throws IOException
.
- IOSpliteratorAdapter<T> - Class in org.apache.commons.io.function
-
- IOSpliteratorAdapter(Spliterator<T>) - Constructor for class org.apache.commons.io.function.IOSpliteratorAdapter
-
- IOStream<T> - Interface in org.apache.commons.io.function
-
Like Stream
but throws IOException
.
- IOStreamAdapter<T> - Class in org.apache.commons.io.function
-
- IOStreamAdapter(Stream<T>) - Constructor for class org.apache.commons.io.function.IOStreamAdapter
-
- IOStreams - Class in org.apache.commons.io.function
-
Keep this code package-private for now.
- IOStreams() - Constructor for class org.apache.commons.io.function.IOStreams
-
- IOSupplier<T> - Interface in org.apache.commons.io.function
-
Like Supplier
but throws IOException
.
- IOTriConsumer<T,U,V> - Interface in org.apache.commons.io.function
-
Like BiConsumer
but throws IOException
.
- IOTriFunction<T,U,V,R> - Interface in org.apache.commons.io.function
-
Represents a function that accepts three arguments and produces a result.
- IOUnaryOperator<T> - Interface in org.apache.commons.io.function
-
Like UnaryOperator
but throws IOException
.
- IOUtils - Class in org.apache.commons.io
-
General IO stream manipulation utilities.
- IOUtils() - Constructor for class org.apache.commons.io.IOUtils
-
- IPV4_MAX_OCTET_VALUE - Static variable in class org.apache.commons.io.FilenameUtils
-
- IPV4_PATTERN - Static variable in class org.apache.commons.io.FilenameUtils
-
- IPV6_MAX_HEX_DIGITS_PER_GROUP - Static variable in class org.apache.commons.io.FilenameUtils
-
- IPV6_MAX_HEX_GROUPS - Static variable in class org.apache.commons.io.FilenameUtils
-
- IS_OS_LINUX - Static variable in enum org.apache.commons.io.FileSystem
-
Is true
if this is Linux.
- IS_OS_MAC - Static variable in enum org.apache.commons.io.FileSystem
-
Is true
if this is Mac.
- IS_OS_WINDOWS - Static variable in enum org.apache.commons.io.FileSystem
-
Is true
if this is Windows.
- isAppXml(String) - Static method in class org.apache.commons.io.input.XmlStreamReader
-
Tests if the MIME type belongs to the APPLICATION XML family.
- isCase - Variable in class org.apache.commons.io.filefilter.PrefixFileFilter
-
Whether the comparison is case-sensitive.
- isCasePreserving() - Method in enum org.apache.commons.io.FileSystem
-
Tests whether this file system preserves case.
- isCaseSensitive() - Method in enum org.apache.commons.io.FileSystem
-
Tests whether this file system is case-sensitive.
- isCaseSensitive(IOCase) - Static method in enum org.apache.commons.io.IOCase
-
Tests for cases sensitivity in a null-safe manner.
- isCaseSensitive() - Method in enum org.apache.commons.io.IOCase
-
Does the object represent case-sensitive comparison.
- isCauseOf(Throwable) - Method in class org.apache.commons.io.input.TaggedInputStream
-
Tests if the given exception was caused by this stream.
- isCauseOf(Throwable) - Method in class org.apache.commons.io.input.TaggedReader
-
Tests if the given exception was caused by this reader.
- isCauseOf(Exception) - Method in class org.apache.commons.io.output.TaggedOutputStream
-
Tests if the given exception was caused by this stream.
- isCauseOf(Exception) - Method in class org.apache.commons.io.output.TaggedWriter
-
Tests if the given exception was caused by this writer.
- isClosed - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- isClosed() - Method in class org.apache.commons.io.input.TimestampedObserver
-
- isCloseOnClose() - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
Returns whether to close the underlying file when this stream is closed.
- isDirectory(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests whether the given Path
is a directory or not.
- isDirectory(File, LinkOption...) - Static method in class org.apache.commons.io.FileUtils
-
Tests whether the specified File
is a directory or not.
- isDirectory() - Method in class org.apache.commons.io.monitor.FileEntry
-
Tests whether the file is a directory or not.
- isEmpty(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests whether the given file or directory is empty.
- isEmpty() - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
- isEmpty(String) - Static method in class org.apache.commons.io.FilenameUtils
-
- isEmpty(List<? extends Throwable>) - Static method in exception org.apache.commons.io.IOExceptionList
-
- isEmptyDirectory(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests whether the directory is empty.
- isEmptyDirectory(File) - Static method in class org.apache.commons.io.FileUtils
-
Tests whether the directory is empty.
- isEmptyFile(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests whether the given file is empty.
- isEndOfStream() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- isEqual(Object) - Static method in interface org.apache.commons.io.function.IOPredicate
-
Creates a predicate that tests if two arguments are equal using Objects.equals(Object, Object)
.
- isExists() - Method in class org.apache.commons.io.monitor.FileEntry
-
Tests whether the file existed the last time it
was checked.
- isExtension(String, Collection<String>) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether the extension of the fileName is one of those specified.
- isExtension(String, String) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether the extension of the fileName is that specified.
- isExtension(String, String...) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether the extension of the fileName is one of those specified.
- isFileNewer(File, ChronoLocalDate) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified ChronoLocalDate
at the end of day.
- isFileNewer(File, ChronoLocalDate, LocalTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified ChronoLocalDate
at the specified time.
- isFileNewer(File, ChronoLocalDate, OffsetTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified ChronoLocalDate
at the specified
OffsetTime
.
- isFileNewer(File, ChronoLocalDateTime<?>) - Static method in class 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) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified ChronoLocalDateTime
at the specified ZoneId
.
- isFileNewer(File, ChronoZonedDateTime<?>) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified ChronoZonedDateTime
.
- isFileNewer(File, Date) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified Date
.
- isFileNewer(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the reference File
.
- isFileNewer(File, FileTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified FileTime
.
- isFileNewer(File, Instant) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified Instant
.
- isFileNewer(File, long) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified time reference.
- isFileNewer(File, OffsetDateTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is newer than the specified OffsetDateTime
.
- isFileOlder(File, ChronoLocalDate) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified ChronoLocalDate
at the end of day.
- isFileOlder(File, ChronoLocalDate, LocalTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified ChronoLocalDate
at the specified LocalTime
.
- isFileOlder(File, ChronoLocalDate, OffsetTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified ChronoLocalDate
at the specified
OffsetTime
.
- isFileOlder(File, ChronoLocalDateTime<?>) - Static method in class 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) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified ChronoLocalDateTime
at the specified ZoneId
.
- isFileOlder(File, ChronoZonedDateTime<?>) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified ChronoZonedDateTime
.
- isFileOlder(File, Date) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified Date
.
- isFileOlder(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the reference File
.
- isFileOlder(File, FileTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified FileTime
.
- isFileOlder(File, Instant) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified Instant
.
- isFileOlder(File, long) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified time reference.
- isFileOlder(File, OffsetDateTime) - Static method in class org.apache.commons.io.FileUtils
-
Tests if the specified File
is older than the specified OffsetDateTime
.
- isHidden(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.isHidden(Path)
throwing UncheckedIOException
instead of IOException
.
- isIllegalFileNameChar(int) - Method in enum org.apache.commons.io.FileSystem
-
Tests if the given character is illegal in a file name, false
otherwise.
- isInMemory() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Tests whether or not the data for this output stream has been retained in memory.
- isIPv4Address(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether a given string represents a valid IPv4 address.
- isIPv6Address(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether a given string represents a valid IPv6 address.
- isLegalFileName(CharSequence) - Method in enum org.apache.commons.io.FileSystem
-
Tests if a candidate file name (without a path) such as "filename.ext"
or "filename"
is a
potentially legal file name.
- isMaxLength() - Method in class org.apache.commons.io.input.BoundedInputStream
-
- isNewer(Path, ChronoZonedDateTime<?>, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is newer than the given time reference.
- isNewer(Path, FileTime, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is newer than the given time reference.
- isNewer(Path, Instant, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is newer than the given time reference.
- isNewer(Path, long, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is newer than the given time reference.
- isNewer(Path, Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is newer than the reference Path
.
- isNewer(FileTime) - Method in interface org.apache.commons.io.input.Tailer.Tailable
-
Tests if this tailable is newer than the specified FileTime
.
- isNewer(FileTime) - Method in class org.apache.commons.io.input.Tailer.TailablePath
-
- ISO_8859_1 - Static variable in class org.apache.commons.io.Charsets
-
- isOlder(Path, FileTime, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is older than the given time reference.
- isOlder(Path, Instant, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is older than the given time reference.
- isOlder(Path, long, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is older than the given time reference.
- isOlder(Path, Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests if the given Path
is older than the reference Path
.
- isOsNameMatch(String, String) - Static method in enum org.apache.commons.io.FileSystem
-
Decides if the operating system matches.
- isParallel() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.isParallel()
.
- isParallel() - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- isPosix(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests whether the given path is on a POSIX file system.
- isPropagateClose() - Method in class org.apache.commons.io.input.BoundedInputStream
-
- isReading - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- isRegularFile(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Tests whether the given Path
is a regular file or not.
- isRegularFile(File, LinkOption...) - Static method in class org.apache.commons.io.FileUtils
-
Tests whether the specified File
is a regular file or not.
- isReservedFileName(CharSequence) - Method in enum org.apache.commons.io.FileSystem
-
Tests whether the given string is a reserved file name.
- isRFC3986HostName(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether a given string is a valid host name according to
RFC 3986 - not accepting IP addresses.
- isSameFile(Path, Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.isSameFile(Path, Path)
throwing UncheckedIOException
instead of
IOException
.
- isSeparator(char) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks if the character is a separator.
- isSupported() - Static method in class org.apache.commons.io.input.ByteBufferCleaner
-
Tests if were able to load a suitable cleaner for the current JVM.
- isSymbolicLink(Path) - Method in class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
Delegates to Files.isSymbolicLink(Path)
for testing.
- isSymlink(File) - Static method in class org.apache.commons.io.FileUtils
-
Tests whether the specified file is a symbolic link rather than an actual file.
- isSystemWindows() - Static method in class org.apache.commons.io.FilenameUtils
-
Determines if Windows file system is in use.
- isTaggedWith(Throwable, Object) - Static method in exception org.apache.commons.io.TaggedIOException
-
Checks whether the given throwable is tagged with the given tag.
- isTextXml(String) - Static method in class org.apache.commons.io.input.XmlStreamReader
-
Tests if the MIME type belongs to the TEXT XML family.
- isThresholdExceeded() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Tests whether or not the configured threshold has been exceeded for this output stream.
- isUnderlyingInputStreamBeingClosed - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- isValidHostName(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks whether a given string is a valid host name according to
RFC 3986.
- isValidLine(String) - Method in class org.apache.commons.io.LineIterator
-
Overridable method to validate each line that is returned.
- isWaiting - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- iterate(T, IOUnaryOperator<T>) - Static method in interface org.apache.commons.io.function.IOStream
-
Like Stream.iterate(Object, UnaryOperator)
but for IO.
- iterateFiles(File, IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.FileUtils
-
Iterates over the files in given directory (and optionally
its subdirectories).
- iterateFiles(File, String[], boolean) - Static method in class org.apache.commons.io.FileUtils
-
Iterates over the files in a given directory (and optionally
its subdirectories) which match an array of extensions.
- iterateFilesAndDirs(File, IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.FileUtils
-
Iterates over the files in given directory (and optionally
its subdirectories).
- iterator() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.iterator()
.
- iterator() - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- iterator() - Method in exception org.apache.commons.io.IOExceptionList
-
- iterator - Variable in class org.apache.commons.io.StreamIterator
-
The given stream's Iterator.
- iterator(Stream<T>) - Static method in class org.apache.commons.io.StreamIterator
-
Wraps and presents a stream as a closable resource that automatically closes itself when reaching the end of stream.
- magicNumberFileFilter(byte[]) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files that begin with the provided magic
number.
- magicNumberFileFilter(byte[], long) - Static method in class 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) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files that begin with the provided magic
number.
- magicNumberFileFilter(String, long) - Static method in class 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 - Class in org.apache.commons.io.filefilter
-
File filter for matching files containing a "magic number".
- MagicNumberFileFilter(byte[]) - Constructor for class 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) - Constructor for class 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) - Constructor for class 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) - Constructor for class 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.
- magicNumbers - Variable in class org.apache.commons.io.filefilter.MagicNumberFileFilter
-
The magic number to compare against the file's bytes at the provided
offset.
- makeCVSAware(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter to make it ignore CVS directories.
- makeDirectoryOnly(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter so that it only applies to directories and not to files.
- makeFileOnly(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter so that it only applies to files and not to directories.
- makeSVNAware(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter to make it ignore SVN directories.
- map(IOFunction<? super T, ? extends R>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.map(java.util.function.Function)
.
- mapToDouble(ToDoubleFunction<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOToDoubleFunction?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- mapToInt(ToIntFunction<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOToIntFunction?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- mapToLong(ToLongFunction<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOToLongFunction?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- mark(int) - Method in class org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's mark(int)
method.
- mark - Variable in class org.apache.commons.io.input.BoundedInputStream
-
The marked position.
- mark(int) - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's mark(int)
method.
- mark(int) - Method in class org.apache.commons.io.input.BoundedReader
-
marks the target stream
- mark(int) - Method in class org.apache.commons.io.input.BrokenReader
-
Throws the configured exception.
- mark(int) - Method in class org.apache.commons.io.input.CharSequenceInputStream
- mark - Variable in class org.apache.commons.io.input.CharSequenceReader
-
- mark(int) - Method in class org.apache.commons.io.input.CharSequenceReader
-
Mark the current position.
- mark(int) - Method in class org.apache.commons.io.input.MarkShieldInputStream
-
- mark - Variable in class org.apache.commons.io.input.NullInputStream
-
- mark(int) - Method in class org.apache.commons.io.input.NullInputStream
-
Marks the current position.
- mark - Variable in class org.apache.commons.io.input.NullReader
-
- mark(int) - Method in class org.apache.commons.io.input.NullReader
-
Marks the current position.
- mark(int) - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's mark(int)
method.
- mark(int) - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's mark(int)
method.
- mark(int) - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- mark(int) - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- mark(int) - Method in class org.apache.commons.io.input.UnixLineEndingInputStream
- mark() - Static method in class org.apache.commons.io.input.UnsupportedOperationExceptions
-
Constructs a new instance of UnsupportedOperationException for a mark
method.
- mark(int) - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Sets a mark position in this stream.
- mark(int) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- mark(int) - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Sets a mark position in this stream.
- mark(int) - Method in class org.apache.commons.io.input.WindowsLineEndingInputStream
- MARK_RESET - Static variable in class org.apache.commons.io.input.UnsupportedOperationExceptions
-
- markedAt - Variable in class org.apache.commons.io.input.BoundedReader
-
- markedAtStart - Variable in class org.apache.commons.io.input.BOMInputStream
-
- markedOffset - Variable in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
The current mark (if any).
- markFbIndex - Variable in class org.apache.commons.io.input.BOMInputStream
-
- markLimit - Variable in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
The current limit, which when passed, invalidates the current mark.
- markPos - Variable in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
The currently marked position.
- MarkShieldInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.MarkShieldInputStream
-
Constructs a proxy that shields the given input stream from being
marked or rest.
- markSupported() - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's markSupported()
method.
- markSupported() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- markSupported() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Mark is supported (returns true).
- markSupported() - Method in class org.apache.commons.io.input.MarkShieldInputStream
-
- markSupported - Variable in class org.apache.commons.io.input.NullInputStream
-
- markSupported() - Method in class org.apache.commons.io.input.NullInputStream
-
Tests whether mark is supported.
- markSupported - Variable in class org.apache.commons.io.input.NullReader
-
- markSupported() - Method in class org.apache.commons.io.input.NullReader
-
Indicates whether mark is supported.
- markSupported() - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's markSupported()
method.
- markSupported() - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's markSupported()
method.
- markSupported() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Indicates whether BufferedInputStream
supports the mark()
and reset()
methods.
- markSupported() - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- markSupported() - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Indicates whether this stream supports mark()
and reset()
.
- matches(Path) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Tests if a Path should be accepted by this filter.
- matches(Path) - Method in class org.apache.commons.io.filefilter.PathMatcherFileFilter
-
- matches(ByteOrderMark) - Method in class org.apache.commons.io.input.BOMInputStream
-
Checks if the bytes match a BOM.
- matches(String) - Method in interface org.apache.commons.io.serialization.ClassNameMatcher
-
Returns true
if the supplied class name matches this object's condition.
- matches(String) - Method in class org.apache.commons.io.serialization.FullClassNameMatcher
-
- matches(String) - Method in class org.apache.commons.io.serialization.RegexpClassNameMatcher
-
- matches(String) - Method in class org.apache.commons.io.serialization.WildcardClassNameMatcher
-
- max(IOComparator<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.max(java.util.Comparator)
.
- MAX_UNSIGNED_SHORT - Static variable in class org.apache.commons.io.FilenameUtils
-
- maxBy(IOComparator<? super T>) - Static method in interface org.apache.commons.io.function.IOBinaryOperator
-
Creates a
IOBinaryOperator
which returns the greater of two elements according to the specified
Comparator
.
- maxCharsFromTargetReader - Variable in class org.apache.commons.io.input.BoundedReader
-
- maxCount - Variable in class org.apache.commons.io.input.BoundedInputStream
-
The max count of bytes to read.
- maxFileNameLength - Variable in enum org.apache.commons.io.FileSystem
-
- maxPathLength - Variable in enum org.apache.commons.io.FileSystem
-
- MemoryMappedFileInputStream - Class in org.apache.commons.io.input
-
An InputStream
that utilizes memory mapped files to improve performance.
- MemoryMappedFileInputStream(Path, int) - Constructor for class org.apache.commons.io.input.MemoryMappedFileInputStream
-
Constructs a new instance.
- MemoryMappedFileInputStream.Builder - Class in org.apache.commons.io.input
-
- memoryOutputStream - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
The output stream to which data will be written prior to the threshold being reached.
- messageDigest - Variable in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.Builder
-
Deprecated.
- messageDigest - Variable in class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
Deprecated.
- messageDigest - Variable in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
-
Deprecated.
- messageDigest - Variable in class org.apache.commons.io.input.MessageDigestInputStream.Builder
-
- messageDigest - Variable in class org.apache.commons.io.input.MessageDigestInputStream
-
- messageDigest - Variable in class org.apache.commons.io.input.MessageDigestInputStream.MessageDigestMaintainingObserver
-
- MessageDigestCalculatingInputStream - Class in org.apache.commons.io.input
-
- MessageDigestCalculatingInputStream(InputStream) - Constructor for class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
- MessageDigestCalculatingInputStream(InputStream, MessageDigest) - Constructor for class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
- MessageDigestCalculatingInputStream(InputStream, String) - Constructor for class org.apache.commons.io.input.MessageDigestCalculatingInputStream
-
- MessageDigestCalculatingInputStream.Builder - Class in org.apache.commons.io.input
-
Deprecated.
- MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver - Class in org.apache.commons.io.input
-
Deprecated.
Maintains the message digest.
- MessageDigestInputStream - Class in org.apache.commons.io.input
-
- MessageDigestInputStream(InputStream, MessageDigest) - Constructor for class org.apache.commons.io.input.MessageDigestInputStream
-
Constructs a new instance, which calculates a signature on the given stream, using the given MessageDigest
.
- MessageDigestInputStream.Builder - Class in org.apache.commons.io.input
-
- MessageDigestInputStream.MessageDigestMaintainingObserver - Class in org.apache.commons.io.input
-
Maintains the message digest.
- MessageDigestMaintainingObserver(MessageDigest) - Constructor for class org.apache.commons.io.input.MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver
-
Deprecated.
Constructs an MessageDigestMaintainingObserver for the given MessageDigest.
- MessageDigestMaintainingObserver(MessageDigest) - Constructor for class org.apache.commons.io.input.MessageDigestInputStream.MessageDigestMaintainingObserver
-
Constructs an MessageDigestMaintainingObserver for the given MessageDigest.
- method(String) - Static method in class org.apache.commons.io.input.UnsupportedOperationExceptions
-
Constructs a new instance of UnsupportedOperationException for the given unsupported a method
name.
- min(IOComparator<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.min(java.util.Comparator)
.
- minBufferSize(CharsetEncoder) - Static method in class org.apache.commons.io.input.ReaderInputStream
-
- minBy(IOComparator<? super T>) - Static method in interface org.apache.commons.io.function.IOBinaryOperator
-
Creates a
IOBinaryOperator
which returns the lesser of two elements according to the specified
Comparator
.
- minPosLen(byte[], int) - Static method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- minusMillis(FileTime, long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Subtracts milliseconds from a source FileTime.
- minusNanos(FileTime, long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Subtracts nanoseconds from a source FileTime.
- minusSeconds(FileTime, long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Subtracts seconds from a source FileTime.
- mkdirs(File) - Static method in class org.apache.commons.io.FileUtils
-
Calls File.mkdirs()
and throws an IOException
on failure.
- mode - Variable in enum org.apache.commons.io.RandomAccessFileMode
-
- move(Path, Path, CopyOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.move(Path, Path, CopyOption...)
throwing UncheckedIOException
instead of
IOException
.
- moveDirectory(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Moves a directory.
- moveDirectoryToDirectory(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Moves a directory to another directory.
- moveFile(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Moves a file preserving attributes.
- moveFile(File, File, CopyOption...) - Static method in class org.apache.commons.io.FileUtils
-
Moves a file.
- moveFileToDirectory(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Moves a file to a directory.
- moveToDirectory(File, File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Moves a file or directory to a destination directory.
- name - Variable in class org.apache.commons.io.FileDeleteStrategy
-
The name of the strategy.
- name - Variable in enum org.apache.commons.io.IOCase
-
The enumeration name.
- name - Variable in class org.apache.commons.io.monitor.FileEntry
-
- NAME_COMPARATOR - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
- NAME_INSENSITIVE_COMPARATOR - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
- NAME_INSENSITIVE_REVERSE - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
- NAME_REVERSE - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
- NAME_SYSTEM_COMPARATOR - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
- NAME_SYSTEM_REVERSE - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
Reverse system sensitive name comparator instance (see
IOCase.SYSTEM
)
- NameFileComparator - Class in org.apache.commons.io.comparator
-
Compare the names of two files for order (see File.getName()
).
- NameFileComparator() - Constructor for class org.apache.commons.io.comparator.NameFileComparator
-
Constructs a case-sensitive file name comparator instance.
- NameFileComparator(IOCase) - Constructor for class org.apache.commons.io.comparator.NameFileComparator
-
Constructs a file name comparator instance with the specified case-sensitivity.
- nameFileFilter(String) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file name matches the specified text.
- nameFileFilter(String, IOCase) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file name matches the specified text.
- NameFileFilter - Class in org.apache.commons.io.filefilter
-
Filters file names for a certain name.
- NameFileFilter(List<String>) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new case-sensitive name file filter for a list of names.
- NameFileFilter(List<String>, IOCase) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new name file filter for a list of names specifying case-sensitivity.
- NameFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new case-sensitive name file filter for a single name.
- NameFileFilter(String...) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new case-sensitive name file filter for an array of names.
- NameFileFilter(String, IOCase) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new name file filter specifying case-sensitivity.
- NameFileFilter(String[], IOCase) - Constructor for class org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new name file filter for an array of names specifying case-sensitivity.
- names - Variable in class org.apache.commons.io.filefilter.NameFileFilter
-
The file names to search for
- nameSeparator - Variable in enum org.apache.commons.io.FileSystem
-
- nameSeparatorOther - Variable in enum org.apache.commons.io.FileSystem
-
- needNewBuffer(int) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Makes a new buffer available either by allocating
a new one or re-cycling an existing one.
- negate() - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
- negate() - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Constructs a new "not" filter with this filter.
- negate() - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
- negate() - Method in interface org.apache.commons.io.function.IOPredicate
-
Creates a predicate that represents the logical negation of this predicate.
- newBufferedReader(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newBufferedReader(Path)
throwing UncheckedIOException
instead of
IOException
.
- newBufferedReader(Path, Charset) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newBufferedReader(Path, Charset)
throwing UncheckedIOException
instead of
IOException
.
- newBufferedWriter(Path, Charset, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newBufferedWriter(Path, Charset, OpenOption...)
throwing UncheckedIOException
instead of IOException
.
- newBufferedWriter(Path, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newBufferedWriter(Path, OpenOption...)
throwing UncheckedIOException
instead of
IOException
.
- newByteArrayOrigin(byte[]) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new byte array origin for a byte array.
- newByteChannel(Path, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newByteChannel(Path, OpenOption...)
throwing UncheckedIOException
instead of
IOException
.
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newByteChannel(Path, Set, FileAttribute...)
throwing UncheckedIOException
instead
of IOException
.
- newCharSequenceOrigin(CharSequence) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new CharSequence origin for a CharSequence.
- newChildInstance(File) - Method in class org.apache.commons.io.monitor.FileEntry
-
Constructs a new child instance.
- newDaemonThread(Runnable) - Static method in class org.apache.commons.io.input.ReadAheadInputStream
-
Constructs a new daemon thread.
- newDaemonThread(Runnable) - Static method in class org.apache.commons.io.input.Tailer.Builder
-
Creates a new daemon thread.
- newDirectoryStream(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newDirectoryStream(Path)
throwing UncheckedIOException
instead of IOException
.
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newDirectoryStream(Path, java.nio.file.DirectoryStream.Filter)
throwing UncheckedIOException
instead of
IOException
.
- newDirectoryStream(Path, String) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newDirectoryStream(Path, String)
throwing UncheckedIOException
instead of
IOException
.
- newDirectoryStream(Path, PathFilter) - Static method in class org.apache.commons.io.file.PathUtils
-
Creates a new DirectoryStream for Paths rooted at the given directory.
- newEncoder(Charset) - Static method in class org.apache.commons.io.input.CharSequenceInputStream
-
- newEncoder(Charset) - Static method in class org.apache.commons.io.input.ReaderInputStream
-
- newExecutorService() - Static method in class org.apache.commons.io.input.ReadAheadInputStream
-
Constructs a new daemon executor service.
- newFileOrigin(File) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new file origin for a file.
- newFileOrigin(String) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new file origin for a file path.
- newInputStream(Path, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newInputStream(Path, OpenOption...)
throwing UncheckedIOException
instead of
IOException
.
- newInputStreamOrigin(InputStream) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new input stream origin for a file.
- newLineSequences - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- newOutputStream(Path, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.newOutputStream(Path, OpenOption...)
throwing UncheckedIOException
instead of
IOException
.
- newOutputStream(Path, boolean) - Static method in class org.apache.commons.io.file.PathUtils
-
Creates a new OutputStream by opening or creating a file, returning an output stream that may be used to write bytes to the file.
- newOutputStream(Path, LinkOption[], OpenOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
- newOutputStream(File, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Creates a new OutputStream by opening or creating a file, returning an output stream that may be used to write bytes
to the file.
- newOutputStreamOrigin(OutputStream) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new output stream origin for a file.
- newPathOrigin(Path) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new path origin for a file.
- newPathOrigin(String) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new path name origin for a path name.
- newQueueInputStream() - Method in class org.apache.commons.io.output.QueueOutputStream
-
Constructs a new QueueInputStream instance connected to this.
- newQueueOutputStream() - Method in class org.apache.commons.io.input.QueueInputStream
-
Constructs a new QueueOutputStream instance connected to this.
- newReaderOrigin(Reader) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new reader origin for a reader.
- newURIOrigin(URI) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new reader origin for a URI.
- newWriterOrigin(Writer) - Static method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Constructs a new writer origin for a file.
- next() - Method in interface org.apache.commons.io.function.IOIterator
-
Like Iterator.next()
.
- next() - Method in class org.apache.commons.io.function.IOIteratorAdapter
-
- next() - Method in class org.apache.commons.io.function.UncheckedIOIterator
-
- next() - Method in class org.apache.commons.io.LineIterator
-
Returns the next line in the wrapped Reader
.
- next() - Method in class org.apache.commons.io.StreamIterator
-
- nextBuffer() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- nextBufferPosition - Variable in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
The starting position (within the file) of the next sliding buffer.
- nextLine() - Method in class org.apache.commons.io.LineIterator
-
Returns the next line in the wrapped Reader
.
- nextReader() - Method in class org.apache.commons.io.input.SequenceReader
-
Returns the next available reader or null if done.
- no - Variable in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
- NO_MARK - Static variable in class org.apache.commons.io.input.CharSequenceInputStream
-
- NOFOLLOW_LINK_OPTION_ARRAY - Static variable in class org.apache.commons.io.file.PathUtils
-
- noFollowLinkOptionArray() - Static method in class org.apache.commons.io.file.PathUtils
-
Copy of the LinkOption
array for LinkOption.NOFOLLOW_LINKS
.
- NONE - Static variable in class org.apache.commons.io.function.IOStreams
-
- noneMatch(IOPredicate<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.noneMatch(java.util.function.Predicate)
.
- noop() - Static method in interface org.apache.commons.io.function.IOBiConsumer
-
Returns the no-op singleton.
- noop() - Static method in interface org.apache.commons.io.function.IOConsumer
-
Returns the constant no-op consumer.
- noop() - Static method in interface org.apache.commons.io.function.IOTriConsumer
-
Returns the no-op singleton.
- NOOP_IO_CONSUMER - Static variable in interface org.apache.commons.io.function.IOConsumer
-
Consider private.
- NOOP_OS_GETTER - Static variable in class org.apache.commons.io.output.ThresholdingOutputStream
-
Noop output stream getter function.
- noopCounter() - Static method in class org.apache.commons.io.file.Counters
-
Returns the no-op Counter.
- NoopCounter() - Constructor for class org.apache.commons.io.file.Counters.NoopCounter
-
- noopPathCounters() - Static method in class org.apache.commons.io.file.Counters
-
Returns the no-op PathCounters.
- NoopPathCounters() - Constructor for class org.apache.commons.io.file.Counters.NoopPathCounters
-
Constructs a new initialized instance.
- NoopPathVisitor - Class in org.apache.commons.io.file
-
A noop path visitor.
- NoopPathVisitor() - Constructor for class org.apache.commons.io.file.NoopPathVisitor
-
Constructs a new instance.
- NoopPathVisitor(IOBiFunction<Path, IOException, FileVisitResult>) - Constructor for class org.apache.commons.io.file.NoopPathVisitor
-
Constructs a new instance.
- NORMAL - Static variable in class 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) - Static method in class org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalize(String, boolean) - Static method in class org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalizeNoEndSeparator(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- normalizeNoEndSeparator(String, boolean) - Static method in class org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- normalizeSeparators(String) - Method in enum org.apache.commons.io.FileSystem
-
Converts all separators to the Windows separator of backslash.
- not(FileVisitResult) - Method in class org.apache.commons.io.filefilter.NotFileFilter
-
- NOT_EMPTY - Static variable in class org.apache.commons.io.filefilter.EmptyFileFilter
-
Singleton instance of not-empty filter
- NOT_FOUND - Static variable in class org.apache.commons.io.FilenameUtils
-
- noteClosed() - Method in class org.apache.commons.io.input.ObservableInputStream
-
- noteDataByte(int) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- noteDataBytes(byte[], int, int) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- noteError(IOException) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- noteFinished() - Method in class org.apache.commons.io.input.ObservableInputStream
-
- notExists(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
- notFileFilter(IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that NOTs the specified filter.
- NotFileFilter - Class in org.apache.commons.io.filefilter
-
This filter produces a logical NOT of the filters specified.
- NotFileFilter(IOFileFilter) - Constructor for class org.apache.commons.io.filefilter.NotFileFilter
-
Constructs a new file filter that NOTs the result of another filter.
- notify(byte[], int, int, IOException) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- now() - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Obtains the current instant FileTime from the system clock.
- ntfsTimeToDate(long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Converts NTFS time (100 nanosecond units since 1 January 1601) to Java time.
- ntfsTimeToFileTime(long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Converts NTFS time (100-nanosecond units since 1 January 1601) to a FileTime.
- NULL_LINK_OPTION - Static variable in class org.apache.commons.io.file.PathUtils
-
A LinkOption used to follow link in this class, the inverse of LinkOption.NOFOLLOW_LINKS
.
- NULL_OUTPUT_STREAM - Static variable in class org.apache.commons.io.output.NullOutputStream
-
- NULL_PRINT_STREAM - Static variable in class org.apache.commons.io.output.NullPrintStream
-
- NULL_WRITER - Static variable in class org.apache.commons.io.output.NullWriter
-
- NullAppendable - Class in org.apache.commons.io.output
-
Appends all data to the famous /dev/null.
- NullAppendable() - Constructor for class org.apache.commons.io.output.NullAppendable
-
Use the singleton.
- nullCharset - Variable in class org.apache.commons.io.input.XmlStreamReader.Builder
-
- NullInputStream - Class in org.apache.commons.io.input
-
A functional, light weight InputStream
that emulates
a stream of a specified size.
- NullInputStream() - Constructor for class org.apache.commons.io.input.NullInputStream
-
Constructs an InputStream
that emulates a size 0 stream
which supports marking and does not throw EOFException.
- NullInputStream(long) - Constructor for class org.apache.commons.io.input.NullInputStream
-
Constructs an InputStream
that emulates a specified size
which supports marking and does not throw EOFException.
- NullInputStream(long, boolean, boolean) - Constructor for class org.apache.commons.io.input.NullInputStream
-
Constructs an InputStream
that emulates a specified
size with option settings.
- NullOutputStream - Class in org.apache.commons.io.output
-
Never writes data.
- NullOutputStream() - Constructor for class org.apache.commons.io.output.NullOutputStream
-
- NullPrintStream - Class in org.apache.commons.io.output
-
Never prints data.
- NullPrintStream() - Constructor for class org.apache.commons.io.output.NullPrintStream
-
- NullReader - Class in org.apache.commons.io.input
-
A functional, light weight Reader
that emulates
a reader of a specified size.
- NullReader() - Constructor for class org.apache.commons.io.input.NullReader
-
Constructs a Reader
that emulates a size 0 reader
which supports marking and does not throw EOFException.
- NullReader(long) - Constructor for class org.apache.commons.io.input.NullReader
-
Constructs a Reader
that emulates a specified size
which supports marking and does not throw EOFException.
- NullReader(long, boolean, boolean) - Constructor for class org.apache.commons.io.input.NullReader
-
Constructs a Reader
that emulates a specified
size with option settings.
- NullWriter - Class in org.apache.commons.io.output
-
Never writes data.
- NullWriter() - Constructor for class org.apache.commons.io.output.NullWriter
-
- ObservableInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.ObservableInputStream
-
Constructs a new ObservableInputStream for the given InputStream.
- ObservableInputStream(InputStream, List<ObservableInputStream.Observer>) - Constructor for class org.apache.commons.io.input.ObservableInputStream
-
Constructs a new ObservableInputStream for the given InputStream.
- ObservableInputStream(InputStream, ObservableInputStream.Observer...) - Constructor for class org.apache.commons.io.input.ObservableInputStream
-
Constructs a new ObservableInputStream for the given InputStream.
- ObservableInputStream.Observer - Class in org.apache.commons.io.input
-
- Observer() - Constructor for class org.apache.commons.io.input.ObservableInputStream.Observer
-
- observers - Variable in class org.apache.commons.io.input.ObservableInputStream
-
- observers - Variable in class org.apache.commons.io.monitor.FileAlterationMonitor
-
- of(Iterable<T>) - Static method in interface org.apache.commons.io.function.IOStream
-
Null-safe version of StreamSupport.stream(java.util.Spliterator, boolean)
.
- of(T...) - Static method in interface org.apache.commons.io.function.IOStream
-
Null-safe version of Stream.of(Object[])
for an IO stream.
- of(T) - Static method in interface org.apache.commons.io.function.IOStream
-
Returns a sequential IOStreamImpl
containing a single element.
- of(Iterable<T>) - Static method in class org.apache.commons.io.function.IOStreams
-
Null-safe version of StreamSupport.stream(java.util.Spliterator, boolean)
.
- of(Stream<T>) - Static method in class org.apache.commons.io.function.IOStreams
-
- of(T...) - Static method in class org.apache.commons.io.function.IOStreams
-
Null-safe version of Stream.of(Object[])
.
- offset - Variable in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
- offset - Variable in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
Current offset in the data buffer.
- on(Appendable) - Static method in interface org.apache.commons.io.output.UncheckedAppendable
-
Constructs a new instance on the given Appendable.
- onAccept - Variable in class org.apache.commons.io.filefilter.AbstractFileFilter
-
What to do when this filter accepts.
- onClose(IORunnable) - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.onClose(Runnable)
.
- onClose(Runnable) - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- onDirectoryChange(File) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
Directory changed Event.
- onDirectoryChange(File) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
Directory changed Event.
- onDirectoryCreate(File) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
Directory created Event.
- onDirectoryCreate(File) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
Directory created Event.
- onDirectoryDelete(File) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
Directory deleted Event.
- onDirectoryDelete(File) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
Directory deleted Event.
- ONE_EB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in an exabyte.
- ONE_EB_BI - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in an exabyte.
- ONE_GB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a gigabyte.
- ONE_GB_BI - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a gigabyte.
- ONE_KB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a kilobyte.
- ONE_KB_BI - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a kilobyte.
- ONE_MB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a megabyte.
- ONE_MB_BI - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a megabyte.
- ONE_PB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a petabyte.
- ONE_PB_BI - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a petabyte.
- ONE_TB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a terabyte.
- ONE_TB_BI - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a terabyte.
- ONE_YB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a yottabyte.
- ONE_ZB - Static variable in class org.apache.commons.io.FileUtils
-
The number of bytes in a zettabyte.
- onFileChange(File) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
File changed Event.
- onFileChange(File) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
File changed Event.
- onFileCreate(File) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
File created Event.
- onFileCreate(File) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
File created Event.
- onFileDelete(File) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
File deleted Event.
- onFileDelete(File) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
File deleted Event.
- onMaxLength(long, long) - Method in class org.apache.commons.io.input.BoundedInputStream
-
A caller has caused a request that would cross the maxLength
boundary.
- onReject - Variable in class org.apache.commons.io.filefilter.AbstractFileFilter
-
What to do when this filter rejects.
- onStart(FileAlterationObserver) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
File system observer started checking event.
- onStart(FileAlterationObserver) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
File system observer started checking event.
- onStop(FileAlterationObserver) - Method in interface org.apache.commons.io.monitor.FileAlterationListener
-
File system observer finished checking event.
- onStop(FileAlterationObserver) - Method in class org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
File system observer finished checking event.
- open(URI) - Static method in class org.apache.commons.io.CloseableURLConnection
-
- open(URL) - Static method in class org.apache.commons.io.CloseableURLConnection
-
- OPEN_OPTIONS_APPEND - Static variable in class org.apache.commons.io.file.PathUtils
-
- OPEN_OPTIONS_TRUNCATE - Static variable in class org.apache.commons.io.file.PathUtils
-
- openInputStream(File) - Static method in class org.apache.commons.io.FileUtils
-
Opens a FileInputStream
for the specified file, providing better error messages than simply calling
new FileInputStream(file)
.
- openInstant - Variable in class org.apache.commons.io.input.TimestampedObserver
-
- openOptions - Variable in class org.apache.commons.io.build.AbstractStreamBuilder
-
- openOutputStream(File) - Static method in class 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) - Static method in class org.apache.commons.io.FileUtils
-
Opens a FileOutputStream
for the specified file, checking and
creating the parent directory if it does not exist.
- openProcess(String[]) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Opens the process to the operating system.
- or(IOFileFilter) - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
- or(IOFileFilter...) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that ORs the specified filters.
- or(IOFileFilter) - Method in interface org.apache.commons.io.filefilter.IOFileFilter
-
Constructs a new "or" filter with this filter.
- or(IOFileFilter) - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
- or(IOPredicate<? super T>) - Method in interface org.apache.commons.io.function.IOPredicate
-
Creates a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- orFileFilter(IOFileFilter, IOFileFilter) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
- OrFileFilter - Class in org.apache.commons.io.filefilter
-
A FileFilter
providing conditional OR logic across a list of file filters.
- OrFileFilter() - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
-
- OrFileFilter(ArrayList<IOFileFilter>) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
-
Constructs a new instance with the given initial list.
- OrFileFilter(int) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
-
Constructs a new instance with the given initial capacity.
- OrFileFilter(IOFileFilter...) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
-
Constructs a new instance for the give filters.
- OrFileFilter(IOFileFilter, IOFileFilter) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
-
Constructs a new file filter that ORs the result of other filters.
- OrFileFilter(List<IOFileFilter>) - Constructor for class org.apache.commons.io.filefilter.OrFileFilter
-
Constructs a new instance of
OrFileFilter
with the specified filters.
- org.apache.commons.io - package org.apache.commons.io
-
Provides classes for working with streams, readers, writers and files.
- org.apache.commons.io.build - package org.apache.commons.io.build
-
Provides classes to implement IO builders.
- org.apache.commons.io.channels - package org.apache.commons.io.channels
-
Provides classes to work with java.nio.channels
.
- org.apache.commons.io.charset - package org.apache.commons.io.charset
-
Provides classes to work with code from java.nio.charset
.
- org.apache.commons.io.comparator - package org.apache.commons.io.comparator
-
Provides various Comparator
implementations
for File
s and Path
.
- org.apache.commons.io.file - package org.apache.commons.io.file
-
Provides extensions in the realm of java.nio.file
.
- org.apache.commons.io.file.attribute - package org.apache.commons.io.file.attribute
-
Provides help using java.nio.file.attribute
types.
- org.apache.commons.io.file.spi - package org.apache.commons.io.file.spi
-
Provides extensions in the realm of java.nio.file.spi
.
- org.apache.commons.io.filefilter - package org.apache.commons.io.filefilter
-
Provides the an interface
IOFileFilter
that combines both
FileFilter
and
FilenameFilter
.
- org.apache.commons.io.function - package org.apache.commons.io.function
-
Provides IO-only related functional interfaces for lambda expressions and method references.
- org.apache.commons.io.input - package org.apache.commons.io.input
-
Provides implementations of input classes, such as InputStream
and Reader
.
- org.apache.commons.io.input.buffer - package org.apache.commons.io.input.buffer
-
- org.apache.commons.io.monitor - package org.apache.commons.io.monitor
-
Provides a component for monitoring file system events (directory and file create, update and delete events).
- org.apache.commons.io.output - package org.apache.commons.io.output
-
Provides implementations of output classes, such as OutputStream
and
Writer
.
- org.apache.commons.io.serialization - package org.apache.commons.io.serialization
-
Provides a framework for controlling the deserialization of classes.
- origin - Variable in class org.apache.commons.io.build.AbstractOrigin
-
The non-null origin.
- origin - Variable in class org.apache.commons.io.build.AbstractOriginSupplier
-
The underlying origin.
- OS - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
The operating system flag.
- OS_NAME_WINDOWS_PREFIX - Static variable in enum org.apache.commons.io.FileSystem
-
The prefix String for all Windows OS.
- OTHER - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Operating system state flag for neither Unix nor Windows.
- OTHER_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
-
The separator character that is the opposite of the system separator.
- out - Variable in class org.apache.commons.io.output.LockableFileWriter
-
The writer to decorate.
- out - Variable in class org.apache.commons.io.output.XmlStreamWriter
-
- outputFile - Variable in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
- outputPath - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
The file to which output will be directed if the threshold is exceeded.
- outputStreamGetter - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
-
Gets the output stream.
- OutputStreamOrigin(OutputStream) - Constructor for class org.apache.commons.io.build.AbstractOrigin.OutputStreamOrigin
-
Constructs a new instance for the given origin.
- outputStreamThreadLocal - Variable in class org.apache.commons.io.output.DemuxOutputStream
-
- overrideReadOnly - Variable in class org.apache.commons.io.file.CleaningPathVisitor
-
- overrideReadOnly - Variable in class org.apache.commons.io.file.DeletingPathVisitor
-
- overrideReadOnly(DeleteOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
- overrideReadOnly(DeleteOption[]) - Static method in enum org.apache.commons.io.file.StandardDeleteOption
-
- parallel() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.parallel()
.
- parallel() - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- parent - Variable in class org.apache.commons.io.monitor.FileEntry
-
- parseByteOrder(String) - Static method in class org.apache.commons.io.ByteOrderParser
-
Parses the String argument as a ByteOrder
.
- parseBytes(String, String) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Parses the bytes from a string.
- parseDir(String, String) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Parses the Windows dir response last line
- path - Variable in class org.apache.commons.io.FileCleaningTracker.Tracker
-
The full path to the file being tracked.
- path - Variable in class org.apache.commons.io.filefilter.FileEqualsFileFilter
-
- path - Variable in class org.apache.commons.io.filefilter.PathEqualsFileFilter
-
- path - Variable in class org.apache.commons.io.input.Tailer.TailablePath
-
- PATH_COMPARATOR - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
- PATH_INSENSITIVE_COMPARATOR - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
- PATH_INSENSITIVE_REVERSE - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
- PATH_REVERSE - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
- PATH_SYSTEM_COMPARATOR - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
- PATH_SYSTEM_REVERSE - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
Reverse system sensitive path comparator instance (see
IOCase.SYSTEM
)
- pathCounters - Variable in class org.apache.commons.io.file.CountingPathVisitor
-
- PathEqualsFileFilter - Class in org.apache.commons.io.filefilter
-
Accepts only an exact Path
object match.
- PathEqualsFileFilter(Path) - Constructor for class org.apache.commons.io.filefilter.PathEqualsFileFilter
-
Constructs a new instance for the given Path
.
- PathFileComparator - Class in org.apache.commons.io.comparator
-
Compare the path of two files for order (see File.getPath()
).
- PathFileComparator() - Constructor for class org.apache.commons.io.comparator.PathFileComparator
-
Constructs a case-sensitive file path comparator instance.
- PathFileComparator(IOCase) - Constructor for class org.apache.commons.io.comparator.PathFileComparator
-
Constructs a file path comparator instance with the specified case-sensitivity.
- pathFilter - Variable in class org.apache.commons.io.file.DirectoryStreamFilter
-
- PathFilter - Interface in org.apache.commons.io.file
-
A filter for Path
s.
- pathMatcher - Variable in class org.apache.commons.io.filefilter.PathMatcherFileFilter
-
- PathMatcherFileFilter - Class in org.apache.commons.io.filefilter
-
Delegates matching to a PathMatcher
.
- PathMatcherFileFilter(PathMatcher) - Constructor for class org.apache.commons.io.filefilter.PathMatcherFileFilter
-
Constructs a new instance to perform matching with a PathMatcher.
- PathOrigin(Path) - Constructor for class org.apache.commons.io.build.AbstractOrigin.PathOrigin
-
Constructs a new instance for the given origin.
- pathToString - Variable in class org.apache.commons.io.filefilter.RegexFileFilter
-
How convert a path to a string.
- PathUtils - Class in org.apache.commons.io.file
-
NIO Path utilities.
- PathUtils() - Constructor for class org.apache.commons.io.file.PathUtils
-
Prevents instantiation.
- PathUtils.RelativeSortedPaths - Class in org.apache.commons.io.file
-
Private worker/holder that computes and tracks relative path names and their equality.
- PathVisitor - Interface in org.apache.commons.io.file
-
A FileVisitor
typed to a Path
.
- pathVisitor - Variable in class org.apache.commons.io.filefilter.PathVisitorFileFilter
-
- PathVisitorFileFilter - Class in org.apache.commons.io.filefilter
-
A file filter backed by a path visitor.
- PathVisitorFileFilter(PathVisitor) - Constructor for class org.apache.commons.io.filefilter.PathVisitorFileFilter
-
Constructs a new instance that will forward calls to the given visitor.
- pattern - Variable in class org.apache.commons.io.filefilter.RegexFileFilter
-
The regular expression pattern that will be used to match file names.
- pattern - Variable in class org.apache.commons.io.serialization.RegexpClassNameMatcher
-
- pattern - Variable in class org.apache.commons.io.serialization.WildcardClassNameMatcher
-
- peek(IOConsumer<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.peek(java.util.function.Consumer)
.
- peek(byte[], int, int) - Method in class 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[]) - Method in class org.apache.commons.io.input.buffer.PeekableInputStream
-
Returns whether the next bytes in the buffer are as given by sourceBuffer
.
- peek(byte[], int, int) - Method in class 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 - Class in org.apache.commons.io.input.buffer
-
Implements a buffered input stream, which allows to peek into the buffers first bytes.
- PeekableInputStream(InputStream) - Constructor for class org.apache.commons.io.input.buffer.PeekableInputStream
-
Constructs a new instance, which filters the given input stream, and uses a reasonable default buffer size (
IOUtils.DEFAULT_BUFFER_SIZE
).
- PeekableInputStream(InputStream, int) - Constructor for class org.apache.commons.io.input.buffer.PeekableInputStream
-
Constructs a new instance, which filters the given input stream, and uses the given buffer size.
- performCommand(String[], int, Duration) - Method in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Performs an OS command.
- plusMillis(FileTime, long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Adds milliseconds to a source FileTime.
- plusNanos(FileTime, long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Adds nanoseconds from a source FileTime.
- plusSeconds(FileTime, long) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Adds seconds to a source FileTime.
- pos - Variable in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
The current position within the byte array buffer
.
- position - Variable in class org.apache.commons.io.input.CircularInputStream
-
- position - Variable in class org.apache.commons.io.input.NullInputStream
-
- position - Variable in class org.apache.commons.io.input.NullReader
-
- POSIX_UNIX - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Operating system state flag for Posix flavor Unix.
- postVisitDirectory(Path, IOException) - Method in class org.apache.commons.io.file.CountingPathVisitor
-
- postVisitDirectory(Path, IOException) - Method in class org.apache.commons.io.file.DeletingPathVisitor
-
- postVisitDirectory(Path, IOException) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
- prefix - Variable in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
- prefix - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
The temporary file prefix.
- prefixes - Variable in class org.apache.commons.io.filefilter.PrefixFileFilter
-
The file name prefixes to search for
- prefixFileFilter(String) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file name starts with the specified text.
- prefixFileFilter(String, IOCase) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file name starts with the specified text.
- PrefixFileFilter - Class in org.apache.commons.io.filefilter
-
Filters file names for a certain prefix.
- PrefixFileFilter(List<String>) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
-
Constructs a new Prefix file filter for a list of prefixes.
- PrefixFileFilter(List<String>, IOCase) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
-
Constructs a new Prefix file filter for a list of prefixes
specifying case-sensitivity.
- PrefixFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
-
Constructs a new Prefix file filter for a single prefix.
- PrefixFileFilter(String...) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
-
Constructs a new Prefix file filter for any of an array of prefixes.
- PrefixFileFilter(String, IOCase) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
-
Constructs a new Prefix file filter for a single prefix
specifying case-sensitivity.
- PrefixFileFilter(String[], IOCase) - Constructor for class org.apache.commons.io.filefilter.PrefixFileFilter
-
Constructs a new Prefix file filter for any of an array of prefixes
specifying case-sensitivity.
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.apache.commons.io.file.CleaningPathVisitor
-
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.apache.commons.io.file.CountingPathVisitor
-
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.apache.commons.io.file.DeletingPathVisitor
-
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
- probeContentType(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.probeContentType(Path)
throwing UncheckedIOException
instead of
IOException
.
- processByte() - Method in class org.apache.commons.io.input.NullInputStream
-
Returns a byte value for the read()
method.
- processBytes(byte[], int, int) - Method in class org.apache.commons.io.input.NullInputStream
-
Processes the bytes for the read(byte[], offset, length)
method.
- processChar() - Method in class org.apache.commons.io.input.NullReader
-
Returns a character value for the read()
method.
- processChars(char[], int, int) - Method in class org.apache.commons.io.input.NullReader
-
Process the characters for the read(char[], offset, length)
method.
- processHttpStream(BOMInputStream, BOMInputStream, boolean) - Method in class org.apache.commons.io.input.XmlStreamReader
-
Process the raw stream.
- processHttpStream(BOMInputStream, BOMInputStream, boolean, String) - Method in class org.apache.commons.io.input.XmlStreamReader
-
Processes an HTTP stream.
- processInput(boolean) - Method in class org.apache.commons.io.output.WriterOutputStream
-
Decode the contents of the input ByteBuffer into a CharBuffer.
- prologWriter - Variable in class org.apache.commons.io.output.XmlStreamWriter
-
- propagateClose - Variable in class org.apache.commons.io.input.BoundedInputStream
-
Flag if close should be propagated.
- providers - Variable in class org.apache.commons.io.file.spi.FileSystemProviders
-
- ProxyCollectionWriter - Class in 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(Collection<Writer>) - Constructor for class org.apache.commons.io.output.ProxyCollectionWriter
-
Constructs a new proxy collection writer.
- ProxyCollectionWriter(Writer...) - Constructor for class org.apache.commons.io.output.ProxyCollectionWriter
-
Constructs a new proxy collection writer.
- ProxyInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.ProxyInputStream
-
Constructs a new ProxyInputStream.
- ProxyOutputStream - Class in 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) - Constructor for class org.apache.commons.io.output.ProxyOutputStream
-
Constructs a new ProxyOutputStream.
- ProxyReader - Class in 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) - Constructor for class org.apache.commons.io.input.ProxyReader
-
Constructs a new ProxyReader.
- ProxyWriter - Class in 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) - Constructor for class org.apache.commons.io.output.ProxyWriter
-
Constructs a new ProxyWriter.
- RAF_READ_ONLY_MODE - Static variable in class org.apache.commons.io.input.Tailer
-
- randomAccessFile - Variable in class org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
- randomAccessFile - Variable in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- randomAccessFile - Variable in class org.apache.commons.io.input.Tailer.RandomAccessFileBridge
-
- RandomAccessFileBridge(File, String) - Constructor for class org.apache.commons.io.input.Tailer.RandomAccessFileBridge
-
- RandomAccessFileInputStream - Class in org.apache.commons.io.input
-
Streams data from a RandomAccessFile
starting at its current position.
- RandomAccessFileInputStream(RandomAccessFile) - Constructor for class org.apache.commons.io.input.RandomAccessFileInputStream
-
- RandomAccessFileInputStream(RandomAccessFile, boolean) - Constructor for class org.apache.commons.io.input.RandomAccessFileInputStream
-
- RandomAccessFileInputStream.Builder - Class in org.apache.commons.io.input
-
- RandomAccessFileMode - Enum in org.apache.commons.io
-
Access modes and factory methods for RandomAccessFile
.
- RandomAccessFileMode(String) - Constructor for enum org.apache.commons.io.RandomAccessFileMode
-
- RandomAccessFiles - Class in org.apache.commons.io
-
Works with RandomAccessFile
.
- RandomAccessFiles() - Constructor for class org.apache.commons.io.RandomAccessFiles
-
- RAW_EX_1 - Static variable in class org.apache.commons.io.input.XmlStreamReader
-
- RAW_EX_2 - Static variable in class org.apache.commons.io.input.XmlStreamReader
-
- read(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads the next byte from the input stream.
- read() - Method in class org.apache.commons.io.input.AbstractCharacterFilterReader
-
- read(char[], int, int) - Method in class org.apache.commons.io.input.AbstractCharacterFilterReader
-
- read() - Method in class org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's read()
method, detecting and optionally skipping BOM.
- read(byte[]) - Method in class org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's read(byte[])
method, detecting and optionally skipping BOM.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's read(byte[], int, int)
method, detecting and optionally skipping BOM.
- read() - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's read()
method if
the current position is less than the limit.
- read(byte[]) - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's read(byte[])
method.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's read(byte[], int, int)
method.
- read() - Method in class org.apache.commons.io.input.BoundedReader
-
Reads a single character
- read(char[], int, int) - Method in class org.apache.commons.io.input.BoundedReader
-
Reads into an array
- read() - Method in class org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- read(char[], int, int) - Method in class org.apache.commons.io.input.BrokenReader
-
Throws the configured exception.
- read() - Method in class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.buffer.CircularBufferInputStream
-
- read() - Method in class 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(byte[], int, int) - Method in class 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() - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- read() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- read(byte[]) - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- read() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.commons.io.input.CharSequenceReader
-
Read the specified number of characters into the array.
- read() - Method in class org.apache.commons.io.input.CircularInputStream
-
- read() - Method in class org.apache.commons.io.input.ClosedInputStream
-
Returns -1 to indicate that the stream is closed.
- read(char[], int, int) - Method in class org.apache.commons.io.input.ClosedReader
-
Returns -1 to indicate that the stream is closed.
- read() - Method in class org.apache.commons.io.input.DemuxInputStream
-
Reads byte from stream associated with current thread.
- read() - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- read() - Method in class org.apache.commons.io.input.NullInputStream
-
Reads a byte.
- read(byte[]) - Method in class org.apache.commons.io.input.NullInputStream
-
Reads some bytes into the specified array.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.NullInputStream
-
Reads the specified number bytes into an array.
- read() - Method in class org.apache.commons.io.input.NullReader
-
Reads a character.
- read(char[]) - Method in class org.apache.commons.io.input.NullReader
-
Reads some characters into the specified array.
- read(char[], int, int) - Method in class org.apache.commons.io.input.NullReader
-
Reads the specified number characters into an array.
- read() - Method in class org.apache.commons.io.input.ObservableInputStream
-
- read(byte[]) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.ObservableInputStream
-
- read() - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's read()
method.
- read(byte[]) - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's read(byte[])
method.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's read(byte[], int, int)
method.
- read() - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read()
method.
- read(char[]) - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read(char[])
method.
- read(char[], int, int) - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read(char[], int, int)
method.
- read(CharBuffer) - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read(CharBuffer)
method.
- read() - Method in class org.apache.commons.io.input.QueueInputStream
-
Reads and returns a single byte.
- read() - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- read(byte[]) - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- read() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- read() - Method in class org.apache.commons.io.input.ReaderInputStream
-
Reads a single byte.
- read(byte[]) - Method in class org.apache.commons.io.input.ReaderInputStream
-
Reads the specified number of bytes into an array.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.ReaderInputStream
-
Reads the specified number of bytes into an array.
- read() - Method in class org.apache.commons.io.input.SequenceReader
-
- read(char[], int, int) - Method in class org.apache.commons.io.input.SequenceReader
-
- read(byte[]) - Method in class org.apache.commons.io.input.Tailer.RandomAccessFileBridge
-
- read(byte[]) - Method in interface org.apache.commons.io.input.Tailer.RandomAccessResourceBridge
-
Reads up to b.length
bytes of data from this tailable into an array of bytes.
- read() - Method in class org.apache.commons.io.input.TeeInputStream
-
Reads a single byte from the proxied input stream and writes it to
the associated output stream.
- read(byte[]) - Method in class 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) - Method in class org.apache.commons.io.input.TeeInputStream
-
Reads bytes from the proxied input stream and writes the read bytes
to the associated output stream.
- read() - Method in class org.apache.commons.io.input.TeeReader
-
Reads a single character from the proxied reader and writes it to the associated writer.
- read(char[]) - Method in class 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) - Method in class org.apache.commons.io.input.TeeReader
-
Reads characters from the proxied reader and writes the read characters to the associated writer.
- read(CharBuffer) - Method in class org.apache.commons.io.input.TeeReader
-
Reads characters from the proxied reader and writes the read characters to the associated writer.
- read() - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(char[]) - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(char[], int, int) - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(CharBuffer) - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read() - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(byte[]) - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read() - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(char[]) - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(char[], int, int) - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read(CharBuffer) - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- read() - Method in class org.apache.commons.io.input.UnixLineEndingInputStream
- read() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Reads at most length
bytes from this stream and stores them in byte array buffer
starting at offset offset
.
- read() - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- read(byte[]) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- read(byte[], int, int) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- read() - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Reads a single byte from the filtered stream and returns it as an integer in the range from 0 to 255.
- read(byte[]) - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Reads bytes from this stream and stores them in the byte array buffer
.
- read(byte[], int, int) - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Reads at most count
bytes from this stream and stores them in the byte array buffer
starting at offset
.
- read() - Method in class org.apache.commons.io.input.WindowsLineEndingInputStream
- read(char[], int, int) - Method in class org.apache.commons.io.input.XmlStreamReader
-
Reads the underlying reader's read(char[], int, int)
method.
- read(InputStream, byte[]) - Static method in class org.apache.commons.io.IOUtils
-
Reads bytes from an input stream.
- read(InputStream, byte[], int, int) - Static method in class org.apache.commons.io.IOUtils
-
Reads bytes from an input stream.
- read(IOTriFunction<byte[], Integer, Integer, Integer>, byte[], int, int) - Static method in class org.apache.commons.io.IOUtils
-
Reads bytes from an input.
- read(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.commons.io.IOUtils
-
Reads bytes from a ReadableByteChannel.
- read(Reader, char[]) - Static method in class org.apache.commons.io.IOUtils
-
Reads characters from an input character stream.
- read(Reader, char[], int, int) - Static method in class org.apache.commons.io.IOUtils
-
Reads characters from an input character stream.
- read(RandomAccessFile, long, int) - Static method in class org.apache.commons.io.RandomAccessFiles
-
Reads a byte array starting at "position" for "length" bytes.
- READ_ONLY - Static variable in class org.apache.commons.io.filefilter.CanReadFileFilter
-
Singleton instance of read-only filter
- readAborted - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- readAheadBuffer - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- ReadAheadInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.ReadAheadInputStream
-
- ReadAheadInputStream(InputStream, int, ExecutorService) - Constructor for class org.apache.commons.io.input.ReadAheadInputStream
-
- ReadAheadInputStream(InputStream, int, ExecutorService, boolean) - Constructor for class org.apache.commons.io.input.ReadAheadInputStream
-
Constructs an instance with the specified buffer size and read-ahead threshold
- ReadAheadInputStream.Builder - Class in org.apache.commons.io.input
-
- readAheadLimit - Variable in class org.apache.commons.io.input.BoundedReader
-
- readAllBytes(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.readAllBytes(Path)
throwing UncheckedIOException
instead of IOException
.
- readAllLines(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.readAllLines(Path)
throwing UncheckedIOException
instead of IOException
.
- readAllLines(Path, Charset) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.readAllLines(Path, Charset)
throwing UncheckedIOException
instead of
IOException
.
- readAsync() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
Read data from underlyingInputStream to readAheadBuffer asynchronously.
- readAttributes(Path, Class<A>, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.readAttributes(Path, Class, LinkOption...)
throwing UncheckedIOException
instead
of IOException
.
- readAttributes(Path, String, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.readAttributes(Path, String, LinkOption...)
throwing UncheckedIOException
instead
of IOException
.
- readAttributes(Path, Class<A>, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the BasicFileAttributes from the given path.
- readBasicFileAttributes(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the BasicFileAttributes from the given path.
- readBasicFileAttributes(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the BasicFileAttributes from the given path.
- readBasicFileAttributesUnchecked(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
- readBoolean() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readByte() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read()
method.
- readChar() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readDosFileAttributes(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the DosFileAttributes from the given path.
- readDouble() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- reader - Variable in class org.apache.commons.io.input.ReaderInputStream
-
- reader - Variable in class org.apache.commons.io.input.SequenceReader
-
- reader - Variable in class org.apache.commons.io.input.XmlStreamReader
-
- ReaderInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, Charset) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, Charset, int) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, CharsetEncoder) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, String) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, String, int) - Constructor for class org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream.Builder - Class in org.apache.commons.io.input
-
- ReaderOrigin(Reader) - Constructor for class org.apache.commons.io.build.AbstractOrigin.ReaderOrigin
-
Constructs a new instance for the given origin.
- readers - Variable in class org.apache.commons.io.input.SequenceReader
-
- readException - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- readFileToByteArray(File) - Static method in class org.apache.commons.io.FileUtils
-
Reads the contents of a file into a byte array.
- readFileToString(File) - Static method in class org.apache.commons.io.FileUtils
-
- readFileToString(File, Charset) - Static method in class org.apache.commons.io.FileUtils
-
Reads the contents of a file into a String.
- readFileToString(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Reads the contents of a file into a String.
- readFirstBytes() - Method in class org.apache.commons.io.input.BOMInputStream
-
This method reads and either preserves or skips the first bytes in the stream.
- readFloat() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readFully(byte[]) - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read(byte[] data, int, int)
method.
- readFully(byte[], int, int) - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read(byte[] data, int, int)
method.
- readFully(InputStream, byte[]) - Static method in class org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, int) - Static method in class org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(Reader, char[]) - Static method in class org.apache.commons.io.IOUtils
-
Reads the requested number of characters or fail if there are not enough left.
- readFully(Reader, char[], int, int) - Static method in class org.apache.commons.io.IOUtils
-
Reads the requested number of characters or fail if there are not enough left.
- readIfSymbolicLink(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
- readInProgress - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- readInt() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readLimit - Variable in class org.apache.commons.io.input.NullInputStream
-
- readLimit - Variable in class org.apache.commons.io.input.NullReader
-
- readLine() - Method in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
Reads a line.
- readLine() - Method in class org.apache.commons.io.input.ReversedLinesFileReader
-
Returns the lines of the file from bottom to top.
- readLine() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Not currently supported - throws UnsupportedOperationException
.
- readLine() - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- readLines(File) - Static method in class org.apache.commons.io.FileUtils
-
- readLines(File, Charset) - Static method in class org.apache.commons.io.FileUtils
-
Reads the contents of a file line by line to a List of Strings.
- readLines(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Reads the contents of a file line by line to a List of Strings.
- readLines(int) - Method in class org.apache.commons.io.input.ReversedLinesFileReader
-
Returns lineCount
lines of the file from bottom to top.
- readLines(Tailer.RandomAccessResourceBridge) - Method in class org.apache.commons.io.input.Tailer
-
Reads new lines.
- readLines(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
- readLines(InputStream, Charset) - Static method in class 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, String) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a Reader
as a list of Strings,
one entry per line.
- readLong() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readObject(ObjectInputStream) - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- readOsFileAttributes(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the PosixFileAttributes or DosFileAttributes from the given path.
- readPosixFileAttributes(Path, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the PosixFileAttributes from the given path.
- readResolve() - Method in enum org.apache.commons.io.IOCase
-
Replaces the enumeration from the stream with a real one.
- readShort() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readString(Path, Charset) - Static method in class org.apache.commons.io.file.PathUtils
-
Reads the given path as a String.
- readSwappedDouble(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "double" value from a byte array at a given offset.
- readSwappedDouble(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "double" value from an InputStream.
- readSwappedFloat(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "float" value from a byte array at a given offset.
- readSwappedFloat(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "float" value from an InputStream.
- readSwappedInteger(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads an "int" value from a byte array at a given offset.
- readSwappedInteger(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads an "int" value from an InputStream.
- readSwappedLong(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "long" value from a byte array at a given offset.
- readSwappedLong(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "long" value from an InputStream.
- readSwappedShort(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "short" value from a byte array at a given offset.
- readSwappedShort(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads a "short" value from an InputStream.
- readSwappedUnsignedInteger(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads an unsigned integer (32-bit) value from a byte array at a given
offset.
- readSwappedUnsignedInteger(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads an unsigned integer (32-bit) from an InputStream.
- readSwappedUnsignedShort(byte[], int) - Static method in class org.apache.commons.io.EndianUtils
-
Reads an unsigned short (16-bit) value from a byte array at a given
offset.
- readSwappedUnsignedShort(InputStream) - Static method in class org.apache.commons.io.EndianUtils
-
Reads an unsigned short (16-bit) from an InputStream.
- readSymbolicLink(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.readSymbolicLink(Path)
throwing UncheckedIOException
instead of
IOException
.
- readUnsignedByte() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read()
method.
- readUnsignedShort() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
- readUTF() - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Not currently supported - throws UnsupportedOperationException
.
- readWithUpdate() - Method in class org.apache.commons.io.input.UnixLineEndingInputStream
-
Reads the next item from the target, updating internal flags in the process
- readWithUpdate() - Method in class org.apache.commons.io.input.WindowsLineEndingInputStream
-
Reads the next item from the target, updating internal flags in the process
- ready() - Method in class org.apache.commons.io.input.BrokenReader
-
Throws the configured exception.
- ready() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's ready()
method.
- ready() - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- ready() - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- reaper - Variable in class org.apache.commons.io.FileCleaningTracker
-
The thread that will clean up registered files.
- Reaper() - Constructor for class org.apache.commons.io.FileCleaningTracker.Reaper
-
Constructs a new Reaper
- reduce(IOBinaryOperator<T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.reduce(java.util.function.BinaryOperator)
.
- reduce(T, IOBinaryOperator<T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.reduce(Object, java.util.function.BinaryOperator)
.
- reduce(U, IOBiFunction<U, ? super T, U>, IOBinaryOperator<U>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.reduce(Object, BiFunction, java.util.function.BinaryOperator)
.
- refill() - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
Checks whether data is left to be read from the input stream.
- refresh(File) - Method in class org.apache.commons.io.monitor.FileEntry
-
Refreshes the attributes from the File
, indicating
whether the file has changed.
- REG_NAME_PART_PATTERN - Static variable in class org.apache.commons.io.FilenameUtils
-
- RegexFileFilter - Class in org.apache.commons.io.filefilter
-
Filters files using supplied regular expression(s).
- RegexFileFilter(Pattern) - Constructor for class org.apache.commons.io.filefilter.RegexFileFilter
-
Constructs a new regular expression filter for a compiled regular expression
- RegexFileFilter(Pattern, Function<Path, String>) - Constructor for class org.apache.commons.io.filefilter.RegexFileFilter
-
Constructs a new regular expression filter for a compiled regular expression
- RegexFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.RegexFileFilter
-
Constructs a new regular expression filter.
- RegexFileFilter(String, int) - Constructor for class org.apache.commons.io.filefilter.RegexFileFilter
-
Constructs a new regular expression filter with the specified flags.
- RegexFileFilter(String, IOCase) - Constructor for class org.apache.commons.io.filefilter.RegexFileFilter
-
Constructs a new regular expression filter with the specified flags case sensitivity.
- RegexpClassNameMatcher - Class in org.apache.commons.io.serialization
-
- RegexpClassNameMatcher(Pattern) - Constructor for class org.apache.commons.io.serialization.RegexpClassNameMatcher
-
Constructs an object based on the specified pattern.
- RegexpClassNameMatcher(String) - Constructor for class org.apache.commons.io.serialization.RegexpClassNameMatcher
-
Constructs an object based on the specified regular expression.
- reject(Class<?>...) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject the specified classes for deserialization, even if they
are otherwise accepted.
- reject(ClassNameMatcher) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject class names where the supplied ClassNameMatcher matches for
deserialization, even if they are otherwise accepted.
- reject(Pattern) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject class names that match the supplied pattern for
deserialization, even if they are otherwise accepted.
- reject(String...) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject the wildcard specified classes for deserialization,
even if they are otherwise accepted.
- rejectMatchers - Variable in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
- relativeFileList1 - Variable in class org.apache.commons.io.file.PathUtils.RelativeSortedPaths
-
- relativeFileList2 - Variable in class org.apache.commons.io.file.PathUtils.RelativeSortedPaths
-
- RelativeSortedPaths(Path, Path, int, LinkOption[], FileVisitOption[]) - Constructor for class org.apache.commons.io.file.PathUtils.RelativeSortedPaths
-
Constructs and initializes a new instance by accumulating directory and file info.
- relativize(Collection<Path>, Path, boolean, Comparator<? super Path>) - Static method in class org.apache.commons.io.file.PathUtils
-
Relativizes all files in the given collection
against a parent
.
- relativizeDirectories(Path, boolean, Comparator<? super Path>) - Method in class 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>) - Method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
Relativizes each file path with Path.relativize(Path)
against the given parent
, optionally
sorting the result.
- remove() - Method in interface org.apache.commons.io.function.IOIterator
-
Like Iterator.remove()
.
- remove() - Method in class org.apache.commons.io.function.UncheckedIOIterator
-
- remove(ObservableInputStream.Observer) - Method in class org.apache.commons.io.input.ObservableInputStream
-
Removes an Observer.
- remove() - Method in class org.apache.commons.io.LineIterator
-
Unsupported.
- removeAllObservers() - Method in class org.apache.commons.io.input.ObservableInputStream
-
Removes all Observers.
- removeExtension(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Removes the extension from a fileName.
- removeFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Removes the specified file filter.
- removeFileFilter(IOFileFilter) - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
-
Removes the specified file filter.
- removeFileFilter(IOFileFilter) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Removes the specified file filter.
- removeListener(FileAlterationListener) - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Removes a file system listener.
- removeObserver(FileAlterationObserver) - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Removes a file system observer from this monitor.
- reOpen - Variable in class org.apache.commons.io.input.Tailer.Builder
-
- reOpen - Variable in class org.apache.commons.io.input.Tailer
-
Whether to close and reopen the file whilst waiting for more input.
- repeatedContent - Variable in class org.apache.commons.io.input.CircularInputStream
-
- replace(String, char, char) - Static method in enum org.apache.commons.io.FileSystem
-
Null-safe replace.
- requireAbsent(File, String) - Static method in class org.apache.commons.io.FileUtils
-
- requireCanonicalPathsNotEquals(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Throws IllegalArgumentException if the given files' canonical representations are equal.
- requireCanWrite(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Throws an IllegalArgumentException
if the file is not writable.
- requiredCharsets() - Static method in class org.apache.commons.io.Charsets
-
Constructs a sorted map from canonical charset names to charset objects required of every implementation of the
Java platform.
- requireDirectory(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
is a directory.
- requireDirectoryExists(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
exists and is a directory.
- requireDirectoryIfExists(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
is a directory if it exists.
- requireExists(Path, String, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Requires that the given File
exists and throws an IllegalArgumentException
if it doesn't.
- requireExists(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
exists and throws an IllegalArgumentException
if it doesn't.
- requireExistsChecked(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
exists and throws an FileNotFoundException
if it doesn't.
- requireFile(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
is a file.
- requireFileCopy(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Requires parameter attributes for a file copy operation.
- requireFileIfExists(File, String) - Static method in class org.apache.commons.io.FileUtils
-
Requires that the given File
is a file if it exists.
- requireNonNegative(int, String) - Static method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- requireNonNullChars(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks the input for null characters (U+0000
), a sign of unsanitized data being passed to file level functions.
- requireWildcards(T) - Static method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
- reservedFileNames - Variable in enum org.apache.commons.io.FileSystem
-
- reservedFileNamesExtensions - Variable in enum org.apache.commons.io.FileSystem
-
- reset() - Method in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- reset() - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- reset() - Method in interface org.apache.commons.io.file.Counters.Counter
-
Resets this count to 0.
- reset() - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- reset() - Method in interface org.apache.commons.io.file.Counters.PathCounters
-
Resets the counts to 0.
- reset() - Method in class org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's reset()
method.
- reset() - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's reset()
method.
- reset() - Method in class org.apache.commons.io.input.BoundedReader
-
Resets the target to the latest mark,
- reset() - Method in class org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- reset() - Method in class org.apache.commons.io.input.BrokenReader
-
Throws the configured exception.
- reset() - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- reset() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Reset the reader to the last marked position (or the beginning if
mark has not been called).
- reset() - Method in class org.apache.commons.io.input.MarkShieldInputStream
-
- reset() - Method in class org.apache.commons.io.input.NullInputStream
-
Resets the stream to the point when mark was last called.
- reset() - Method in class org.apache.commons.io.input.NullReader
-
Resets the stream to the point when mark was last called.
- reset() - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's reset()
method.
- reset() - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's reset()
method.
- reset() - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- reset() - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- reset() - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- reset() - Static method in class org.apache.commons.io.input.UnsupportedOperationExceptions
-
Constructs a new instance of UnsupportedOperationException for a reset
method.
- reset() - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Resets this stream to the last marked location.
- reset() - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- reset() - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Resets this stream to the last marked location.
- reset() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- reset() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- reset() - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- reset(RandomAccessFile) - Static method in class org.apache.commons.io.RandomAccessFiles
-
Resets the given file to position 0.
- resetByteCount() - Method in class org.apache.commons.io.input.CountingInputStream
-
Resets the byte count back to 0.
- resetByteCount() - Method in class org.apache.commons.io.output.CountingOutputStream
-
Sets the byte count back to 0.
- resetByteCount() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Resets the byteCount to zero.
- resetCount() - Method in class org.apache.commons.io.input.CountingInputStream
-
Resets the byte count back to 0.
- resetCount() - Method in class org.apache.commons.io.output.CountingOutputStream
-
Sets the byte count back to 0.
- resetImpl() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- resolveClass(ObjectStreamClass) - Method in class org.apache.commons.io.input.ClassLoaderObjectInputStream
-
Resolve a class specified by the descriptor using the
specified ClassLoader or the super ClassLoader.
- resolveClass(ObjectStreamClass) - Method in class org.apache.commons.io.serialization.ValidatingObjectInputStream
-
- resolveProxyClass(String[]) - Method in class org.apache.commons.io.input.ClassLoaderObjectInputStream
-
Create a proxy class that implements the specified interfaces using
the specified ClassLoader or the super ClassLoader.
- resolveRelativeAsString(Path) - Method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
Relativizes against sourceDirectory
, then resolves against targetDirectory
.
- resourceToByteArray(String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a resource as a byte array.
- resourceToByteArray(String, ClassLoader) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a resource as a byte array.
- resourceToString(String, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a resource as a String using the specified character encoding.
- resourceToString(String, Charset, ClassLoader) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a resource as a String using the specified character encoding.
- resourceToURL(String) - Static method in class org.apache.commons.io.IOUtils
-
Gets a URL pointing to the given resource.
- resourceToURL(String, ClassLoader) - Static method in class org.apache.commons.io.IOUtils
-
Gets a URL pointing to the given resource.
- rethrow(Throwable) - Static method in class org.apache.commons.io.function.Erase
-
Throws the given throwable.
- reuseBuffers - Variable in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Flag to indicate if the buffers can be reused after reset
- ReversedLinesFileReader - Class in org.apache.commons.io.input
-
Reads lines in a file reversely (similar to a BufferedReader, but starting at the last line).
- ReversedLinesFileReader(File) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(File, Charset) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(File, int, Charset) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(File, int, String) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(Path, Charset) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(Path, int, Charset) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(Path, int, String) - Constructor for class org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader.Builder - Class in org.apache.commons.io.input
-
- ReversedLinesFileReader.FilePart - Class in org.apache.commons.io.input
-
- ReverseFileComparator - Class in org.apache.commons.io.comparator
-
Reverses the result of comparing two File
objects using the delegate Comparator
.
- ReverseFileComparator(Comparator<File>) - Constructor for class org.apache.commons.io.comparator.ReverseFileComparator
-
Constructs an instance with the specified delegate Comparator
.
- rollOver() - Method in class org.apache.commons.io.input.ReversedLinesFileReader.FilePart
-
Handles block rollover
- rootEntry - Variable in class org.apache.commons.io.monitor.FileAlterationObserver
-
- run() - Method in class org.apache.commons.io.FileCleaningTracker.Reaper
-
Runs the reaper thread that will delete files as their associated
marker objects are reclaimed by the garbage collector.
- run(IORunnable) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IORunnable
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- run() - Method in interface org.apache.commons.io.function.IORunnable
-
Like Runnable.run()
but throws IOException
.
- run(IORunnable) - Static method in class org.apache.commons.io.function.Uncheck
-
Runs an IO runnable.
- run(IORunnable, Supplier<String>) - Static method in class org.apache.commons.io.function.Uncheck
-
Runs an IO runnable.
- run - Variable in class org.apache.commons.io.input.Tailer
-
The tailer will run as long as this value is true.
- run() - Method in class org.apache.commons.io.input.Tailer
-
- run() - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Runs this monitor.
- run() - Method in class org.apache.commons.io.ThreadMonitor
-
Sleeps until the specified timeout amount and then interrupt the thread being monitored.
- running - Variable in class org.apache.commons.io.monitor.FileAlterationMonitor
-
- SCRATCH_BYTE_BUFFER_RW - Static variable in class org.apache.commons.io.IOUtils
-
Internal byte array buffer, intended for both reading and writing.
- SCRATCH_BYTE_BUFFER_WO - Static variable in class org.apache.commons.io.IOUtils
-
Internal byte array buffer, intended for write only operations.
- SCRATCH_CHAR_BUFFER_RW - Static variable in class org.apache.commons.io.IOUtils
-
Internal char array buffer, intended for both reading and writing.
- SCRATCH_CHAR_BUFFER_WO - Static variable in class org.apache.commons.io.IOUtils
-
Internal char array buffer, intended for write only operations.
- seek(long) - Method in class org.apache.commons.io.input.Tailer.RandomAccessFileBridge
-
- seek(long) - Method in interface org.apache.commons.io.input.Tailer.RandomAccessResourceBridge
-
Sets the file-pointer offset, measured from the beginning of this tailable, at which the next read or write occurs.
- sensitive - Variable in enum org.apache.commons.io.IOCase
-
The sensitivity flag.
- separatorsToSystem(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Converts all separators to the system separator.
- separatorsToUnix(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Converts all separators to the Unix separator of forward slash.
- separatorsToWindows(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Converts all separators to the Windows separator of backslash.
- SequenceReader - Class in org.apache.commons.io.input
-
Provides the contents of multiple Reader
s in sequence.
- SequenceReader(Iterable<? extends Reader>) - Constructor for class org.apache.commons.io.input.SequenceReader
-
Constructs a new instance with readers
- SequenceReader(Reader...) - Constructor for class org.apache.commons.io.input.SequenceReader
-
Constructs a new instance with readers
- sequential() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.sequential()
.
- sequential() - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- SerializableFileTime - Class in org.apache.commons.io.monitor
-
Wraps a FileTime
and allows it to be Serializable.
- SerializableFileTime(FileTime) - Constructor for class org.apache.commons.io.monitor.SerializableFileTime
-
- serialVersionUID - Static variable in class org.apache.commons.io.ByteOrderMark
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.CompositeFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.DefaultFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.DirectoryFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.ExtensionFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.LastModifiedFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.NameFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.PathFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.ReverseFileComparator
-
- serialVersionUID - Static variable in class org.apache.commons.io.comparator.SizeFileComparator
-
- serialVersionUID - Static variable in exception org.apache.commons.io.DirectoryWalker.CancelException
-
Deprecated.
Serialization id.
- serialVersionUID - Static variable in exception org.apache.commons.io.FileExistsException
-
Defines the serial version UID.
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.AgeFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.AndFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.CanExecuteFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.CanReadFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.CanWriteFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.DelegateFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.DirectoryFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.EmptyFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.FalseFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.FileFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.HiddenFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.MagicNumberFileFilter
-
The serialization version unique identifier.
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.NameFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.NotFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.OrFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.PrefixFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.RegexFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.SizeFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.SuffixFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.TrueFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.WildcardFileFilter
-
- serialVersionUID - Static variable in class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
- serialVersionUID - Static variable in class org.apache.commons.io.input.CharSequenceReader
-
- serialVersionUID - Static variable in exception org.apache.commons.io.input.XmlStreamReaderException
-
- serialVersionUID - Static variable in enum org.apache.commons.io.IOCase
-
Serialization version.
- serialVersionUID - Static variable in exception org.apache.commons.io.IOExceptionList
-
- serialVersionUID - Static variable in exception org.apache.commons.io.IOExceptionWithCause
-
Deprecated.
Defines the serial version UID.
- serialVersionUID - Static variable in exception org.apache.commons.io.IOIndexedException
-
- serialVersionUID - Static variable in class org.apache.commons.io.monitor.FileAlterationObserver
-
- serialVersionUID - Static variable in class org.apache.commons.io.monitor.FileEntry
-
- serialVersionUID - Static variable in class org.apache.commons.io.monitor.SerializableFileTime
-
- serialVersionUID - Static variable in class org.apache.commons.io.output.StringBuilderWriter
-
- serialVersionUID - Static variable in exception org.apache.commons.io.TaggedIOException
-
Generated serial version UID.
- setAllowUserInteraction(boolean) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setAppend(boolean) - Method in class org.apache.commons.io.output.FileWriterWithEncoding.Builder
-
Sets whether or not to append.
- setAppend(boolean) - Method in class org.apache.commons.io.output.LockableFileWriter.Builder
-
Sets whether to append (true) or overwrite (false).
- setAttribute(Path, String, Object, LinkOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.setAttribute(Path, String, Object, LinkOption...)
throwing UncheckedIOException
instead of IOException
.
- setBlockingQueue(BlockingQueue<Integer>) - Method in class org.apache.commons.io.input.QueueInputStream.Builder
-
Sets backing queue for the stream.
- setBufferSize(int) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the buffer size.
- setBufferSize(Integer) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the buffer size.
- setBufferSizeChecker(IntUnaryOperator) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the buffer size checker function.
- setBufferSizeDefault(int) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the buffer size for subclasses to initialize.
- setBufferSizeMax(int) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
The maximum buffer size checked by the buffer size checker.
- setByteArray(byte[]) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setByteArray(byte[]) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
- setByteCount(long) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Sets the byteCount to count.
- setByteOrderMarks(ByteOrderMark...) - Method in class org.apache.commons.io.input.BOMInputStream.Builder
-
Sets the ByteOrderMarks to detect and optionally exclude.
- setCharSequence(CharSequence) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setCharset(Charset) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the Charset.
- setCharset(String) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the Charset.
- setCharset(Charset) - Method in class org.apache.commons.io.input.CharSequenceInputStream.Builder
-
- setCharset(Charset) - Method in class org.apache.commons.io.input.ReaderInputStream.Builder
-
- setCharset(Charset) - Method in class org.apache.commons.io.input.XmlStreamReader.Builder
-
- setCharset(String) - Method in class org.apache.commons.io.input.XmlStreamReader.Builder
-
- setCharset(Charset) - Method in class org.apache.commons.io.output.WriterOutputStream.Builder
-
- setCharset(String) - Method in class org.apache.commons.io.output.WriterOutputStream.Builder
-
- setCharsetDecoder(CharsetDecoder) - Method in class org.apache.commons.io.output.WriterOutputStream.Builder
-
Sets the charset decoder.
- setCharsetDefault(Charset) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the Charset default for subclasses to initialize.
- setCharsetEncoder(CharsetEncoder) - Method in class org.apache.commons.io.input.CharSequenceInputStream.Builder
-
Sets the charset encoder.
- setCharsetEncoder(CharsetEncoder) - Method in class org.apache.commons.io.input.ReaderInputStream.Builder
-
Sets the charset encoder.
- setCharsetEncoder(CharsetEncoder) - Method in class org.apache.commons.io.output.FileWriterWithEncoding.Builder
-
Sets charsetEncoder to use for encoding.
- setChildren(FileEntry...) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets the directory's files.
- setCloseOnClose(boolean) - Method in class org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
Sets whether to close the underlying file when this stream is closed.
- setConnectTimeout(int) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setDefaultUseCaches(boolean) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setDelayDuration(Duration) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the delay duration.
- setDirectory(boolean) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets whether the file is a directory or not.
- setDirectory(File) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the temporary file directory.
- setDirectory(Path) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the temporary file directory.
- setDoInput(boolean) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setDoOutput(boolean) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setDosReadOnly(Path, boolean, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
- setExecutorService(ExecutorService) - Method in class org.apache.commons.io.input.ReadAheadInputStream.Builder
-
Sets the executor service for the read-ahead thread.
- setExecutorService(ExecutorService) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the executor service to use when startThread is true.
- setExists(boolean) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets whether the file existed the last time it
was checked.
- setFile(File) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setFile(String) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setFileFilters(List<IOFileFilter>) - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Sets the list of file filters, replacing any previously configured
file filters on this filter.
- setFileFilters(List<IOFileFilter>) - Method in interface org.apache.commons.io.filefilter.ConditionalFileFilter
-
Sets the list of file filters, replacing any previously configured
file filters on this filter.
- setFileFilters(List<IOFileFilter>) - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Sets the list of file filters, replacing any previously configured
file filters on this filter.
- setHttpContentType(String) - Method in class org.apache.commons.io.input.XmlStreamReader.Builder
-
Sets the HTTP content type.
- setIfModifiedSince(long) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setInclude(boolean) - Method in class org.apache.commons.io.input.BOMInputStream.Builder
-
Sets whether to include the UTF-8 BOM (true) or to exclude it (false).
- setInputStream(InputStream) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setIoCase(IOCase) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
Sets how to handle case sensitivity, null means case-sensitive.
- setLastModified(FileTime) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets the last modified time from the last time it was checked.
- setLastModified(long) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets the last modified time from the last time it
was checked.
- setLastModified(SerializableFileTime) - Method in class org.apache.commons.io.monitor.FileEntry
-
- setLastModifiedTime(Path) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Sets the last modified time of the given file path to now.
- setLastModifiedTime(Path, FileTime) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.setLastModifiedTime(Path, FileTime)
throwing UncheckedIOException
instead of
IOException
.
- setLastModifiedTime(Path, Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Sets the given targetFile
's last modified time to the value from sourceFile
.
- setLength(int) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
Sets the length.
- setLength(long) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets the length.
- setLenient(boolean) - Method in class org.apache.commons.io.input.XmlStreamReader.Builder
-
Sets the lenient toggle.
- setLockDirectory(File) - Method in class org.apache.commons.io.output.LockableFileWriter.Builder
-
Sets the directory in which the lock file should be held.
- setLockDirectory(String) - Method in class org.apache.commons.io.output.LockableFileWriter.Builder
-
Sets the directory in which the lock file should be held.
- setMessageDigest(MessageDigest) - Method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.Builder
-
Deprecated.
Sets the message digest.
- setMessageDigest(String) - Method in class org.apache.commons.io.input.MessageDigestCalculatingInputStream.Builder
-
Deprecated.
Sets the name of the name of the message digest algorithm.
- setMessageDigest(MessageDigest) - Method in class org.apache.commons.io.input.MessageDigestInputStream.Builder
-
Sets the message digest.
- setMessageDigest(String) - Method in class org.apache.commons.io.input.MessageDigestInputStream.Builder
-
Sets the name of the name of the message digest algorithm.
- setName(String) - Method in class org.apache.commons.io.monitor.FileEntry
-
Sets the file name.
- setOffset(int) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
Sets the offset.
- setOpenOptions(OpenOption...) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
Sets the OpenOption[].
- setOrigin(AbstractOrigin<?, ?>) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setOrigin(AbstractOrigin<?, ?>) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the origin.
- setOutputFile(File) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the file to which data is saved beyond the threshold.
- setOutputFile(Path) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the file to which data is saved beyond the threshold.
- setOutputStream(OutputStream) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setOwner(Path, UserPrincipal) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.setOwner(Path, UserPrincipal)
throwing UncheckedIOException
instead of
IOException
.
- setPath(Path) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setPath(String) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setPosixDeletePermissions(Path, boolean, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
To delete a file in POSIX, you need Write and Execute permissions on its parent directory.
- setPosixFilePermissions(Path, Set<PosixFilePermission>) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.setPosixFilePermissions(Path, Set)
throwing UncheckedIOException
instead of
IOException
.
- setPosixPermissions(Path, boolean, List<PosixFilePermission>, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Low-level POSIX permission operation to set permissions.
- setPosixReadOnlyFile(Path, boolean, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
- setPrefix(String) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the prefix to use for the temporary file.
- setPropagateClose(boolean) - Method in class org.apache.commons.io.input.BoundedInputStream
-
- setRandomAccessFile(RandomAccessFile) - Method in class org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
Sets the RandomAccessFile to stream.
- setReader(Reader) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setReadOnly(Path, boolean, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Sets the given Path to the readOnly
value.
- setReadTimeout(int) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setReOpen(boolean) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the re-open behavior.
- setRequestProperty(String, String) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setStartThread(boolean) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the daemon thread startup behavior.
- setSuffix(String) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the suffix to use for the temporary file.
- setTailable(Tailer.Tailable) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the tailable.
- setTailerListener(TailerListener) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the listener.
- setTailFromEnd(boolean) - Method in class org.apache.commons.io.input.Tailer.Builder
-
Sets the tail start behavior.
- setThreadFactory(ThreadFactory) - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Sets the thread factory.
- setThreshold(int) - Method in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
Sets the number of bytes at which to trigger an event.
- setTimeout(Duration) - Method in class org.apache.commons.io.input.QueueInputStream.Builder
-
Sets the polling timeout.
- setTimes(File, File) - Static method in class org.apache.commons.io.FileUtils
-
Sets file lastModifiedTime, lastAccessTime and creationTime to match source file
- setURI(URI) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- setUseCaches(boolean) - Method in class org.apache.commons.io.CloseableURLConnection
-
- setWildcards(List<String>) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
Sets the list of wildcards to match, not null.
- setWildcards(String...) - Method in class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
Sets the wildcards to match, not null.
- setWriteImmediately(boolean) - Method in class org.apache.commons.io.output.WriterOutputStream.Builder
-
Sets whether the output buffer will be flushed after each write operation (true
), i.e.
- setWriter(Writer) - Method in class org.apache.commons.io.build.AbstractOriginSupplier
-
Sets a new origin.
- SHIFTS - Static variable in class org.apache.commons.io.HexDump
-
- shutdownExecutorService - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- signalAsyncReadComplete() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- SimplePathVisitor - Class in org.apache.commons.io.file
-
A SimpleFileVisitor
typed to a Path
.
- SimplePathVisitor() - Constructor for class org.apache.commons.io.file.SimplePathVisitor
-
Constructs a new instance.
- SimplePathVisitor(IOBiFunction<Path, IOException, FileVisitResult>) - Constructor for class org.apache.commons.io.file.SimplePathVisitor
-
Constructs a new instance.
- size() - Method in class org.apache.commons.io.build.AbstractOrigin.ByteArrayOrigin
-
- size() - Method in class org.apache.commons.io.build.AbstractOrigin.CharSequenceOrigin
-
- size() - Method in class org.apache.commons.io.build.AbstractOrigin
-
Gets the size of the origin, if possible.
- size(FileChannel) - Static method in class org.apache.commons.io.channels.FileChannels
-
- size(Path) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.size(Path)
throwing UncheckedIOException
instead of IOException
.
- size - Variable in class org.apache.commons.io.filefilter.SizeFileFilter
-
The size threshold.
- size - Variable in class org.apache.commons.io.input.NullInputStream
-
- size - Variable in class org.apache.commons.io.input.NullReader
-
- size() - Method in interface org.apache.commons.io.input.Tailer.Tailable
-
Gets the size of this tailable.
- size() - Method in class org.apache.commons.io.input.Tailer.TailablePath
-
- size(List<? extends Throwable>) - Static method in exception org.apache.commons.io.IOExceptionList
-
- size() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Returns the current size of the byte array.
- size() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- size() - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- SIZE_COMPARATOR - Static variable in class org.apache.commons.io.comparator.SizeFileComparator
-
Size comparator instance - directories are treated as zero size
- SIZE_REVERSE - Static variable in class org.apache.commons.io.comparator.SizeFileComparator
-
Reverse size comparator instance - directories are treated as zero size
- SIZE_SUMDIR_COMPARATOR - Static variable in class org.apache.commons.io.comparator.SizeFileComparator
-
- SIZE_SUMDIR_REVERSE - Static variable in class org.apache.commons.io.comparator.SizeFileComparator
-
- SizeFileComparator - Class in org.apache.commons.io.comparator
-
- SizeFileComparator() - Constructor for class org.apache.commons.io.comparator.SizeFileComparator
-
Constructs a file size comparator instance (directories treated as zero size).
- SizeFileComparator(boolean) - Constructor for class org.apache.commons.io.comparator.SizeFileComparator
-
Constructs a file size comparator instance specifying whether the size of
the directory contents should be aggregated.
- sizeFileFilter(long) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file is bigger than a certain size.
- sizeFileFilter(long, boolean) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters based on file size.
- SizeFileFilter - Class in 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) - Constructor for class 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) - Constructor for class org.apache.commons.io.filefilter.SizeFileFilter
-
Constructs a new size file filter for files based on a certain size
threshold.
- sizeOf(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Returns the size of the given file or directory.
- sizeOf(File) - Static method in class org.apache.commons.io.FileUtils
-
Returns the size of the specified file or directory.
- sizeOfAsBigInteger(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Returns the size of the given file or directory.
- sizeOfAsBigInteger(File) - Static method in class org.apache.commons.io.FileUtils
-
Returns the size of the specified file or directory.
- sizeOfDirectory(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Counts the size of a directory recursively (sum of the size of all files).
- sizeOfDirectory(File) - Static method in class org.apache.commons.io.FileUtils
-
Counts the size of a directory recursively (sum of the length of all files).
- sizeOfDirectoryAsBigInteger(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Counts the size of a directory recursively (sum of the size of all files).
- sizeOfDirectoryAsBigInteger(File) - Static method in class org.apache.commons.io.FileUtils
-
Counts the size of a directory recursively (sum of the length of all files).
- sizeRangeFileFilter(long, long) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files whose size is >= minimum size
and <= maximum size.
- skip - Variable in class org.apache.commons.io.file.CleaningPathVisitor
-
- skip - Variable in class org.apache.commons.io.file.DeletingPathVisitor
-
- skip(long) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.skip(long)
.
- skip - Variable in class org.apache.commons.io.input.AbstractCharacterFilterReader
-
- skip(long) - Method in class org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's skip(long)
method, detecting and optionally skipping BOM.
- skip(long) - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's skip(long)
method.
- skip(long) - Method in class org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- skip(long) - Method in class org.apache.commons.io.input.BrokenReader
-
Throws the configured exception.
- skip(long) - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- skip(long) - Method in class org.apache.commons.io.input.CharSequenceInputStream
-
- skip(long) - Method in class org.apache.commons.io.input.CharSequenceReader
-
Skip the specified number of characters.
- skip(long) - Method in class org.apache.commons.io.input.CountingInputStream
-
Skips the stream over the specified number of bytes, adding the skipped
amount to the count.
- skip(long) - Method in class org.apache.commons.io.input.MemoryMappedFileInputStream
-
- skip(long) - Method in class org.apache.commons.io.input.NullInputStream
-
Skips a specified number of bytes.
- skip(long) - Method in class org.apache.commons.io.input.NullReader
-
Skips a specified number of characters.
- skip(long) - Method in class org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's skip(long)
method.
- skip(long) - Method in class org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's skip(long)
method.
- skip(long) - Method in class org.apache.commons.io.input.RandomAccessFileInputStream
-
- skip(long) - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- skip(long) - Method in class org.apache.commons.io.input.UncheckedBufferedReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- skip(long) - Method in class org.apache.commons.io.input.UncheckedFilterInputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- skip(long) - Method in class org.apache.commons.io.input.UncheckedFilterReader
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- skip(long) - Method in class org.apache.commons.io.input.UnsynchronizedBufferedInputStream
-
Skips amount
number of bytes in this stream.
- skip(long) - Method in class org.apache.commons.io.input.UnsynchronizedByteArrayInputStream
-
- skip(long) - Method in class org.apache.commons.io.input.UnsynchronizedFilterInputStream
-
Skips count
number of bytes in this stream.
- skip(InputStream, long) - Static method in class org.apache.commons.io.IOUtils
-
Skips bytes from an input byte stream.
- skip(InputStream, long, Supplier<byte[]>) - Static method in class org.apache.commons.io.IOUtils
-
Skips bytes from an input byte stream.
- skip(ReadableByteChannel, long) - Static method in class org.apache.commons.io.IOUtils
-
Skips bytes from a ReadableByteChannel.
- skip(Reader, long) - Static method in class org.apache.commons.io.IOUtils
-
Skips characters from an input character stream.
- SKIP_NONE - Static variable in class org.apache.commons.io.input.AbstractCharacterFilterReader
-
Skips nothing.
- skipBytes(int) - Method in class org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's skip(int)
method.
- skipFromFileChannel(long) - Method in class org.apache.commons.io.input.BufferedFileChannelInputStream
-
- skipFully(InputStream, long) - Static method in class org.apache.commons.io.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(InputStream, long, Supplier<byte[]>) - Static method in class org.apache.commons.io.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(ReadableByteChannel, long) - Static method in class org.apache.commons.io.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(Reader, long) - Static method in class org.apache.commons.io.IOUtils
-
Skips the requested number of characters or fail if there are not enough left.
- skipInternal(long) - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
Internal skip function which should be called only from skip().
- sleep(Duration) - Static method in class org.apache.commons.io.ThreadUtils
-
Sleeps for a guaranteed minimum duration unless interrupted.
- sort(File...) - Method in class org.apache.commons.io.comparator.AbstractFileComparator
-
Sorts an array of files.
- sort(List<File>) - Method in class org.apache.commons.io.comparator.AbstractFileComparator
-
Sorts a List of files.
- sorted() - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.sorted()
.
- sorted(IOComparator<? super T>) - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.sorted(java.util.Comparator)
.
- sourceDirectory - Variable in class org.apache.commons.io.file.CopyDirectoryVisitor
-
- spliterator() - Method in interface org.apache.commons.io.function.IOBaseStream
-
Like BaseStream.spliterator()
.
- spliterator() - Method in class org.apache.commons.io.function.UncheckedIOBaseStream
-
- splitOnTokens(String) - Static method in class org.apache.commons.io.FilenameUtils
-
Splits a string into a number of tokens.
- STANDARD_CHARSET_MAP - Static variable in class org.apache.commons.io.Charsets
-
- StandardDeleteOption - Enum in org.apache.commons.io.file
-
Defines the standard delete options.
- StandardDeleteOption() - Constructor for enum org.apache.commons.io.file.StandardDeleteOption
-
- StandardLineSeparator - Enum in org.apache.commons.io
-
- StandardLineSeparator(String) - Constructor for enum org.apache.commons.io.StandardLineSeparator
-
Constructs a new instance for a non-null line separator.
- start - Variable in class org.apache.commons.io.input.CharSequenceReader
-
The start index in the character sequence, inclusive.
- start() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Returns the index in the character sequence to start reading from, taking into account its length.
- start() - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Starts monitoring.
- start(Duration) - Static method in class org.apache.commons.io.ThreadMonitor
-
Starts monitoring the current thread.
- start(Thread, Duration) - Static method in class org.apache.commons.io.ThreadMonitor
-
Starts monitoring the specified thread.
- startOffset - Variable in class org.apache.commons.io.input.buffer.CircularByteBuffer
-
- startThread - Variable in class org.apache.commons.io.input.Tailer.Builder
-
- stateChangeLock - Variable in class org.apache.commons.io.input.ReadAheadInputStream
-
- stop() - Method in class org.apache.commons.io.input.Tailer
-
- stop() - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Stops monitoring.
- stop(long) - Method in class org.apache.commons.io.monitor.FileAlterationMonitor
-
Stops monitoring.
- stop(Thread) - Static method in class org.apache.commons.io.ThreadMonitor
-
Stops monitoring the specified thread.
- stream - Variable in class org.apache.commons.io.StreamIterator
-
The given stream.
- streamFiles(File, boolean, String...) - Static method in class org.apache.commons.io.FileUtils
-
Streams over the files in a given directory (and optionally its subdirectories) which match an array of extensions.
- StreamIterator<E> - Class in org.apache.commons.io
-
Wraps and presents a Stream
as a AutoCloseable
Iterator
resource that automatically closes itself when reaching the end of stream.
- StreamIterator(Stream<E>) - Constructor for class org.apache.commons.io.StreamIterator
-
- StringBuilderWriter - Class in org.apache.commons.io.output
-
Writer
implementation that outputs to a StringBuilder
.
- StringBuilderWriter() - Constructor for class org.apache.commons.io.output.StringBuilderWriter
-
Constructs a new StringBuilder
instance with default capacity.
- StringBuilderWriter(int) - Constructor for class org.apache.commons.io.output.StringBuilderWriter
-
Constructs a new StringBuilder
instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - Constructor for class org.apache.commons.io.output.StringBuilderWriter
-
Constructs a new instance with the specified StringBuilder
.
- suffix - Variable in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
- suffix - Variable in class org.apache.commons.io.output.DeferredFileOutputStream
-
The temporary file suffix.
- suffixes - Variable in class org.apache.commons.io.filefilter.SuffixFileFilter
-
The file name suffixes to search for
- suffixFileFilter(String) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file name ends with the specified text.
- suffixFileFilter(String, IOCase) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file name ends with the specified text.
- SuffixFileFilter - Class in org.apache.commons.io.filefilter
-
Filters files based on the suffix (what the file name ends with).
- SuffixFileFilter(List<String>) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a list of suffixes.
- SuffixFileFilter(List<String>, IOCase) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a list of suffixes
specifying case-sensitivity.
- SuffixFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a single extension.
- SuffixFileFilter(String...) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for an array of suffixes.
- SuffixFileFilter(String, IOCase) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a single extension
specifying case-sensitivity.
- SuffixFileFilter(String[], IOCase) - Constructor for class org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for an array of suffixes
specifying case-sensitivity.
- sumDirectoryContents - Variable in class org.apache.commons.io.comparator.SizeFileComparator
-
Whether the sum of the directory's contents should be calculated.
- supportsDriveLetter - Variable in enum org.apache.commons.io.FileSystem
-
- supportsDriveLetter() - Method in enum org.apache.commons.io.FileSystem
-
Tests whether this file system support driver letters.
- SVN_FILTER - Static variable in class org.apache.commons.io.filefilter.FileFilterUtils
-
- swapBuffers() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
Flips the active and read ahead buffer
- swapDouble(double) - Static method in class org.apache.commons.io.EndianUtils
-
Converts a "double" value between endian systems.
- swapFloat(float) - Static method in class org.apache.commons.io.EndianUtils
-
Converts a "float" value between endian systems.
- swapInteger(int) - Static method in class org.apache.commons.io.EndianUtils
-
Converts an "int" value between endian systems.
- swapLong(long) - Static method in class org.apache.commons.io.EndianUtils
-
Converts a "long" value between endian systems.
- SwappedDataInputStream - Class in org.apache.commons.io.input
-
DataInput for systems relying on little endian data formats.
- SwappedDataInputStream(InputStream) - Constructor for class org.apache.commons.io.input.SwappedDataInputStream
-
Constructs a SwappedDataInputStream.
- swapShort(short) - Static method in class org.apache.commons.io.EndianUtils
-
Converts a "short" value between endian systems.
- SymbolicLinkFileFilter - Class in org.apache.commons.io.filefilter
-
This filter accepts File
s that are symbolic links.
- SymbolicLinkFileFilter() - Constructor for class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
Restrictive constructor.
- SymbolicLinkFileFilter(FileVisitResult, FileVisitResult) - Constructor for class org.apache.commons.io.filefilter.SymbolicLinkFileFilter
-
Constructs a new instance.
- SYSTEM_NAME_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
-
The system separator character.
- tag - Variable in class org.apache.commons.io.input.TaggedInputStream
-
The unique tag associated with exceptions from stream.
- tag - Variable in class org.apache.commons.io.input.TaggedReader
-
The unique tag associated with exceptions from reader.
- tag - Variable in class org.apache.commons.io.output.TaggedOutputStream
-
The unique tag associated with exceptions from stream.
- tag - Variable in class org.apache.commons.io.output.TaggedWriter
-
The unique tag associated with exceptions from writer.
- tag - Variable in exception org.apache.commons.io.TaggedIOException
-
The tag of this exception.
- TaggedInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.TaggedInputStream
-
Constructs a tagging decorator for the given input stream.
- TaggedIOException - Exception in org.apache.commons.io
-
An IOException
decorator that adds a serializable tag to the
wrapped exception.
- TaggedIOException(IOException, Serializable) - Constructor for exception org.apache.commons.io.TaggedIOException
-
Constructs a tagged wrapper for the given exception.
- TaggedOutputStream - Class in 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) - Constructor for class org.apache.commons.io.output.TaggedOutputStream
-
Constructs a tagging decorator for the given output stream.
- TaggedReader - Class in 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) - Constructor for class org.apache.commons.io.input.TaggedReader
-
Constructs a tagging decorator for the given reader.
- TaggedWriter - Class in 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) - Constructor for class org.apache.commons.io.output.TaggedWriter
-
Constructs a tagging decorator for the given writer.
- tailable - Variable in class org.apache.commons.io.input.Tailer.Builder
-
- tailable - Variable in class org.apache.commons.io.input.Tailer
-
The file which will be tailed.
- TailablePath(Path, LinkOption...) - Constructor for class org.apache.commons.io.input.Tailer.TailablePath
-
- tailAtEnd - Variable in class org.apache.commons.io.input.Tailer
-
Whether to tail from the end or start of file
- Tailer - Class in org.apache.commons.io.input
-
Simple implementation of the UNIX "tail -f" functionality.
- Tailer(File, Charset, TailerListener, long, boolean, boolean, int) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(File, TailerListener) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(File, TailerListener, long) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(File, TailerListener, long, boolean) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(File, TailerListener, long, boolean, boolean) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(File, TailerListener, long, boolean, boolean, int) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(File, TailerListener, long, boolean, int) - Constructor for class org.apache.commons.io.input.Tailer
-
- Tailer(Tailer.Tailable, Charset, TailerListener, Duration, boolean, boolean, int) - Constructor for class org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, with a specified buffer size.
- Tailer.Builder - Class in org.apache.commons.io.input
-
Builds a
Tailer
with default values.
- Tailer.RandomAccessFileBridge - Class in org.apache.commons.io.input
-
Bridges random access to a RandomAccessFile
.
- Tailer.RandomAccessResourceBridge - Interface in org.apache.commons.io.input
-
Bridges access to a resource for random access, normally a file.
- Tailer.Tailable - Interface in org.apache.commons.io.input
-
A tailable resource like a file.
- Tailer.TailablePath - Class in org.apache.commons.io.input
-
A tailable for a file Path
.
- tailerListener - Variable in class org.apache.commons.io.input.Tailer.Builder
-
- TailerListener - Interface in org.apache.commons.io.input
-
Listener for events from a
Tailer
.
- TailerListenerAdapter - Class in org.apache.commons.io.input
-
- TailerListenerAdapter() - Constructor for class org.apache.commons.io.input.TailerListenerAdapter
-
- target - Variable in class org.apache.commons.io.input.BoundedReader
-
- targetByteCount - Variable in class org.apache.commons.io.input.CircularInputStream
-
- targetDirectory - Variable in class org.apache.commons.io.file.CopyDirectoryVisitor
-
- TeeInputStream - Class in 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) - Constructor for class org.apache.commons.io.input.TeeInputStream
-
Constructs a TeeInputStream that proxies the given InputStream
and copies all read bytes to the given OutputStream
.
- TeeInputStream(InputStream, OutputStream, boolean) - Constructor for class org.apache.commons.io.input.TeeInputStream
-
Constructs a TeeInputStream that proxies the given InputStream
and copies all read bytes to the given OutputStream
.
- TeeOutputStream - Class in org.apache.commons.io.output
-
Classic splitter of OutputStream
.
- TeeOutputStream(OutputStream, OutputStream) - Constructor for class org.apache.commons.io.output.TeeOutputStream
-
Constructs a TeeOutputStream.
- TeeReader - Class in 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) - Constructor for class org.apache.commons.io.input.TeeReader
-
Constructs a TeeReader that proxies the given Reader
and copies all read characters to the given
Writer
.
- TeeReader(Reader, Writer, boolean) - Constructor for class org.apache.commons.io.input.TeeReader
-
Constructs a TeeReader that proxies the given Reader
and copies all read characters to the given
Writer
.
- TeeWriter - Class in org.apache.commons.io.output
-
Classic splitter of Writer
.
- TeeWriter(Collection<Writer>) - Constructor for class org.apache.commons.io.output.TeeWriter
-
Constructs a new filtered collection writer.
- TeeWriter(Writer...) - Constructor for class org.apache.commons.io.output.TeeWriter
-
Constructs a new filtered collection writer.
- test(IOPredicate<? super T>, T) - Static method in class org.apache.commons.io.function.Erase
-
Delegates to the given
IOPredicate
but erases its
IOException
for the compiler, while still throwing
the exception at runtime.
- test(T) - Method in interface org.apache.commons.io.function.IOPredicate
-
Evaluates this predicate on the given argument.
- test(IOPredicate<T>, T) - Static method in class org.apache.commons.io.function.Uncheck
-
Tests an IO predicate.
- testLockDir(File) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Tests that we can write to the lock directory.
- theUnsafe - Variable in class org.apache.commons.io.input.ByteBufferCleaner.Java9Cleaner
-
- thread - Variable in class org.apache.commons.io.monitor.FileAlterationMonitor
-
- thread - Variable in class org.apache.commons.io.ThreadMonitor
-
- threadFactory - Variable in class org.apache.commons.io.monitor.FileAlterationMonitor
-
- ThreadMonitor - Class in org.apache.commons.io
-
Monitors a thread, interrupting it if it reaches the specified timeout.
- ThreadMonitor(Thread, Duration) - Constructor for class org.apache.commons.io.ThreadMonitor
-
Constructs a new monitor.
- ThreadUtils - Class in org.apache.commons.io
-
Helps work with threads.
- ThreadUtils() - Constructor for class org.apache.commons.io.ThreadUtils
-
- threshold - Variable in class org.apache.commons.io.output.DeferredFileOutputStream.Builder
-
- threshold - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
-
The threshold at which the event will be triggered.
- thresholdConsumer - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
-
Accepts reaching the threshold.
- thresholdExceeded - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
-
Whether or not the configured threshold has been exceeded.
- ThresholdingOutputStream - Class in 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) - Constructor for class 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>) - Constructor for class org.apache.commons.io.output.ThresholdingOutputStream
-
Constructs an instance of this class which will trigger an event at the specified threshold.
- thresholdReached() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Switches the underlying output stream from a memory based stream to one that is backed by disk.
- thresholdReached() - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Indicates that the configured threshold has been reached, and that a subclass should take whatever action
necessary on this event.
- throwCauseIfTaggedWith(Throwable, Object) - Static method in exception org.apache.commons.io.TaggedIOException
-
Throws the original
IOException
if the given throwable is
a
TaggedIOException
decorator the given tag.
- throwEofException - Variable in class org.apache.commons.io.input.NullInputStream
-
- throwEofException - Variable in class org.apache.commons.io.input.NullReader
-
- throwIae(int, int) - Method in class org.apache.commons.io.build.AbstractStreamBuilder
-
- throwIfCauseOf(Throwable) - Method in class org.apache.commons.io.input.TaggedInputStream
-
Re-throws the original exception thrown by this stream.
- throwIfCauseOf(Throwable) - Method in class org.apache.commons.io.input.TaggedReader
-
Re-throws the original exception thrown by this reader.
- throwIfCauseOf(Exception) - Method in class org.apache.commons.io.output.TaggedOutputStream
-
Re-throws the original exception thrown by this stream.
- throwIfCauseOf(Exception) - Method in class org.apache.commons.io.output.TaggedWriter
-
Re-throws the original exception thrown by this writer.
- timeout - Variable in class org.apache.commons.io.input.QueueInputStream.Builder
-
- timeout - Variable in class org.apache.commons.io.ThreadMonitor
-
- timeoutNanos - Variable in class org.apache.commons.io.input.QueueInputStream
-
- TimestampedObserver - Class in org.apache.commons.io.input
-
An observer with timestamps.
- TimestampedObserver() - Constructor for class org.apache.commons.io.input.TimestampedObserver
-
- to(TimeUnit) - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- TO_STRING - Static variable in class org.apache.commons.io.filefilter.FalseFileFilter
-
- TO_STRING - Static variable in class org.apache.commons.io.filefilter.TrueFileFilter
-
- toArray() - Method in interface org.apache.commons.io.function.IOStream
-
Like Stream.toArray()
.
- toArray(IntFunction<A[]>) - Method in interface org.apache.commons.io.function.IOStream
-
TODO Package-private for now, needs IOIntFunction?
Adding this method now and an IO version later is an issue because call sites would have to type-cast to pick one.
- toBufferedInputStream(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
Fetches entire contents of an InputStream
and represent
same data as result InputStream.
- toBufferedInputStream(InputStream, int) - Static method in class org.apache.commons.io.IOUtils
-
Fetches entire contents of an InputStream
and represent
same data as result InputStream.
- toBufferedInputStream(InputStream) - Static method in class org.apache.commons.io.output.ByteArrayOutputStream
-
Fetches entire contents of an InputStream
and represent
same data as result InputStream.
- toBufferedInputStream(InputStream, int) - Static method in class org.apache.commons.io.output.ByteArrayOutputStream
-
Fetches entire contents of an InputStream
and represent
same data as result InputStream.
- toBufferedInputStream(InputStream) - Static method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
Fetches entire contents of an InputStream
and represent same data as result InputStream.
- toBufferedInputStream(InputStream, int) - Static method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
Fetches entire contents of an InputStream
and represent same data as result InputStream.
- toBufferedReader(Reader) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
Returns the given reader if it is a BufferedReader
, otherwise creates a BufferedReader from the given
reader.
- toByteArray(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
as a byte[]
.
- toByteArray(InputStream, int) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
as a byte[]
.
- toByteArray(InputStream, long) - Static method in class org.apache.commons.io.IOUtils
-
Gets contents of an InputStream
as a byte[]
.
- toByteArray(IOTriFunction<byte[], Integer, Integer, Integer>, int) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an input as a byte[]
.
- toByteArray(Reader) - Static method in class org.apache.commons.io.IOUtils
-
- toByteArray(Reader, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a Reader
as a byte[]
using the specified character encoding.
- toByteArray(Reader, String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a Reader
as a byte[]
using the specified character encoding.
- toByteArray(String) - Static method in class org.apache.commons.io.IOUtils
-
- toByteArray(URI) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a URI
as a byte[]
.
- toByteArray(URL) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a URL
as a byte[]
.
- toByteArray(URLConnection) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a URLConnection
as a byte[]
.
- toByteArray() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Gets the current contents of this byte stream as a byte array.
- toByteArray() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- toByteArray() - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- toByteArrayImpl() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Gets the current contents of this byte stream as a byte array.
- toCharArray(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
- toCharArray(InputStream, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
as a character array
using the specified character encoding.
- toCharArray(InputStream, String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
as a character array
using the specified character encoding.
- toCharArray(Reader) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a Reader
as a character array.
- toCharset(Charset) - Static method in class org.apache.commons.io.Charsets
-
Returns the given Charset or the default Charset if the given Charset is null.
- toCharset(Charset, Charset) - Static method in class org.apache.commons.io.Charsets
-
Returns the given charset if non-null, otherwise return defaultCharset.
- toCharset(String) - Static method in class org.apache.commons.io.Charsets
-
Returns a Charset for the named charset.
- toCharset(String, Charset) - Static method in class org.apache.commons.io.Charsets
-
Returns a Charset for the named charset.
- toCharsetDecoder(CharsetDecoder) - Static method in class org.apache.commons.io.charset.CharsetDecoders
-
Returns the given non-null CharsetDecoder or a new default CharsetDecoder.
- toCharsetEncoder(CharsetEncoder) - Static method in class org.apache.commons.io.charset.CharsetEncoders
-
Returns the given non-null CharsetEncoder or a new default CharsetEncoder.
- toCharsetEncoder(CharsetEncoder, Supplier<CharsetEncoder>) - Static method in class org.apache.commons.io.charset.CharsetEncoders
-
Returns the given non-null CharsetEncoder or a new default CharsetEncoder.
- toCopyOption(CopyOption...) - Static method in class org.apache.commons.io.file.CopyDirectoryVisitor
-
- toDate(FileTime) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Converts FileTime
to a Date
.
- toDefaultFileVisitResult(boolean) - Static method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
- toFile(URL) - Static method in class org.apache.commons.io.FileUtils
-
Converts from a URL
to a File
.
- toFiles(URL...) - Static method in class org.apache.commons.io.FileUtils
-
Converts each of an array of URL
to a File
.
- toFileTime(Date) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Converts Date
to a FileTime
.
- toFileVisitOptionSet(FileVisitOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Converts an array of FileVisitOption
to a Set
.
- toFileVisitResult(boolean) - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
Converts a boolean into a FileVisitResult.
- toFlags(IOCase) - Static method in class org.apache.commons.io.filefilter.RegexFileFilter
-
Converts IOCase to Pattern compilation flags.
- toInputStream(CharSequence) - Static method in class org.apache.commons.io.IOUtils
-
- toInputStream(CharSequence, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(CharSequence, String) - Static method in class org.apache.commons.io.IOUtils
-
Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String) - Static method in class org.apache.commons.io.IOUtils
-
- toInputStream(String, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String, String) - Static method in class org.apache.commons.io.IOUtils
-
Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Gets the current contents of this byte stream as an Input Stream.
- toInputStream(AbstractByteArrayOutputStream.InputStreamConstructor<T>) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Gets the current contents of this byte stream as an Input Stream.
- toInputStream() - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- toInputStream() - Method in class org.apache.commons.io.output.DeferredFileOutputStream
-
Converts the current contents of this byte stream to an InputStream
.
- toInputStream() - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- toInstant() - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- toIntPredicate(Set<Integer>) - Static method in class org.apache.commons.io.input.CharacterSetFilterReader
-
- toIOCase(IOCase) - Method in class org.apache.commons.io.filefilter.NameFileFilter
-
- toIOConsumer(IOConsumer<T>) - Static method in class org.apache.commons.io.function.IOStreams
-
- toLegalFileName(String, char) - Method in enum 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...) - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Create a List of file filters.
- toList(Stream<File>) - Static method in class org.apache.commons.io.FileUtils
-
Consumes all of the given stream.
- toMaxDepth(boolean) - Static method in class org.apache.commons.io.FileUtils
-
Converts whether or not to recurse into a recursion max depth.
- toMessage(List<? extends Throwable>) - Static method in exception org.apache.commons.io.IOExceptionList
-
- toMessage(int, Throwable) - Static method in exception org.apache.commons.io.IOIndexedException
-
Converts input to a suitable String for exception message.
- toMillis() - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- toNtfsTime(Date) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Converts a Date
to NTFS time.
- toNtfsTime(FileTime) - Static method in class org.apache.commons.io.file.attribute.FileTimes
-
Converts a FileTime
to NTFS time (100-nanosecond units since 1 January 1601).
- toPath(File, Supplier<Path>) - Static method in class org.apache.commons.io.output.DeferredFileOutputStream
-
- toPath(Path, Supplier<Path>) - Static method in class org.apache.commons.io.output.DeferredFileOutputStream
-
- toSeparator(boolean) - Static method in class org.apache.commons.io.FilenameUtils
-
Returns '/' if given true, '\\' otherwise.
- toString() - Method in class org.apache.commons.io.build.AbstractOrigin
-
- toString() - Method in class org.apache.commons.io.ByteOrderMark
-
Converts this instance to a String representation of the BOM.
- toString() - Method in class org.apache.commons.io.CloseableURLConnection
-
- toString() - Method in class org.apache.commons.io.comparator.AbstractFileComparator
-
String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.comparator.CompositeFileComparator
-
String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.comparator.ExtensionFileComparator
-
String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.comparator.NameFileComparator
-
String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.comparator.PathFileComparator
-
String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.comparator.ReverseFileComparator
-
Returns the String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.comparator.SizeFileComparator
-
String representation of this file comparator.
- toString() - Method in class org.apache.commons.io.file.Counters.AbstractPathCounters
-
- toString() - Method in class org.apache.commons.io.file.Counters.BigIntegerCounter
-
- toString() - Method in class org.apache.commons.io.file.Counters.LongCounter
-
- toString() - Method in class org.apache.commons.io.file.Counters.NoopCounter
-
Returns "0"
, always.
- toString() - Method in class org.apache.commons.io.file.CountingPathVisitor
-
- toString() - Method in class org.apache.commons.io.FileDeleteStrategy
-
Gets a string describing the delete strategy.
- toString() - Method in class org.apache.commons.io.filefilter.AbstractFileFilter
-
Provides a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.AgeFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.AndFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.DelegateFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.FalseFileFilter
-
- toString() - Method in class org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Returns a String representation of the file filter, which includes the
magic number bytes and byte offset.
- toString() - Method in class org.apache.commons.io.filefilter.NameFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.NotFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.OrFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.PrefixFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.RegexFileFilter
-
Returns a debug string.
- toString() - Method in class org.apache.commons.io.filefilter.SizeFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.SuffixFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.filefilter.TrueFileFilter
-
- toString() - Method in class org.apache.commons.io.filefilter.WildcardFileFilter
-
Provide a String representation of this file filter.
- toString() - Method in class org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's toString()
method.
- toString() - Method in class org.apache.commons.io.input.CharSequenceReader
-
Return a String representation of the underlying
character sequence.
- toString(int) - Method in class org.apache.commons.io.input.ReversedLinesFileReader
-
Returns the last lineCount
lines of the file.
- toString() - Method in class org.apache.commons.io.input.Tailer.TailablePath
-
- toString() - Method in class org.apache.commons.io.input.TimestampedObserver
-
- toString() - Method in enum org.apache.commons.io.IOCase
-
Gets a string describing the sensitivity.
- toString(byte[]) - Static method in class org.apache.commons.io.IOUtils
-
- toString(byte[], String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a byte[]
as a String
using the specified character encoding.
- toString(InputStream) - Static method in class org.apache.commons.io.IOUtils
-
- toString(InputStream, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
as a String
using the specified character encoding.
- toString(InputStream, String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
as a String
using the specified character encoding.
- toString(IOSupplier<InputStream>, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
from a supplier as a String
using the specified character encoding.
- toString(IOSupplier<InputStream>, Charset, IOSupplier<String>) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream
from a supplier as a String
using the specified character encoding.
- toString(Reader) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents of a Reader
as a String.
- toString(URI) - Static method in class org.apache.commons.io.IOUtils
-
- toString(URI, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents at the given URI.
- toString(URI, String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents at the given URI.
- toString(URL) - Static method in class org.apache.commons.io.IOUtils
-
- toString(URL, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents at the given URL.
- toString(URL, String) - Static method in class org.apache.commons.io.IOUtils
-
Gets the contents at the given URL.
- toString() - Method in class org.apache.commons.io.monitor.FileAlterationObserver
-
Returns a String representation of this observer.
- toString() - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- toString() - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- toString(Charset) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Gets the current contents of this byte stream as a string
using the specified encoding.
- toString(String) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Gets the current contents of this byte stream as a string
using the specified encoding.
- toString() - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Returns StringBuilder.toString()
.
- toString() - Method in class org.apache.commons.io.output.UncheckedAppendableImpl
-
- toString() - Method in enum org.apache.commons.io.RandomAccessFileMode
-
- toSuffixes(String...) - Static method in class org.apache.commons.io.FileUtils
-
Converts an array of file extensions to suffixes.
- totalBlockCount - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- totalByteLength - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- touch(Path) - Static method in class org.apache.commons.io.file.PathUtils
-
Implements behavior similar to the Unix "touch" utility.
- touch(File) - Static method in class org.apache.commons.io.FileUtils
-
Implements behavior similar to the Unix "touch" utility.
- toURLs(File...) - Static method in class org.apache.commons.io.FileUtils
-
Converts each of an array of File
to a URL
.
- track(File, Object) - Static method in class org.apache.commons.io.FileCleaner
-
- track(File, Object, FileDeleteStrategy) - Static method in class org.apache.commons.io.FileCleaner
-
- track(String, Object) - Static method in class org.apache.commons.io.FileCleaner
-
- track(String, Object, FileDeleteStrategy) - Static method in class org.apache.commons.io.FileCleaner
-
- track(File, Object) - Method in class org.apache.commons.io.FileCleaningTracker
-
Tracks the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(File, Object, FileDeleteStrategy) - Method in class org.apache.commons.io.FileCleaningTracker
-
Tracks the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(Path, Object) - Method in class org.apache.commons.io.FileCleaningTracker
-
Tracks the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(Path, Object, FileDeleteStrategy) - Method in class org.apache.commons.io.FileCleaningTracker
-
Tracks the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(String, Object) - Method in class org.apache.commons.io.FileCleaningTracker
-
Tracks the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(String, Object, FileDeleteStrategy) - Method in class org.apache.commons.io.FileCleaningTracker
-
Tracks the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- Tracker(String, FileDeleteStrategy, Object, ReferenceQueue<? super Object>) - Constructor for class org.apache.commons.io.FileCleaningTracker.Tracker
-
Constructs an instance of this class from the supplied parameters.
- trackers - Variable in class org.apache.commons.io.FileCleaningTracker
-
- trailingNewlineOfFileSkipped - Variable in class org.apache.commons.io.input.ReversedLinesFileReader
-
- trimExtension(CharSequence) - Method in enum org.apache.commons.io.FileSystem
-
- TRUE - Static variable in class org.apache.commons.io.filefilter.TrueFileFilter
-
Singleton instance of true filter.
- trueFileFilter() - Static method in class org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that always returns true.
- TrueFileFilter - Class in org.apache.commons.io.filefilter
-
A file filter that always returns true.
- TrueFileFilter() - Constructor for class org.apache.commons.io.filefilter.TrueFileFilter
-
Restrictive constructor.
- tryAdvance(IOConsumer<? super T>) - Method in interface org.apache.commons.io.function.IOSpliterator
-
Like Spliterator.tryAdvance(Consumer)
.
- tryAdvance(Consumer<? super T>) - Method in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- trySplit() - Method in interface org.apache.commons.io.function.IOSpliterator
-
Like Spliterator.trySplit()
.
- trySplit() - Method in class org.apache.commons.io.function.UncheckedIOSpliterator
-
- TYPE_DIRECTORY - Static variable in class org.apache.commons.io.comparator.DirectoryFileComparator
-
- TYPE_FILE - Static variable in class org.apache.commons.io.comparator.DirectoryFileComparator
-
- waitFor(Path, Duration, LinkOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Waits for the file system to propagate a file creation, with a timeout.
- waitFor(File, int) - Static method in class org.apache.commons.io.FileUtils
-
Waits for the file system to propagate a file creation, with a timeout.
- waitForAsyncReadComplete() - Method in class org.apache.commons.io.input.ReadAheadInputStream
-
- walk(File, Collection<T>) - Method in class org.apache.commons.io.DirectoryWalker
-
Deprecated.
Internal method that walks the directory hierarchy in a depth-first manner.
- walk(File, int, Collection<T>) - Method in class org.apache.commons.io.DirectoryWalker
-
Deprecated.
Main recursive method to examine the directory hierarchy.
- walk(Path, FileVisitOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.walk(Path, FileVisitOption...)
throwing UncheckedIOException
instead of IOException
.
- walk(Path, int, FileVisitOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.walk(Path, int, FileVisitOption...)
throwing UncheckedIOException
instead of IOException
.
- walk(Path, PathFilter, int, boolean, FileVisitOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Returns a stream of filtered paths.
- walkFileTree(Path, FileVisitor<? super Path>) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.walkFileTree(Path, FileVisitor)
throwing UncheckedIOException
instead of
IOException
.
- walkFileTree(Path, Set<FileVisitOption>, int, FileVisitor<? super Path>) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.walkFileTree(Path, Set, int, FileVisitor)
throwing UncheckedIOException
instead of
IOException
.
- WildcardClassNameMatcher - Class in org.apache.commons.io.serialization
-
- WildcardClassNameMatcher(String) - Constructor for class org.apache.commons.io.serialization.WildcardClassNameMatcher
-
Constructs an object based on the specified simplified regular expression.
- WildcardFileFilter - Class in org.apache.commons.io.filefilter
-
Filters files using the supplied wildcards.
- WildcardFileFilter(IOCase, String...) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
Constructs a new wildcard filter for an array of wildcards specifying case-sensitivity.
- WildcardFileFilter(List<String>) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
- WildcardFileFilter(List<String>, IOCase) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
- WildcardFileFilter(String) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
- WildcardFileFilter(String...) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
- WildcardFileFilter(String, IOCase) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
- WildcardFileFilter(String[], IOCase) - Constructor for class org.apache.commons.io.filefilter.WildcardFileFilter
-
- WildcardFileFilter.Builder - Class in org.apache.commons.io.filefilter
-
- WildcardFilter - Class in org.apache.commons.io.filefilter
-
- WildcardFilter(List<String>) - Constructor for class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
Constructs a new case-sensitive wildcard filter for a list of wildcards.
- WildcardFilter(String) - Constructor for class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
Constructs a new case-sensitive wildcard filter for a single wildcard.
- WildcardFilter(String...) - Constructor for class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
Constructs a new case-sensitive wildcard filter for an array of wildcards.
- wildcardMatch(String, String) - Static method in class 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) - Static method in class 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) - Static method in class org.apache.commons.io.FilenameUtils
-
Checks a fileName to see if it matches the specified wildcard matcher
using the case rules of the system.
- wildcards - Variable in class org.apache.commons.io.filefilter.WildcardFileFilter.Builder
-
The wildcards that will be used to match file names.
- wildcards - Variable in class org.apache.commons.io.filefilter.WildcardFileFilter
-
The wildcards that will be used to match file names.
- wildcards - Variable in class org.apache.commons.io.filefilter.WildcardFilter
-
Deprecated.
The wildcards that will be used to match file names.
- WINDOWS - Static variable in class org.apache.commons.io.FileSystemUtils
-
Deprecated.
Operating system state flag for Windows.
- WINDOWS_EPOCH_OFFSET - Static variable in class org.apache.commons.io.file.attribute.FileTimes
-
The offset of Windows time 0 to Unix epoch in 100-nanosecond intervals.
- WINDOWS_NAME_SEPARATOR - Static variable in class org.apache.commons.io.FilenameUtils
-
The Windows separator character.
- WindowsLineEndingInputStream - Class in org.apache.commons.io.input
-
A filtering input stream that ensures the content will have Windows line endings, CRLF.
- WindowsLineEndingInputStream(InputStream, boolean) - Constructor for class org.apache.commons.io.input.WindowsLineEndingInputStream
-
Constructs an input stream that filters another stream
- withBigIntegerCounters() - Static method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- withBigIntegerCounters(PathFilter, PathFilter) - Static method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- withBigIntegerCounters() - Static method in class org.apache.commons.io.file.CleaningPathVisitor
-
- withBigIntegerCounters() - Static method in class org.apache.commons.io.file.CountingPathVisitor
-
- withBigIntegerCounters() - Static method in class org.apache.commons.io.file.DeletingPathVisitor
-
- withLongCounters() - Static method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- withLongCounters(PathFilter, PathFilter) - Static method in class org.apache.commons.io.file.AccumulatorPathVisitor
-
- withLongCounters() - Static method in class org.apache.commons.io.file.CleaningPathVisitor
-
- withLongCounters() - Static method in class org.apache.commons.io.file.CountingPathVisitor
-
- withLongCounters() - Static method in class org.apache.commons.io.file.DeletingPathVisitor
-
- withPosixFileAttributes(Path, LinkOption[], boolean, IOFunction<PosixFileAttributes, R>) - Static method in class org.apache.commons.io.file.PathUtils
-
- wrap(B) - Method in interface org.apache.commons.io.function.IOBaseStream
-
Wraps a Stream
.
- wrap(Stream<T>) - Method in class org.apache.commons.io.function.IOStreamAdapter
-
- wrap(IOException) - Static method in class org.apache.commons.io.function.Uncheck
-
Constructs a new UncheckedIOException for the given exception.
- wrap(IOException, Supplier<String>) - Static method in class org.apache.commons.io.function.Uncheck
-
Constructs a new UncheckedIOException for the given exception and detail message.
- wrap(InputStream) - Static method in class org.apache.commons.io.input.CloseShieldInputStream
-
Constructs a proxy that shields the given input stream from being closed.
- wrap(Reader) - Static method in class org.apache.commons.io.input.CloseShieldReader
-
Constructs a proxy that shields the given reader from being closed.
- wrap(OutputStream) - Static method in class org.apache.commons.io.output.CloseShieldOutputStream
-
Constructs a proxy that shields the given output stream from being closed.
- wrap(Writer) - Static method in class org.apache.commons.io.output.CloseShieldWriter
-
Constructs a proxy that shields the given writer from being closed.
- wrap(IOException, Object) - Static method in class org.apache.commons.io.UncheckedIOExceptions
-
Constructs a new UncheckedIOException for the given detail message.
- write(Path, byte[], OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.write(Path, byte[], OpenOption...)
throwing UncheckedIOException
instead of
IOException
.
- write(Path, Iterable<? extends CharSequence>, Charset, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.write(Path, Iterable, Charset, OpenOption...)
throwing UncheckedIOException
instead of IOException
.
- write(Path, Iterable<? extends CharSequence>, OpenOption...) - Static method in class org.apache.commons.io.file.FilesUncheck
-
Delegates to Files.write(Path, Iterable, OpenOption...)
throwing UncheckedIOException
instead of
IOException
.
- write(File, CharSequence) - Static method in class org.apache.commons.io.FileUtils
-
- write(File, CharSequence, boolean) - Static method in class org.apache.commons.io.FileUtils
-
- write(File, CharSequence, Charset) - Static method in class org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, Charset, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, String) - Static method in class org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, String, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(byte[], OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
Writes bytes from a byte[]
to an OutputStream
.
- write(byte[], Writer) - Static method in class org.apache.commons.io.IOUtils
-
- write(byte[], Writer, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Writes bytes from a byte[]
to chars on a Writer
using the specified character encoding.
- write(byte[], Writer, String) - Static method in class org.apache.commons.io.IOUtils
-
Writes bytes from a byte[]
to chars on a Writer
using the specified character encoding.
- write(char[], OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
- write(char[], OutputStream, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a char[]
to bytes on an
OutputStream
using the specified character encoding.
- write(char[], OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a char[]
to bytes on an
OutputStream
using the specified character encoding.
- write(char[], Writer) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a char[]
to a Writer
- write(CharSequence, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
- write(CharSequence, OutputStream, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a CharSequence
to bytes on an
OutputStream
using the specified character encoding.
- write(CharSequence, OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a CharSequence
to bytes on an
OutputStream
using the specified character encoding.
- write(CharSequence, Writer) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a CharSequence
to a Writer
.
- write(String, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
- write(String, OutputStream, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a String
to bytes on an
OutputStream
using the specified character encoding.
- write(String, OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a String
to bytes on an
OutputStream
using the specified character encoding.
- write(String, Writer) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a String
to a Writer
.
- write(StringBuffer, OutputStream) - Static method in class org.apache.commons.io.IOUtils
-
- write(StringBuffer, OutputStream, String) - Static method in class org.apache.commons.io.IOUtils
-
- write(StringBuffer, Writer) - Static method in class org.apache.commons.io.IOUtils
-
- write(byte[], int, int) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- write(InputStream) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Writes the entire contents of the specified input stream to this
byte stream.
- write(int) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
- write(int) - Method in class org.apache.commons.io.output.AppendableOutputStream
-
Write a character to the underlying appendable.
- write(char[], int, int) - Method in class org.apache.commons.io.output.AppendableWriter
-
Writes a portion of an array of characters to the underlying appendable.
- write(int) - Method in class org.apache.commons.io.output.AppendableWriter
-
Writes a character to the underlying appendable.
- write(String, int, int) - Method in class org.apache.commons.io.output.AppendableWriter
-
Writes a portion of a String to the underlying appendable.
- write(int) - Method in class org.apache.commons.io.output.BrokenOutputStream
-
Throws the configured exception.
- write(char[], int, int) - Method in class org.apache.commons.io.output.BrokenWriter
-
Throws the configured exception.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- write(InputStream) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- write(int) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- write(byte[], int, int) - Method in class org.apache.commons.io.output.ChunkedOutputStream
-
Writes the data buffer in chunks to the underlying stream
- write(char[], int, int) - Method in class org.apache.commons.io.output.ChunkedWriter
-
Writes the data buffer in chunks to the underlying writer.
- write(int) - Method in class org.apache.commons.io.output.ClosedOutputStream
-
Throws an IOException
to indicate that the stream is closed.
- write(char[], int, int) - Method in class org.apache.commons.io.output.ClosedWriter
-
Throws an IOException
to indicate that the writer is closed.
- write(int) - Method in class org.apache.commons.io.output.DemuxOutputStream
-
Writes byte to stream associated with current thread.
- write(char[]) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- write(char[], int, int) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
Writes a portion of an array of characters.
- write(int) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
Writes a single character.
- write(String) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- write(String, int, int) - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
Writes a portion of a string.
- write(char[]) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Writes the characters from an array.
- write(char[], int, int) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Writes the specified characters from an array.
- write(int) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Writes a character.
- write(String) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Writes the characters from a string.
- write(String, int, int) - Method in class org.apache.commons.io.output.LockableFileWriter
-
Writes the specified characters from a string.
- write(byte[]) - Method in class org.apache.commons.io.output.NullOutputStream
-
Does nothing - output to /dev/null
.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.NullOutputStream
-
Does nothing - output to /dev/null
.
- write(int) - Method in class org.apache.commons.io.output.NullOutputStream
-
Does nothing - output to /dev/null
.
- write(char[]) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- write(char[], int, int) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- write(int) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- write(String) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- write(String, int, int) - Method in class org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null
.
- write(char[]) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's write(char[])
method.
- write(char[], int, int) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's write(char[], int, int)
method.
- write(int) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's write(int)
method.
- write(String) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's write(String)
method.
- write(String, int, int) - Method in class org.apache.commons.io.output.ProxyCollectionWriter
-
Invokes the delegate's write(String)
method.
- write(byte[]) - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's write(byte[])
method.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's write(byte[])
method.
- write(int) - Method in class org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's write(int)
method.
- write(char[]) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(char[])
method.
- write(char[], int, int) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(char[], int, int)
method.
- write(int) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(int)
method.
- write(String) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(String)
method.
- write(String, int, int) - Method in class org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(String)
method.
- write(int) - Method in class org.apache.commons.io.output.QueueOutputStream
-
Writes a single byte.
- write(char[], int, int) - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Writes a portion of a character array to the StringBuilder
.
- write(String) - Method in class org.apache.commons.io.output.StringBuilderWriter
-
Writes a String to the StringBuilder
.
- write(byte[]) - Method in class org.apache.commons.io.output.TeeOutputStream
-
Writes the bytes to both streams.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.TeeOutputStream
-
Writes the specified bytes to both streams.
- write(int) - Method in class org.apache.commons.io.output.TeeOutputStream
-
Writes a byte to both streams.
- write(byte[]) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Writes b.length
bytes from the specified byte array to this output stream.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Writes len
bytes from the specified byte array starting at offset off
to this output stream.
- write(int) - Method in class org.apache.commons.io.output.ThresholdingOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.apache.commons.io.output.UncheckedFilterOutputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.UncheckedFilterOutputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(int) - Method in class org.apache.commons.io.output.UncheckedFilterOutputStream
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(char[]) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(char[], int, int) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(int) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(String) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(String, int, int) - Method in class org.apache.commons.io.output.UncheckedFilterWriter
-
Calls this method's super and rethrow IOException
as UncheckedIOException
.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- write(InputStream) - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- write(int) - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- write(byte[]) - Method in class org.apache.commons.io.output.WriterOutputStream
-
Write bytes from the specified byte array to the stream.
- write(byte[], int, int) - Method in class org.apache.commons.io.output.WriterOutputStream
-
Write bytes from the specified byte array to the stream.
- write(int) - Method in class org.apache.commons.io.output.WriterOutputStream
-
Write a single byte to the stream.
- write(char[], int, int) - Method in class org.apache.commons.io.output.XmlStreamWriter
-
Writes the characters to the underlying writer, detecting encoding.
- writeByteArrayToFile(File, byte[]) - Static method in class org.apache.commons.io.FileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeByteArrayToFile(File, byte[], boolean) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
Writes bytes from a byte[]
to an OutputStream
using chunked writes.
- writeChunked(char[], Writer) - Static method in class org.apache.commons.io.IOUtils
-
Writes chars from a char[]
to a Writer
using chunked writes.
- writeImmediately - Variable in class org.apache.commons.io.output.WriterOutputStream.Builder
-
- writeImmediately - Variable in class org.apache.commons.io.output.WriterOutputStream
-
- writeImpl(byte[], int, int) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Writes the bytes to the byte array.
- writeImpl(InputStream) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Writes the entire contents of the specified input stream to this
byte stream.
- writeImpl(int) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Write a byte to byte array.
- writeLines(File, Collection<?>) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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<?>) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class org.apache.commons.io.IOUtils
-
- writeLines(Collection<?>, String, OutputStream, Charset) - Static method in class org.apache.commons.io.IOUtils
-
Writes the Object.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, String) - Static method in class org.apache.commons.io.IOUtils
-
Writes the Object.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) - Static method in class org.apache.commons.io.IOUtils
-
Writes the Object.toString()
value of each item in a collection to
a Writer
line by line, using the specified line ending.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.io.monitor.SerializableFileTime
-
- writer(Appendable) - Static method in class org.apache.commons.io.IOUtils
-
Returns the given Appendable if it is already a Writer
, otherwise creates a Writer wrapper around the
given Appendable.
- writer - Variable in class org.apache.commons.io.output.WriterOutputStream
-
- writer - Variable in class org.apache.commons.io.output.XmlStreamWriter
-
- WriterOrigin(Writer) - Constructor for class org.apache.commons.io.build.AbstractOrigin.WriterOrigin
-
Constructs a new instance for the given origin.
- WriterOutputStream - Class in 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) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, Charset) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, Charset, int, boolean) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, CharsetDecoder) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, CharsetDecoder, int, boolean) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, String) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, String, int, boolean) - Constructor for class org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream.Builder - Class in org.apache.commons.io.output
-
- writers - Variable in class org.apache.commons.io.output.FilterCollectionWriter
-
The underlying writers.
- writers() - Method in class org.apache.commons.io.output.FilterCollectionWriter
-
- writeString(Path, CharSequence, Charset, OpenOption...) - Static method in class org.apache.commons.io.file.PathUtils
-
Writes the given character sequence to a file at the given path.
- writeStringToFile(File, String) - Static method in class org.apache.commons.io.FileUtils
-
- writeStringToFile(File, String, boolean) - Static method in class org.apache.commons.io.FileUtils
-
- writeStringToFile(File, String, Charset) - Static method in class org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, Charset, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, String) - Static method in class org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, String, boolean) - Static method in class org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeSwappedDouble(byte[], int, double) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "double" value to a byte array at a given offset.
- writeSwappedDouble(OutputStream, double) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "double" value to an OutputStream.
- writeSwappedFloat(byte[], int, float) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "float" value to a byte array at a given offset.
- writeSwappedFloat(OutputStream, float) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "float" value to an OutputStream.
- writeSwappedInteger(byte[], int, int) - Static method in class org.apache.commons.io.EndianUtils
-
Writes an "int" value to a byte array at a given offset.
- writeSwappedInteger(OutputStream, int) - Static method in class org.apache.commons.io.EndianUtils
-
Writes an "int" value to an OutputStream.
- writeSwappedLong(byte[], int, long) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "long" value to a byte array at a given offset.
- writeSwappedLong(OutputStream, long) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "long" value to an OutputStream.
- writeSwappedShort(byte[], int, short) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "short" value to a byte array at a given offset.
- writeSwappedShort(OutputStream, short) - Static method in class org.apache.commons.io.EndianUtils
-
Writes a "short" value to an OutputStream.
- writeTo(OutputStream) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Writes the entire contents of this byte stream to the
specified output stream.
- writeTo(OutputStream) - Method in class org.apache.commons.io.output.ByteArrayOutputStream
-
- writeTo(OutputStream) - Method in class 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) - Method in class org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
-
- writeToImpl(OutputStream) - Method in class org.apache.commons.io.output.AbstractByteArrayOutputStream
-
Writes the entire contents of this byte stream to the
specified output stream.
- written - Variable in class org.apache.commons.io.output.ThresholdingOutputStream
-
The number of bytes written to the output stream.