- AbstractFileFilter - org.apache.commons.io.filefilter中的类
-
An abstract class which implements the Java FileFilter and FilenameFilter
interfaces via the IOFileFilter interface.
- AbstractFileFilter() - 类 的构造器org.apache.commons.io.filefilter.AbstractFileFilter
-
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.AbstractFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.AbstractFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.AgeFileFilter
-
Checks to see if the last modification of the file matches cutoff
favorably.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.CanReadFileFilter
-
Checks to see if the file can be read.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.CanWriteFileFilter
-
Checks to see if the file can be written to.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.DelegateFileFilter
-
Checks the filter.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.DelegateFileFilter
-
Checks the filter.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.DirectoryFileFilter
-
Checks to see if the file is a directory.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.EmptyFileFilter
-
Checks to see if the file is empty.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.FalseFileFilter
-
Returns false.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.FalseFileFilter
-
Returns false.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.FileFileFilter
-
Checks to see if the file is a file.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.HiddenFileFilter
-
Checks to see if the file is hidden.
- accept(File) - 接口 中的方法org.apache.commons.io.filefilter.IOFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - 接口 中的方法org.apache.commons.io.filefilter.IOFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Accepts the provided file if the file contains the file filter's magic
number at the specified offset.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.NameFileFilter
-
Checks to see if the filename matches.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.NameFileFilter
-
Checks to see if the filename matches.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.NotFileFilter
-
Returns the logical NOT of the underlying filter's return value for the same File.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.NotFileFilter
-
Returns the logical NOT of the underlying filter's return value for the same arguments.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Checks to see if the File should be accepted by this filter.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.PrefixFileFilter
-
Checks to see if the filename starts with the prefix.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.PrefixFileFilter
-
Checks to see if the filename starts with the prefix.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.RegexFileFilter
-
Checks to see if the filename matches one of the regular expressions.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.SizeFileFilter
-
Checks to see if the size of the file is favorable.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.SuffixFileFilter
-
Checks to see if the filename ends with the suffix.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.SuffixFileFilter
-
Checks to see if the filename ends with the suffix.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.TrueFileFilter
-
Returns true.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.TrueFileFilter
-
Returns true.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.WildcardFileFilter
-
Checks to see if the filename matches one of the wildcards.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.WildcardFileFilter
-
Checks to see if the filename matches one of the wildcards.
- accept(File, String) - 类 中的方法org.apache.commons.io.filefilter.WildcardFilter
-
已过时。
Checks to see if the filename matches one of the wildcards.
- accept(File) - 类 中的方法org.apache.commons.io.filefilter.WildcardFilter
-
已过时。
Checks to see if the filename matches one of the wildcards.
- accept(Class<?>...) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept the specified classes for deserialization, unless they
are otherwise rejected.
- accept(String...) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept the wildcard specified classes for deserialization,
unless they are otherwise rejected.
- accept(Pattern) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept class names that match the supplied pattern for
deserialization, unless they are otherwise rejected.
- accept(ClassNameMatcher) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
- addFileFilter(IOFileFilter) - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Adds the specified file filter to the list of file filters at the end of
the list.
- addFileFilter(IOFileFilter) - 接口 中的方法org.apache.commons.io.filefilter.ConditionalFileFilter
-
Adds the specified file filter to the list of file filters at the end of
the list.
- addFileFilter(IOFileFilter) - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Adds the specified file filter to the list of file filters at the end of
the list.
- addListener(FileAlterationListener) - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Add a file system listener.
- addObserver(FileAlterationObserver) - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Add a file system observer to this monitor.
- afterRead(int) - 类 中的方法org.apache.commons.io.input.AutoCloseInputStream
-
Automatically closes the stream if the end of stream was reached.
- afterRead(int) - 类 中的方法org.apache.commons.io.input.CountingInputStream
-
Adds the number of read bytes to the count.
- afterRead(int) - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invoked by the read methods after the proxied call has returned
successfully.
- afterRead(int) - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invoked by the read methods after the proxied call has returned
successfully.
- afterWrite(int) - 类 中的方法org.apache.commons.io.output.ProxyOutputStream
-
Invoked by the write methods after the proxied call has returned
successfully.
- afterWrite(int) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invoked by the write methods after the proxied call has returned
successfully.
- AgeFileFilter - org.apache.commons.io.filefilter中的类
-
Filters files based on a cutoff time, can filter either newer
files or files equal to or older.
- AgeFileFilter(long) - 类 的构造器org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files equal to or older than
a certain cutoff
- AgeFileFilter(long, boolean) - 类 的构造器org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files on any one side
of a certain cutoff.
- AgeFileFilter(Date) - 类 的构造器org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files older than (at or before)
a certain cutoff date.
- AgeFileFilter(Date, boolean) - 类 的构造器org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files on any one side
of a certain cutoff date.
- AgeFileFilter(File) - 类 的构造器org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files older than (at or before)
a certain File (whose last modification time will be used as reference).
- AgeFileFilter(File, boolean) - 类 的构造器org.apache.commons.io.filefilter.AgeFileFilter
-
Constructs a new age file filter for files on any one side
of a certain File (whose last modification time will be used as
reference).
- ageFileFilter(long) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file was last modified after
the specified cutoff time.
- ageFileFilter(long, boolean) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters files based on a cutoff time.
- ageFileFilter(Date) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file was last modified after
the specified cutoff date.
- ageFileFilter(Date, boolean) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters files based on a cutoff date.
- ageFileFilter(File) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file was last modified after
the specified reference file.
- ageFileFilter(File, boolean) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters files based on a cutoff reference file.
- and(IOFileFilter...) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that ANDs the specified filters.
- AndFileFilter - org.apache.commons.io.filefilter中的类
-
A
FileFilter providing conditional AND logic across a list of
file filters.
- AndFileFilter() - 类 的构造器org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new instance of AndFileFilter.
- AndFileFilter(List<IOFileFilter>) - 类 的构造器org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new instance of AndFileFilter
with the specified list of filters.
- AndFileFilter(IOFileFilter, IOFileFilter) - 类 的构造器org.apache.commons.io.filefilter.AndFileFilter
-
Constructs a new file filter that ANDs the result of two other filters.
- andFileFilter(IOFileFilter, IOFileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- append(char) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- append(CharSequence, int, int) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- append(CharSequence) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- append(char) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's append(char) method.
- append(CharSequence, int, int) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's append(CharSequence, int, int) method.
- append(CharSequence) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's append(CharSequence) method.
- append(char) - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
Appends a single character to this Writer.
- append(CharSequence) - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
Appends a character sequence to this Writer.
- append(CharSequence, int, int) - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
- AppendableOutputStream<T extends Appendable> - org.apache.commons.io.output中的类
-
OutputStream implementation that writes the data to an
Appendable
Object.
- AppendableOutputStream(T) - 类 的构造器org.apache.commons.io.output.AppendableOutputStream
-
Construct a new instance with the specified appendable.
- asFileFilter(FileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns an IOFileFilter that wraps the
FileFilter instance.
- asFileFilter(FilenameFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns an IOFileFilter that wraps the
FilenameFilter instance.
- AutoCloseInputStream - org.apache.commons.io.input中的类
-
Proxy stream that closes and discards the underlying stream as soon as the
end of input has been reached or when the stream is explicitly closed.
- AutoCloseInputStream(InputStream) - 类 的构造器org.apache.commons.io.input.AutoCloseInputStream
-
Creates an automatically closing proxy for the given input stream.
- available() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
- available() - 类 中的方法org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- available() - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
Return an estimate of the number of bytes remaining in the byte stream.
- available() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Return the number of bytes that can be read.
- available() - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's available() method.
- CAN_READ - 类 中的静态变量org.apache.commons.io.filefilter.CanReadFileFilter
-
Singleton instance of readable filter
- CAN_WRITE - 类 中的静态变量org.apache.commons.io.filefilter.CanWriteFileFilter
-
Singleton instance of writable filter
- CancelException(File, int) - 异常错误 的构造器org.apache.commons.io.DirectoryWalker.CancelException
-
Constructs a CancelException with
the file and depth when cancellation occurred.
- CancelException(String, File, int) - 异常错误 的构造器org.apache.commons.io.DirectoryWalker.CancelException
-
Constructs a CancelException with
an appropriate message and the file and depth when
cancellation occurred.
- CANNOT_READ - 类 中的静态变量org.apache.commons.io.filefilter.CanReadFileFilter
-
Singleton instance of not readable filter
- CANNOT_WRITE - 类 中的静态变量org.apache.commons.io.filefilter.CanWriteFileFilter
-
Singleton instance of not writable filter
- CanReadFileFilter - org.apache.commons.io.filefilter中的类
-
This filter accepts Files that can be read.
- CanReadFileFilter() - 类 的构造器org.apache.commons.io.filefilter.CanReadFileFilter
-
Restrictive consructor.
- CanWriteFileFilter - org.apache.commons.io.filefilter中的类
-
This filter accepts Files that can be written to.
- CanWriteFileFilter() - 类 的构造器org.apache.commons.io.filefilter.CanWriteFileFilter
-
Restrictive consructor.
- CharSequenceInputStream - org.apache.commons.io.input中的类
-
InputStream implementation that can read from String, StringBuffer,
StringBuilder or CharBuffer.
- CharSequenceInputStream(CharSequence, Charset, int) - 类 的构造器org.apache.commons.io.input.CharSequenceInputStream
-
Constructor.
- CharSequenceInputStream(CharSequence, String, int) - 类 的构造器org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream(CharSequence, Charset) - 类 的构造器org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceInputStream(CharSequence, String) - 类 的构造器org.apache.commons.io.input.CharSequenceInputStream
-
- CharSequenceReader - org.apache.commons.io.input中的类
-
Reader implementation that can read from String, StringBuffer,
StringBuilder or CharBuffer.
- CharSequenceReader(CharSequence) - 类 的构造器org.apache.commons.io.input.CharSequenceReader
-
Construct a new instance with the specified character sequence.
- Charsets - org.apache.commons.io中的类
-
Charsets required of every implementation of the Java platform.
- Charsets() - 类 的构造器org.apache.commons.io.Charsets
-
- checkAndNotify() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Check whether the file and its chlidren have been created, modified or deleted.
- checkCompareTo(String, String) - 枚举 中的方法org.apache.commons.io.IOCase
-
Compares two strings using the case-sensitivity rule.
- checkEndsWith(String, String) - 枚举 中的方法org.apache.commons.io.IOCase
-
Checks if one string ends with another using the case-sensitivity rule.
- checkEquals(String, String) - 枚举 中的方法org.apache.commons.io.IOCase
-
Compares two strings using the case-sensitivity rule.
- checkIfCancelled(File, int, Collection<T>) - 类 中的方法org.apache.commons.io.DirectoryWalker
-
- checkIndexOf(String, int, String) - 枚举 中的方法org.apache.commons.io.IOCase
-
Checks if one string contains another starting at a specific index using the
case-sensitivity rule.
- checkRegionMatches(String, int, String) - 枚举 中的方法org.apache.commons.io.IOCase
-
Checks if one string contains another at a specific index using the case-sensitivity rule.
- checkStartsWith(String, String) - 枚举 中的方法org.apache.commons.io.IOCase
-
Checks if one string starts with another using the case-sensitivity rule.
- checksum(File, Checksum) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Computes the checksum of a file using the specified checksum object.
- checksumCRC32(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Computes the checksum of a file using the CRC32 checksum routine.
- checkThreshold(int) - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Checks to see if writing the specified number of bytes would cause the
configured threshold to be exceeded.
- ChunkedOutputStream - org.apache.commons.io.output中的类
-
OutputStream which breaks larger output blocks into chunks.
- ChunkedOutputStream(OutputStream, int) - 类 的构造器org.apache.commons.io.output.ChunkedOutputStream
-
Creates a new stream that uses the specified chunk size.
- ChunkedOutputStream(OutputStream) - 类 的构造器org.apache.commons.io.output.ChunkedOutputStream
-
- ChunkedWriter - org.apache.commons.io.output中的类
-
Writer which breaks larger output blocks into chunks.
- ChunkedWriter(Writer, int) - 类 的构造器org.apache.commons.io.output.ChunkedWriter
-
Creates a new writer that uses the specified chunk size.
- ChunkedWriter(Writer) - 类 的构造器org.apache.commons.io.output.ChunkedWriter
-
- ClassLoaderObjectInputStream - org.apache.commons.io.input中的类
-
A special ObjectInputStream that loads a class based on a specified
ClassLoader rather than the system default.
- ClassLoaderObjectInputStream(ClassLoader, InputStream) - 类 的构造器org.apache.commons.io.input.ClassLoaderObjectInputStream
-
Constructs a new ClassLoaderObjectInputStream.
- ClassNameMatcher - org.apache.commons.io.serialization中的接口
-
An object that matches a Class name to a condition.
- cleanDirectory(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Cleans a directory without deleting it.
- close() - 类 中的方法org.apache.commons.io.input.AutoCloseInputStream
-
Closes the underlying input stream and replaces the reference to it
with a
ClosedInputStream instance.
- close() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
- close() - 类 中的方法org.apache.commons.io.input.BoundedReader
-
Closes the target
- close() - 类 中的方法org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- close() - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- close() - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Close resets the file back to the start and removes any marked position.
- close() - 类 中的方法org.apache.commons.io.input.CloseShieldInputStream
-
- close() - 类 中的方法org.apache.commons.io.input.DemuxInputStream
-
Closes stream associated with current thread.
- close() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Close this input stream - resets the internal state to
the initial values.
- close() - 类 中的方法org.apache.commons.io.input.NullReader
-
Close this Reader - resets the internal state to
the initial values.
- close() - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's close() method.
- close() - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's close() method.
- close() - 类 中的方法org.apache.commons.io.input.ReaderInputStream
-
Close the stream.
- close() - 类 中的方法org.apache.commons.io.input.ReversedLinesFileReader
-
Closes underlying resources.
- close() - 类 中的方法org.apache.commons.io.input.TeeInputStream
-
Closes the proxied input stream and, if so configured, the associated
output stream.
- close() - 类 中的方法org.apache.commons.io.input.UnixLineEndingInputStream
-
Closes the stream.
- close() - 类 中的方法org.apache.commons.io.input.WindowsLineEndingInputStream
-
Closes the stream.
- close() - 类 中的方法org.apache.commons.io.input.XmlStreamReader
-
Closes the XmlStreamReader stream.
- close(URLConnection) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes a URLConnection.
- close() - 类 中的方法org.apache.commons.io.LineIterator
-
Closes the underlying Reader quietly.
- close() - 类 中的方法org.apache.commons.io.output.BrokenOutputStream
-
Throws the configured exception.
- close() - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - 类 中的方法org.apache.commons.io.output.CloseShieldOutputStream
-
- close() - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Closes underlying output stream, and mark this as closed
- close() - 类 中的方法org.apache.commons.io.output.DemuxOutputStream
-
Closes stream associated with current thread.
- close() - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Close the stream.
- close() - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Closes the file writer and deletes the lockfile (if possible).
- close() - 类 中的方法org.apache.commons.io.output.NullWriter
-
- close() - 类 中的方法org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's close() method.
- close() - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's close() method.
- close() - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
Closing this writer has no effect.
- close() - 类 中的方法org.apache.commons.io.output.TeeOutputStream
-
Closes both output streams.
- close() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Closes this output stream and releases any system resources associated
with this stream.
- close() - 类 中的方法org.apache.commons.io.output.WriterOutputStream
-
Close the stream.
- close() - 类 中的方法org.apache.commons.io.output.XmlStreamWriter
-
Close the underlying writer.
- CLOSED_INPUT_STREAM - 类 中的静态变量org.apache.commons.io.input.ClosedInputStream
-
A singleton.
- CLOSED_OUTPUT_STREAM - 类 中的静态变量org.apache.commons.io.output.ClosedOutputStream
-
A singleton.
- ClosedInputStream - org.apache.commons.io.input中的类
-
Closed input stream.
- ClosedInputStream() - 类 的构造器org.apache.commons.io.input.ClosedInputStream
-
- ClosedOutputStream - org.apache.commons.io.output中的类
-
Closed output stream.
- ClosedOutputStream() - 类 的构造器org.apache.commons.io.output.ClosedOutputStream
-
- closeQuietly(Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes an Reader unconditionally.
- closeQuietly(Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes an Writer unconditionally.
- closeQuietly(InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes an InputStream unconditionally.
- closeQuietly(OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes an OutputStream unconditionally.
- closeQuietly(Closeable) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes a Closeable unconditionally.
- closeQuietly(Closeable...) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes a Closeable unconditionally.
- closeQuietly(Socket) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes a Socket unconditionally.
- closeQuietly(Selector) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes a Selector unconditionally.
- closeQuietly(ServerSocket) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Closes a ServerSocket unconditionally.
- closeQuietly(LineIterator) - 类 中的静态方法org.apache.commons.io.LineIterator
-
Closes the iterator, handling null and ignoring exceptions.
- CloseShieldInputStream - org.apache.commons.io.input中的类
-
Proxy stream that prevents the underlying input stream from being closed.
- CloseShieldInputStream(InputStream) - 类 的构造器org.apache.commons.io.input.CloseShieldInputStream
-
Creates a proxy that shields the given input stream from being
closed.
- CloseShieldOutputStream - org.apache.commons.io.output中的类
-
Proxy stream that prevents the underlying output stream from being closed.
- CloseShieldOutputStream(OutputStream) - 类 的构造器org.apache.commons.io.output.CloseShieldOutputStream
-
Creates a proxy that shields the given output stream from being
closed.
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.CompositeFileComparator
-
Compare the two files using delegate comparators.
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.DefaultFileComparator
-
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.DirectoryFileComparator
-
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.ExtensionFileComparator
-
Compare the extensions of two files the specified case sensitivity.
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.LastModifiedFileComparator
-
Compare the last the last modified date/time of two files.
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.NameFileComparator
-
Compare the names of two files with the specified case sensitivity.
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.PathFileComparator
-
Compare the paths of two files the specified case sensitivity.
- compare(File, File) - 类 中的方法org.apache.commons.io.comparator.SizeFileComparator
-
Compare the length of two files.
- CompositeFileComparator - org.apache.commons.io.comparator中的类
-
Compare two files using a set of delegate file
Comparator.
- CompositeFileComparator(Comparator<File>...) - 类 的构造器org.apache.commons.io.comparator.CompositeFileComparator
-
Create a composite comparator for the set of delegate comparators.
- CompositeFileComparator(Iterable<Comparator<File>>) - 类 的构造器org.apache.commons.io.comparator.CompositeFileComparator
-
Create a composite comparator for the set of delegate comparators.
- concat(String, String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Concatenates a filename to a base path using normal command line style rules.
- ConditionalFileFilter - org.apache.commons.io.filefilter中的接口
-
Defines operations for conditional file filters.
- contentEquals(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Compares the contents of two files to determine if they are equal or not.
- contentEquals(InputStream, InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Compares the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not.
- contentEqualsIgnoreEOL(File, File, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Compares the contents of two files to determine if they are equal or not.
- contentEqualsIgnoreEOL(Reader, Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.
- convertFileCollectionToFileArray(Collection<File>) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Converts a Collection containing java.io.File instanced into array
representation.
- copy(byte[], OutputStream) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Copy bytes from a byte[] to an OutputStream.
- copy(byte[], Writer) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
- copy(byte[], Writer, String) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Copy and convert bytes from a byte[] to chars on a
Writer, using the specified encoding.
- copy(InputStream, OutputStream) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Copy bytes from an InputStream to an
OutputStream.
- copy(Reader, Writer) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Copy chars from a Reader to a Writer.
- copy(InputStream, Writer) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
- copy(InputStream, Writer, String) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Copy and convert bytes from an InputStream to chars on a
Writer, using the specified encoding.
- copy(Reader, OutputStream) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
- copy(Reader, OutputStream, String) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Serialize chars from a Reader to bytes on an
OutputStream, and flush the OutputStream.
- copy(String, OutputStream) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
- copy(String, OutputStream, String) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Serialize chars from a String to bytes on an
OutputStream, and
flush the OutputStream.
- copy(String, Writer) - 类 中的静态方法org.apache.commons.io.CopyUtils
-
已过时。
Copy chars from a String to a Writer.
- copy(InputStream, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream to an
OutputStream.
- copy(InputStream, OutputStream, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream to an OutputStream using an internal buffer of the
given size.
- copy(InputStream, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- copy(InputStream, Writer, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(InputStream, Writer, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies chars from a Reader to a Writer.
- copy(Reader, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- copy(Reader, OutputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copy(Reader, OutputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copyDirectory(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a whole directory to a new location preserving the file dates.
- copyDirectory(File, File, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a whole directory to a new location.
- copyDirectory(File, File, FileFilter) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a filtered directory to a new location preserving the file dates.
- copyDirectory(File, File, FileFilter, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a filtered directory to a new location.
- copyDirectoryToDirectory(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a directory to within another directory preserving the file dates.
- copyFile(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a file to a new location preserving the file date.
- copyFile(File, File, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a file to a new location.
- copyFile(File, OutputStream) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copy bytes from a File to an OutputStream.
- copyFileToDirectory(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a file to a directory preserving the file date.
- copyFileToDirectory(File, File, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies a file to a directory optionally preserving the file date.
- copyInputStreamToFile(InputStream, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies bytes from an
InputStream source to a file
destination.
- copyLarge(InputStream, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, byte[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, long, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(InputStream, OutputStream, long, long, byte[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(Reader, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, char[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, long, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyLarge(Reader, Writer, long, long, char[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyToFile(InputStream, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies bytes from an
InputStream source to a file
destination.
- copyURLToFile(URL, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies bytes from the URL source to a file
destination.
- copyURLToFile(URL, File, int, int) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Copies bytes from the URL source to a file
destination.
- CopyUtils - org.apache.commons.io中的类
-
- CopyUtils() - 类 的构造器org.apache.commons.io.CopyUtils
-
已过时。
Instances should NOT be constructed in standard programming.
- CountingInputStream - org.apache.commons.io.input中的类
-
A decorating input stream that counts the number of bytes that have passed
through the stream so far.
- CountingInputStream(InputStream) - 类 的构造器org.apache.commons.io.input.CountingInputStream
-
Constructs a new CountingInputStream.
- CountingOutputStream - org.apache.commons.io.output中的类
-
A decorating output stream that counts the number of bytes that have passed
through the stream so far.
- CountingOutputStream(OutputStream) - 类 的构造器org.apache.commons.io.output.CountingOutputStream
-
Constructs a new CountingOutputStream.
- create(File, TailerListener, long, boolean, int) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file.
- create(File, TailerListener, long, boolean, boolean, int) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file.
- create(File, Charset, TailerListener, long, boolean, boolean, int) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file.
- create(File, TailerListener, long, boolean) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file with default buffer size.
- create(File, TailerListener, long, boolean, boolean) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file with default buffer size.
- create(File, TailerListener, long) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file, starting at the beginning of the file
- create(File, TailerListener) - 类 中的静态方法org.apache.commons.io.input.Tailer
-
Creates and starts a Tailer for the given file, starting at the beginning of the file
with the default delay of 1.0s
- DEFAULT_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.DefaultFileComparator
-
Singleton default comparator instance
- DEFAULT_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.DefaultFileComparator
-
Singleton reverse default comparator instance
- DefaultFileComparator - org.apache.commons.io.comparator中的类
-
- DefaultFileComparator() - 类 的构造器org.apache.commons.io.comparator.DefaultFileComparator
-
- DeferredFileOutputStream - org.apache.commons.io.output中的类
-
An output stream which will retain data in memory until a specified
threshold is reached, and only then commit it to disk.
- DeferredFileOutputStream(int, File) - 类 的构造器org.apache.commons.io.output.DeferredFileOutputStream
-
Constructs an instance of this class which will trigger an event at the
specified threshold, and save data to a file beyond that point.
- DeferredFileOutputStream(int, String, String, File) - 类 的构造器org.apache.commons.io.output.DeferredFileOutputStream
-
Constructs an instance of this class which will trigger an event at the
specified threshold, and save data to a temporary file beyond that point.
- DelegateFileFilter - org.apache.commons.io.filefilter中的类
-
This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
- DelegateFileFilter(FilenameFilter) - 类 的构造器org.apache.commons.io.filefilter.DelegateFileFilter
-
Constructs a delegate file filter around an existing FilenameFilter.
- DelegateFileFilter(FileFilter) - 类 的构造器org.apache.commons.io.filefilter.DelegateFileFilter
-
Constructs a delegate file filter around an existing FileFilter.
- delete(File) - 类 中的方法org.apache.commons.io.FileDeleteStrategy
-
Deletes the file object, which may be a file or a directory.
- deleteDirectory(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Deletes a directory recursively.
- deleteQuietly(File) - 类 中的方法org.apache.commons.io.FileDeleteStrategy
-
Deletes the file object, which may be a file or a directory.
- deleteQuietly(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Deletes a file, never throwing an exception.
- DemuxInputStream - org.apache.commons.io.input中的类
-
Data written to this stream is forwarded to a stream that has been associated
with this thread.
- DemuxInputStream() - 类 的构造器org.apache.commons.io.input.DemuxInputStream
-
- DemuxOutputStream - org.apache.commons.io.output中的类
-
Forwards data to a stream that has been associated with this thread.
- DemuxOutputStream() - 类 的构造器org.apache.commons.io.output.DemuxOutputStream
-
- destroy() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Final processing.
- DIR_SEPARATOR - 类 中的静态变量org.apache.commons.io.IOUtils
-
The system directory separator character.
- DIR_SEPARATOR_UNIX - 类 中的静态变量org.apache.commons.io.IOUtils
-
The Unix directory separator character.
- DIR_SEPARATOR_WINDOWS - 类 中的静态变量org.apache.commons.io.IOUtils
-
The Windows directory separator character.
- DIRECTORY - 类 中的静态变量org.apache.commons.io.filefilter.DirectoryFileFilter
-
Singleton instance of directory filter.
- DIRECTORY_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.DirectoryFileComparator
-
Singleton default comparator instance
- DIRECTORY_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.DirectoryFileComparator
-
Singleton reverse default comparator instance
- directoryContains(String, String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Determines whether the parent directory contains the child element (a file or directory).
- directoryContains(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Determines whether the parent directory contains the child element (a file or directory).
- DirectoryFileComparator - org.apache.commons.io.comparator中的类
-
- DirectoryFileComparator() - 类 的构造器org.apache.commons.io.comparator.DirectoryFileComparator
-
- DirectoryFileFilter - org.apache.commons.io.filefilter中的类
-
This filter accepts Files that are directories.
- DirectoryFileFilter() - 类 的构造器org.apache.commons.io.filefilter.DirectoryFileFilter
-
Restrictive consructor.
- directoryFileFilter() - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that checks if the file is a directory.
- DirectoryWalker<T> - org.apache.commons.io中的类
-
Abstract class that walks through a directory hierarchy and provides
subclasses with convenient hooks to add specific behaviour.
- DirectoryWalker() - 类 的构造器org.apache.commons.io.DirectoryWalker
-
Construct an instance with no filtering and unlimited depth.
- DirectoryWalker(FileFilter, int) - 类 的构造器org.apache.commons.io.DirectoryWalker
-
Construct an instance with a filter and limit the depth navigated to.
- DirectoryWalker(IOFileFilter, IOFileFilter, int) - 类 的构造器org.apache.commons.io.DirectoryWalker
-
Construct an instance with a directory and a file filter and an optional
limit on the depth navigated to.
- DirectoryWalker.CancelException - org.apache.commons.io中的异常错误
-
CancelException is thrown in DirectoryWalker to cancel the current
processing.
- doDelete(File) - 类 中的方法org.apache.commons.io.FileDeleteStrategy
-
Actually deletes the file object, which may be a file or a directory.
- dump(byte[], long, OutputStream, int) - 类 中的静态方法org.apache.commons.io.HexDump
-
Dump an array of bytes to an OutputStream.
- FALSE - 类 中的静态变量org.apache.commons.io.filefilter.FalseFileFilter
-
Singleton instance of false filter.
- FalseFileFilter - org.apache.commons.io.filefilter中的类
-
A file filter that always returns false.
- FalseFileFilter() - 类 的构造器org.apache.commons.io.filefilter.FalseFileFilter
-
Restrictive consructor.
- falseFileFilter() - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that always returns false.
- FILE - 类 中的静态变量org.apache.commons.io.filefilter.FileFileFilter
-
Singleton instance of file filter
- FileAlterationListener - org.apache.commons.io.monitor中的接口
-
A listener that receives events of file system modifications.
- FileAlterationListenerAdaptor - org.apache.commons.io.monitor中的类
-
- FileAlterationListenerAdaptor() - 类 的构造器org.apache.commons.io.monitor.FileAlterationListenerAdaptor
-
- FileAlterationMonitor - org.apache.commons.io.monitor中的类
-
A runnable that spawns a monitoring thread triggering any
registered
FileAlterationObserver at a specified interval.
- FileAlterationMonitor() - 类 的构造器org.apache.commons.io.monitor.FileAlterationMonitor
-
Construct a monitor with a default interval of 10 seconds.
- FileAlterationMonitor(long) - 类 的构造器org.apache.commons.io.monitor.FileAlterationMonitor
-
Construct a monitor with the specified interval.
- FileAlterationMonitor(long, FileAlterationObserver...) - 类 的构造器org.apache.commons.io.monitor.FileAlterationMonitor
-
Construct a monitor with the specified interval and set of observers.
- FileAlterationObserver - org.apache.commons.io.monitor中的类
-
FileAlterationObserver represents the state of files below a root directory,
checking the filesystem and notifying listeners of create, change or
delete events.
- FileAlterationObserver(String) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory.
- FileAlterationObserver(String, FileFilter) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory and file filter.
- FileAlterationObserver(String, FileFilter, IOCase) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory, file filter and
file comparator.
- FileAlterationObserver(File) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory.
- FileAlterationObserver(File, FileFilter) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory and file filter.
- FileAlterationObserver(File, FileFilter, IOCase) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory, file filter and
file comparator.
- FileAlterationObserver(FileEntry, FileFilter, IOCase) - 类 的构造器org.apache.commons.io.monitor.FileAlterationObserver
-
Construct an observer for the specified directory, file filter and
file comparator.
- FileCleaner - org.apache.commons.io中的类
-
- FileCleaner() - 类 的构造器org.apache.commons.io.FileCleaner
-
已过时。
- FileCleaningTracker - org.apache.commons.io中的类
-
Keeps track of files awaiting deletion, and deletes them when an associated
marker object is reclaimed by the garbage collector.
- FileCleaningTracker() - 类 的构造器org.apache.commons.io.FileCleaningTracker
-
- FileDeleteStrategy - org.apache.commons.io中的类
-
Strategy for deleting files.
- FileDeleteStrategy(String) - 类 的构造器org.apache.commons.io.FileDeleteStrategy
-
Restricted constructor.
- FileEntry - org.apache.commons.io.monitor中的类
-
The state of a file or directory, capturing the following
File attributes at a point in time.
- FileEntry(File) - 类 的构造器org.apache.commons.io.monitor.FileEntry
-
Construct a new monitor for a specified
File.
- FileEntry(FileEntry, File) - 类 的构造器org.apache.commons.io.monitor.FileEntry
-
Construct a new monitor for a specified
File.
- FileExistsException - org.apache.commons.io中的异常错误
-
Indicates that a file already exists.
- FileExistsException() - 异常错误 的构造器org.apache.commons.io.FileExistsException
-
Default Constructor.
- FileExistsException(String) - 异常错误 的构造器org.apache.commons.io.FileExistsException
-
Construct an instance with the specified message.
- FileExistsException(File) - 异常错误 的构造器org.apache.commons.io.FileExistsException
-
Construct an instance with the specified file.
- FileFileFilter - org.apache.commons.io.filefilter中的类
-
This filter accepts Files that are files (not directories).
- FileFileFilter() - 类 的构造器org.apache.commons.io.filefilter.FileFileFilter
-
Restrictive consructor.
- fileFileFilter() - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that checks if the file is a file (and not a directory).
- FileFilterUtils - org.apache.commons.io.filefilter中的类
-
Useful utilities for working with file filters.
- FileFilterUtils() - 类 的构造器org.apache.commons.io.filefilter.FileFilterUtils
-
FileFilterUtils is not normally instantiated.
- FilenameUtils - org.apache.commons.io中的类
-
General filename and filepath manipulation utilities.
- FilenameUtils() - 类 的构造器org.apache.commons.io.FilenameUtils
-
Instances should NOT be constructed in standard programming.
- fileNotFound() - 接口 中的方法org.apache.commons.io.input.TailerListener
-
This method is called if the tailed file is not found.
- fileNotFound() - 类 中的方法org.apache.commons.io.input.TailerListenerAdapter
-
This method is called if the tailed file is not found.
- fileRotated() - 接口 中的方法org.apache.commons.io.input.TailerListener
-
Called if a file rotation is detected.
- fileRotated() - 类 中的方法org.apache.commons.io.input.TailerListenerAdapter
-
Called if a file rotation is detected.
- FileSystemUtils - org.apache.commons.io中的类
-
General File System utilities.
- FileSystemUtils() - 类 的构造器org.apache.commons.io.FileSystemUtils
-
Instances should NOT be constructed in standard programming.
- FileUtils - org.apache.commons.io中的类
-
General file manipulation utilities.
- FileUtils() - 类 的构造器org.apache.commons.io.FileUtils
-
Instances should NOT be constructed in standard programming.
- FileWriterWithEncoding - org.apache.commons.io.output中的类
-
Writer of files that allows the encoding to be set.
- FileWriterWithEncoding(String, String) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(String, String, boolean) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(String, Charset) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(String, Charset, boolean) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(String, CharsetEncoder) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(String, CharsetEncoder, boolean) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(File, String) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(File, String, boolean) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(File, Charset) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(File, Charset, boolean) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(File, CharsetEncoder) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- FileWriterWithEncoding(File, CharsetEncoder, boolean) - 类 的构造器org.apache.commons.io.output.FileWriterWithEncoding
-
Constructs a FileWriterWithEncoding with a file encoding.
- filter(IOFileFilter, File...) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- filter(IOFileFilter, Iterable<File>) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- filterDirectoryContents(File, int, File[]) - 类 中的方法org.apache.commons.io.DirectoryWalker
-
Overridable callback method invoked with the contents of each directory.
- filterList(IOFileFilter, Iterable<File>) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- filterList(IOFileFilter, File...) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- filterSet(IOFileFilter, File...) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- filterSet(IOFileFilter, Iterable<File>) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
- finalize() - 类 中的方法org.apache.commons.io.input.AutoCloseInputStream
-
Ensures that the stream is closed before it gets garbage-collected.
- flush() - 类 中的方法org.apache.commons.io.output.BrokenOutputStream
-
Throws the configured exception.
- flush() - 类 中的方法org.apache.commons.io.output.DemuxOutputStream
-
Flushes stream associated with current thread.
- flush() - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Flush the stream.
- flush() - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Flush the stream.
- flush() - 类 中的方法org.apache.commons.io.output.NullWriter
-
- flush() - 类 中的方法org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's flush() method.
- flush() - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's flush() method.
- flush() - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
Flushing this writer has no effect.
- flush() - 类 中的方法org.apache.commons.io.output.TeeOutputStream
-
Flushes both streams.
- flush() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- flush() - 类 中的方法org.apache.commons.io.output.WriterOutputStream
-
Flush the stream.
- flush() - 类 中的方法org.apache.commons.io.output.XmlStreamWriter
-
Flush the underlying writer.
- FORCE - 类 中的静态变量org.apache.commons.io.FileDeleteStrategy
-
The singleton instance for forced file deletion, which always deletes,
even if the file represents a non-empty directory.
- forceDelete(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Deletes a file.
- forceDeleteOnExit(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Schedules a file to be deleted when JVM exits.
- forceMkdir(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Makes a directory, including any necessary but nonexistent parent
directories.
- forceMkdirParent(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Makes any necessary but nonexistent parent directories for a given File.
- forName(String) - 枚举 中的静态方法org.apache.commons.io.IOCase
-
Factory method to create an IOCase from a name.
- freeSpace(String) - 类 中的静态方法org.apache.commons.io.FileSystemUtils
-
- freeSpaceKb(String) - 类 中的静态方法org.apache.commons.io.FileSystemUtils
-
Returns the free space on a drive or volume in kilobytes by invoking
the command line.
- freeSpaceKb(String, long) - 类 中的静态方法org.apache.commons.io.FileSystemUtils
-
Returns the free space on a drive or volume in kilobytes by invoking
the command line.
- freeSpaceKb() - 类 中的静态方法org.apache.commons.io.FileSystemUtils
-
Returns the disk size of the volume which holds the working directory.
- freeSpaceKb(long) - 类 中的静态方法org.apache.commons.io.FileSystemUtils
-
Returns the disk size of the volume which holds the working directory.
- get(int) - 类 中的方法org.apache.commons.io.ByteOrderMark
-
The byte at the specified position.
- getAppendable() - 类 中的方法org.apache.commons.io.output.AppendableOutputStream
-
Return the target appendable.
- getBaseName(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getBOM() - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Return the BOM (Byte Order Mark).
- getBOMCharsetName() - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
- getBomEncoding() - 异常错误 中的方法org.apache.commons.io.input.XmlStreamReaderException
-
Returns the BOM encoding found in the InputStream.
- getBuilder() - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
Returns the underlying builder.
- getByteCount() - 类 中的方法org.apache.commons.io.input.CountingInputStream
-
The number of bytes that have passed through this stream.
- getByteCount() - 类 中的方法org.apache.commons.io.output.CountingOutputStream
-
The number of bytes that have passed through this stream.
- getByteCount() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Returns the number of bytes that have been written to this output stream.
- getBytes() - 类 中的方法org.apache.commons.io.ByteOrderMark
-
Return a copy of the BOM's bytes.
- getCause() - 异常错误 中的方法org.apache.commons.io.TaggedIOException
-
Returns the wrapped exception.
- getCharsetName() - 类 中的方法org.apache.commons.io.ByteOrderMark
-
Return the name of the
Charset the BOM represents.
- getChildren() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the directory's files.
- getContentTypeEncoding() - 异常错误 中的方法org.apache.commons.io.input.XmlStreamReaderException
-
Returns the encoding in the content-type used to attempt determining the
encoding.
- getContentTypeMime() - 异常错误 中的方法org.apache.commons.io.input.XmlStreamReaderException
-
Returns the MIME type in the content-type used to attempt determining the
encoding.
- getCount() - 类 中的方法org.apache.commons.io.input.CountingInputStream
-
The number of bytes that have passed through this stream.
- getCount() - 类 中的方法org.apache.commons.io.output.CountingOutputStream
-
The number of bytes that have passed through this stream.
- getData() - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Returns the data for this output stream as an array of bytes, assuming
that the data has been retained in memory.
- getDefaultEncoding() - 类 中的方法org.apache.commons.io.input.XmlStreamReader
-
Returns the default encoding to use if none is set in HTTP content-type,
XML prolog and the rules based on content-type are not adequate.
- getDefaultEncoding() - 类 中的方法org.apache.commons.io.output.XmlStreamWriter
-
Return the default encoding.
- getDelay() - 类 中的方法org.apache.commons.io.input.Tailer
-
Return the delay in milliseconds.
- getDeleteFailures() - 类 中的方法org.apache.commons.io.FileCleaningTracker
-
Return the file paths that failed to delete.
- getDepth() - 异常错误 中的方法org.apache.commons.io.DirectoryWalker.CancelException
-
Return the depth when the operation was cancelled.
- getDirectory() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Return the directory being observed.
- getEncoding() - 类 中的方法org.apache.commons.io.input.XmlStreamReader
-
Returns the charset encoding of the XmlStreamReader.
- getEncoding() - 类 中的方法org.apache.commons.io.output.XmlStreamWriter
-
Return the detected encoding.
- getExtension(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the extension of a filename.
- getFile() - 异常错误 中的方法org.apache.commons.io.DirectoryWalker.CancelException
-
Return the file when the operation was cancelled.
- getFile(File, String...) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Construct a file from the set of name elements.
- getFile(String...) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Construct a file from the set of name elements.
- getFile() - 类 中的方法org.apache.commons.io.input.Tailer
-
Return the file.
- getFile() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the file being monitored.
- getFile() - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Returns either the output file specified in the constructor or
the temporary file created or null.
- getFileFilter() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Return the fileFilter.
- getFileFilters() - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Returns this conditional file filter's list of file filters.
- getFileFilters() - 接口 中的方法org.apache.commons.io.filefilter.ConditionalFileFilter
-
Returns this conditional file filter's list of file filters.
- getFileFilters() - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Returns this conditional file filter's list of file filters.
- getFullPath(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path,
and also excluding the final directory separator.
- getInstance() - 类 中的静态方法org.apache.commons.io.FileCleaner
-
已过时。
Returns the singleton instance, which is used by the deprecated, static methods.
- getInterval() - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Return the interval.
- getLastModified() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the last modified time from the last time it
was checked.
- getLength() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the length.
- getLevel() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the level
- getListeners() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Returns the set of registered file system listeners.
- getName(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the name minus the path from a full filename.
- getName() - 枚举 中的方法org.apache.commons.io.IOCase
-
Gets the name of the constant.
- getName() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the file name.
- getObservers() - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
- getParent() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the parent entry.
- getPath(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathNoEndSeparator(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and
also excluding the final directory separator.
- getPosition() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Return the current position.
- getPosition() - 类 中的方法org.apache.commons.io.input.NullReader
-
Return the current position.
- getPrefix(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Gets the prefix from a full filename, such as C:/
or ~/.
- getPrefixLength(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Returns the length of the filename prefix, such as C:/ or ~/.
- getRun() - 类 中的方法org.apache.commons.io.input.Tailer
-
Gets whether to keep on running.
- getSize() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
- getSize() - 类 中的方法org.apache.commons.io.input.NullReader
-
Return the size this
Reader emulates.
- getStream() - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Returns the current output stream.
- getStream() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Returns the underlying output stream, to which the corresponding
OutputStream methods in this class will ultimately delegate.
- getTag() - 异常错误 中的方法org.apache.commons.io.TaggedIOException
-
Returns the serializable tag object.
- getTempDirectory() - 类 中的静态方法org.apache.commons.io.FileUtils
-
Returns a
File representing the system temporary directory.
- getTempDirectoryPath() - 类 中的静态方法org.apache.commons.io.FileUtils
-
Returns the path to the system temporary directory.
- getThreshold() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Returns the threshold, in bytes, at which an event will be triggered.
- getTrackCount() - 类 中的静态方法org.apache.commons.io.FileCleaner
-
- getTrackCount() - 类 中的方法org.apache.commons.io.FileCleaningTracker
-
Retrieve the number of files currently being tracked, and therefore
awaiting deletion.
- getUserDirectory() - 类 中的静态方法org.apache.commons.io.FileUtils
-
Returns a
File representing the user's home directory.
- getUserDirectoryPath() - 类 中的静态方法org.apache.commons.io.FileUtils
-
Returns the path to the user's home directory.
- getXmlEncoding() - 异常错误 中的方法org.apache.commons.io.input.XmlStreamReaderException
-
Returns the encoding found in the XML prolog of the InputStream.
- getXmlGuessEncoding() - 异常错误 中的方法org.apache.commons.io.input.XmlStreamReaderException
-
Returns the encoding guess based on the first bytes of the InputStream.
- indexOfExtension(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Returns the index of the last extension separator character, which is a dot.
- indexOfLastSeparator(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Returns the index of the last directory separator character.
- init(Tailer) - 接口 中的方法org.apache.commons.io.input.TailerListener
-
The tailer will call this method during construction,
giving the listener a method of stopping the tailer.
- init(Tailer) - 类 中的方法org.apache.commons.io.input.TailerListenerAdapter
-
The tailer will call this method during construction,
giving the listener a method of stopping the tailer.
- initialize() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Initialize the observer.
- INSTANCE - 类 中的静态变量org.apache.commons.io.filefilter.DirectoryFileFilter
-
Singleton instance of directory filter.
- INSTANCE - 类 中的静态变量org.apache.commons.io.filefilter.FalseFileFilter
-
Singleton instance of false filter.
- INSTANCE - 类 中的静态变量org.apache.commons.io.filefilter.TrueFileFilter
-
Singleton instance of true filter.
- invalidClassNameFound(String) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Called to throw InvalidClassException if an invalid
class name is found during deserialization.
- IOCase - org.apache.commons.io中的枚举
-
Enumeration of IO case sensitivity.
- IOExceptionWithCause - org.apache.commons.io中的异常错误
-
- IOExceptionWithCause(String, Throwable) - 异常错误 的构造器org.apache.commons.io.IOExceptionWithCause
-
已过时。
Constructs a new instance with the given message and cause.
- IOExceptionWithCause(Throwable) - 异常错误 的构造器org.apache.commons.io.IOExceptionWithCause
-
已过时。
Constructs a new instance with the given cause.
- IOFileFilter - org.apache.commons.io.filefilter中的接口
-
An interface which brings the FileFilter and FilenameFilter
interfaces together.
- IOUtils - org.apache.commons.io中的类
-
General IO stream manipulation utilities.
- IOUtils() - 类 的构造器org.apache.commons.io.IOUtils
-
Instances should NOT be constructed in standard programming.
- isCaseSensitive() - 枚举 中的方法org.apache.commons.io.IOCase
-
Does the object represent case sensitive comparison.
- isCauseOf(Throwable) - 类 中的方法org.apache.commons.io.input.TaggedInputStream
-
Tests if the given exception was caused by this stream.
- isCauseOf(Exception) - 类 中的方法org.apache.commons.io.output.TaggedOutputStream
-
Tests if the given exception was caused by this stream.
- isDirectory() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Indicate whether the file is a directory or not.
- isExists() - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Indicate whether the file existed the last time it
was checked.
- isExtension(String, String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Checks whether the extension of the filename is that specified.
- isExtension(String, String[]) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isExtension(String, Collection<String>) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isFileNewer(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Tests if the specified File is newer than the reference
File.
- isFileNewer(File, Date) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Tests if the specified File is newer than the specified
Date.
- isFileNewer(File, long) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Tests if the specified File is newer than the specified
time reference.
- isFileOlder(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Tests if the specified File is older than the reference
File.
- isFileOlder(File, Date) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Tests if the specified File is older than the specified
Date.
- isFileOlder(File, long) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Tests if the specified File is older than the specified
time reference.
- isInMemory() - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Determines whether or not the data for this output stream has been
retained in memory.
- ISO_8859_1 - 类 中的静态变量org.apache.commons.io.Charsets
-
- isPropagateClose() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
- isSymlink(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isTaggedWith(Throwable, Object) - 异常错误 中的静态方法org.apache.commons.io.TaggedIOException
-
Checks whether the given throwable is tagged with the given tag.
- isThresholdExceeded() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Determines whether or not the configured threshold has been exceeded for
this output stream.
- isValidLine(String) - 类 中的方法org.apache.commons.io.LineIterator
-
Overridable method to validate each line that is returned.
- iterateFiles(File, IOFileFilter, IOFileFilter) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Allows iteration over the files in given directory (and optionally
its subdirectories).
- iterateFiles(File, String[], boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Allows iteration over the files in a given directory (and optionally
its subdirectories) which match an array of extensions.
- iterateFilesAndDirs(File, IOFileFilter, IOFileFilter) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Allows iteration over the files in given directory (and optionally
its subdirectories).
- magicNumberFileFilter(String) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files that begin with the provided magic
number.
- magicNumberFileFilter(String, long) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files that contains the provided magic
number at a specified offset within the file.
- magicNumberFileFilter(byte[]) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files that begin with the provided magic
number.
- magicNumberFileFilter(byte[], long) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files that contains the provided magic
number at a specified offset within the file.
- MagicNumberFileFilter - org.apache.commons.io.filefilter中的类
-
File filter for matching files containing a "magic number".
- MagicNumberFileFilter(byte[]) - 类 的构造器org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Constructs a new MagicNumberFileFilter and associates it with the magic
number to test for in files.
- MagicNumberFileFilter(String) - 类 的构造器org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Constructs a new MagicNumberFileFilter and associates it with the magic
number to test for in files.
- MagicNumberFileFilter(String, long) - 类 的构造器org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Constructs a new MagicNumberFileFilter and associates it with the magic
number to test for in files and the byte offset location in the file to
to look for that magic number.
- MagicNumberFileFilter(byte[], long) - 类 的构造器org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Constructs a new MagicNumberFileFilter and associates it with the magic
number to test for in files and the byte offset location in the file to
to look for that magic number.
- makeCVSAware(IOFileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter to make it ignore CVS directories.
- makeDirectoryOnly(IOFileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter so that it only applies to directories and not to files.
- makeFileOnly(IOFileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter so that it only applies to files and not to directories.
- makeSVNAware(IOFileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Decorates a filter to make it ignore SVN directories.
- mark(int) - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's mark(int) method.
- mark(int) - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's mark(int) method.
- mark(int) - 类 中的方法org.apache.commons.io.input.BoundedReader
-
marks the target stream, @see java.io.Reader#mark(int).
- mark(int) - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
- mark(int) - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Mark the current position.
- mark(int) - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Mark the current position.
- mark(int) - 类 中的方法org.apache.commons.io.input.NullReader
-
Mark the current position.
- mark(int) - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's mark(int) method.
- mark(int) - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's mark(int) method.
- mark(int) - 类 中的方法org.apache.commons.io.input.UnixLineEndingInputStream
- mark(int) - 类 中的方法org.apache.commons.io.input.WindowsLineEndingInputStream
- markSupported() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's markSupported() method.
- markSupported() - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- markSupported() - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Mark is supported (returns true).
- markSupported() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Indicates whether mark is supported.
- markSupported() - 类 中的方法org.apache.commons.io.input.NullReader
-
Indicates whether mark is supported.
- markSupported() - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's markSupported() method.
- markSupported() - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's markSupported() method.
- matches(String) - 接口 中的方法org.apache.commons.io.serialization.ClassNameMatcher
-
Returns true if the supplied class name matches this object's condition.
- moveDirectory(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Moves a directory.
- moveDirectoryToDirectory(File, File, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Moves a directory to another directory.
- moveFile(File, File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Moves a file.
- moveFileToDirectory(File, File, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Moves a file to a directory.
- moveToDirectory(File, File, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Moves a file or directory to the destination directory.
- NAME_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.NameFileComparator
-
- NAME_INSENSITIVE_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.NameFileComparator
-
- NAME_INSENSITIVE_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.NameFileComparator
-
- NAME_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.NameFileComparator
-
- NAME_SYSTEM_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.NameFileComparator
-
- NAME_SYSTEM_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.NameFileComparator
-
Reverse system sensitive name comparator instance (see
IOCase.SYSTEM)
- NameFileComparator - org.apache.commons.io.comparator中的类
-
- NameFileComparator() - 类 的构造器org.apache.commons.io.comparator.NameFileComparator
-
Construct a case sensitive file name comparator instance.
- NameFileComparator(IOCase) - 类 的构造器org.apache.commons.io.comparator.NameFileComparator
-
Construct a file name comparator instance with the specified case-sensitivity.
- nameFileFilter(String) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the filename matches the specified text.
- nameFileFilter(String, IOCase) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the filename matches the specified text.
- NameFileFilter - org.apache.commons.io.filefilter中的类
-
Filters filenames for a certain name.
- NameFileFilter(String) - 类 的构造器org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new case-sensitive name file filter for a single name.
- NameFileFilter(String, IOCase) - 类 的构造器org.apache.commons.io.filefilter.NameFileFilter
-
Construct a new name file filter specifying case-sensitivity.
- NameFileFilter(String[]) - 类 的构造器org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new case-sensitive name file filter for an array of names.
- NameFileFilter(String[], IOCase) - 类 的构造器org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new name file filter for an array of names specifying case-sensitivity.
- NameFileFilter(List<String>) - 类 的构造器org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new case-sensitive name file filter for a list of names.
- NameFileFilter(List<String>, IOCase) - 类 的构造器org.apache.commons.io.filefilter.NameFileFilter
-
Constructs a new name file filter for a list of names specifying case-sensitivity.
- newChildInstance(File) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Create a new child instance.
- next() - 类 中的方法org.apache.commons.io.LineIterator
-
Returns the next line in the wrapped Reader.
- nextLine() - 类 中的方法org.apache.commons.io.LineIterator
-
Returns the next line in the wrapped Reader.
- NORMAL - 类 中的静态变量org.apache.commons.io.FileDeleteStrategy
-
The singleton instance for normal file deletion, which does not permit
the deletion of directories that are not empty.
- normalize(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalize(String, boolean) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps.
- normalizeNoEndSeparator(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- normalizeNoEndSeparator(String, boolean) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.
- NOT_EMPTY - 类 中的静态变量org.apache.commons.io.filefilter.EmptyFileFilter
-
Singleton instance of not-empty filter
- notFileFilter(IOFileFilter) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that NOTs the specified filter.
- NotFileFilter - org.apache.commons.io.filefilter中的类
-
This filter produces a logical NOT of the filters specified.
- NotFileFilter(IOFileFilter) - 类 的构造器org.apache.commons.io.filefilter.NotFileFilter
-
Constructs a new file filter that NOTs the result of another filter.
- NULL_OUTPUT_STREAM - 类 中的静态变量org.apache.commons.io.output.NullOutputStream
-
A singleton.
- NULL_WRITER - 类 中的静态变量org.apache.commons.io.output.NullWriter
-
A singleton.
- NullInputStream - org.apache.commons.io.input中的类
-
A functional, light weight
InputStream that emulates
a stream of a specified size.
- NullInputStream(long) - 类 的构造器org.apache.commons.io.input.NullInputStream
-
Create an
InputStream that emulates a specified size
which supports marking and does not throw EOFException.
- NullInputStream(long, boolean, boolean) - 类 的构造器org.apache.commons.io.input.NullInputStream
-
Create an
InputStream that emulates a specified
size with option settings.
- NullOutputStream - org.apache.commons.io.output中的类
-
This OutputStream writes all data to the famous /dev/null.
- NullOutputStream() - 类 的构造器org.apache.commons.io.output.NullOutputStream
-
- NullReader - org.apache.commons.io.input中的类
-
A functional, light weight
Reader that emulates
a reader of a specified size.
- NullReader(long) - 类 的构造器org.apache.commons.io.input.NullReader
-
Create a
Reader that emulates a specified size
which supports marking and does not throw EOFException.
- NullReader(long, boolean, boolean) - 类 的构造器org.apache.commons.io.input.NullReader
-
Create a
Reader that emulates a specified
size with option settings.
- NullWriter - org.apache.commons.io.output中的类
-
This
Writer writes all data to the famous
/dev/null.
- NullWriter() - 类 的构造器org.apache.commons.io.output.NullWriter
-
Constructs a new NullWriter.
- read() - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's read() method, detecting and optionally skipping BOM.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's read(byte[], int, int) method, detecting and optionally skipping BOM.
- read(byte[]) - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's read(byte[]) method, detecting and optionally skipping BOM.
- read() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's read() method if
the current position is less than the limit.
- read(byte[]) - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's read(byte[]) method.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's read(byte[], int, int) method.
- read() - 类 中的方法org.apache.commons.io.input.BoundedReader
-
Reads a single character, @see java.io.Reader#read()
- read(char[], int, int) - 类 中的方法org.apache.commons.io.input.BoundedReader
-
Reads into an array, @see java.io.Reader#read(char[], int, int)
- read() - 类 中的方法org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- read() - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- read(byte[]) - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- read() - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Read a single character.
- read(char[], int, int) - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Read the sepcified number of characters into the array.
- read() - 类 中的方法org.apache.commons.io.input.ClosedInputStream
-
Returns -1 to indicate that the stream is closed.
- read() - 类 中的方法org.apache.commons.io.input.DemuxInputStream
-
Read byte from stream associated with current thread.
- read() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Read a byte.
- read(byte[]) - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Read some bytes into the specified array.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Read the specified number bytes into an array.
- read() - 类 中的方法org.apache.commons.io.input.NullReader
-
Read a character.
- read(char[]) - 类 中的方法org.apache.commons.io.input.NullReader
-
Read some characters into the specified array.
- read(char[], int, int) - 类 中的方法org.apache.commons.io.input.NullReader
-
Read the specified number characters into an array.
- read() - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's read() method.
- read(byte[]) - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's read(byte[]) method.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's read(byte[], int, int) method.
- read() - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read() method.
- read(char[]) - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read(char[]) method.
- read(char[], int, int) - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read(char[], int, int) method.
- read(CharBuffer) - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's read(CharBuffer) method.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.ReaderInputStream
-
Read the specified number of bytes into an array.
- read(byte[]) - 类 中的方法org.apache.commons.io.input.ReaderInputStream
-
Read the specified number of bytes into an array.
- read() - 类 中的方法org.apache.commons.io.input.ReaderInputStream
-
Read a single byte.
- read() - 类 中的方法org.apache.commons.io.input.TeeInputStream
-
Reads a single byte from the proxied input stream and writes it to
the associated output stream.
- read(byte[], int, int) - 类 中的方法org.apache.commons.io.input.TeeInputStream
-
Reads bytes from the proxied input stream and writes the read bytes
to the associated output stream.
- read(byte[]) - 类 中的方法org.apache.commons.io.input.TeeInputStream
-
Reads bytes from the proxied input stream and writes the read bytes
to the associated output stream.
- read() - 类 中的方法org.apache.commons.io.input.UnixLineEndingInputStream
- read() - 类 中的方法org.apache.commons.io.input.WindowsLineEndingInputStream
- read(char[], int, int) - 类 中的方法org.apache.commons.io.input.XmlStreamReader
-
Invokes the underlying reader's read(char[], int, int) method.
- read(Reader, char[], int, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads characters from an input character stream.
- read(Reader, char[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads characters from an input character stream.
- read(InputStream, byte[], int, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads bytes from an input stream.
- read(InputStream, byte[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads bytes from an input stream.
- read(ReadableByteChannel, ByteBuffer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads bytes from a ReadableByteChannel.
- READ_ONLY - 类 中的静态变量org.apache.commons.io.filefilter.CanReadFileFilter
-
Singleton instance of read-only filter
- readBoolean() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readByte() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read() method.
- readChar() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readDouble() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- ReaderInputStream - org.apache.commons.io.input中的类
-
InputStream implementation that reads a character stream from a
Reader
and transforms it to a byte stream using a specified charset encoding.
- ReaderInputStream(Reader, CharsetEncoder) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, CharsetEncoder, int) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, Charset, int) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, Charset) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
Construct a new
ReaderInputStream with a default input buffer size of
1024 characters.
- ReaderInputStream(Reader, String, int) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
- ReaderInputStream(Reader, String) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
Construct a new
ReaderInputStream with a default input buffer size of
1024 characters.
- ReaderInputStream(Reader) - 类 的构造器org.apache.commons.io.input.ReaderInputStream
-
- readFileToByteArray(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Reads the contents of a file into a byte array.
- readFileToString(File, Charset) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Reads the contents of a file into a String.
- readFileToString(File, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Reads the contents of a file into a String.
- readFileToString(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
- readFloat() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readFully(byte[]) - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read(byte[] data, int, int) method.
- readFully(byte[], int, int) - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read(byte[] data, int, int) method.
- readFully(Reader, char[], int, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads the requested number of characters or fail if there are not enough left.
- readFully(Reader, char[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads the requested number of characters or fail if there are not enough left.
- readFully(InputStream, byte[], int, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(ReadableByteChannel, ByteBuffer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readInt() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readLine() - 类 中的方法org.apache.commons.io.input.ReversedLinesFileReader
-
Returns the lines of the file from bottom to top.
- readLine() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readLines(File, Charset) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Reads the contents of a file line by line to a List of Strings.
- readLines(File, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Reads the contents of a file line by line to a List of Strings.
- readLines(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
- readLines(InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- readLines(InputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a list of Strings,
one entry per line, using the specified character encoding.
- readLines(InputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a list of Strings,
one entry per line, using the specified character encoding.
- readLines(Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a Reader as a list of Strings,
one entry per line.
- readLong() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readShort() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readSwappedDouble(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "double" value from a byte array at a given offset.
- readSwappedDouble(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "double" value from an InputStream.
- readSwappedFloat(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "float" value from a byte array at a given offset.
- readSwappedFloat(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "float" value from an InputStream.
- readSwappedInteger(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "int" value from a byte array at a given offset.
- readSwappedInteger(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "int" value from an InputStream.
- readSwappedLong(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "long" value from a byte array at a given offset.
- readSwappedLong(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "long" value from an InputStream.
- readSwappedShort(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "short" value from a byte array at a given offset.
- readSwappedShort(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a "short" value from an InputStream.
- readSwappedUnsignedInteger(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads an unsigned integer (32-bit) value from a byte array at a given
offset.
- readSwappedUnsignedInteger(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a unsigned integer (32-bit) from an InputStream.
- readSwappedUnsignedShort(byte[], int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads an unsigned short (16-bit) value from a byte array at a given
offset.
- readSwappedUnsignedShort(InputStream) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Reads a unsigned short (16-bit) from an InputStream.
- readUnsignedByte() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's read() method.
- readUnsignedShort() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- readUTF() - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
- ready() - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's ready() method.
- refresh(File) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Refresh the attributes from the
File, indicating
whether the file has changed.
- RegexFileFilter - org.apache.commons.io.filefilter中的类
-
Filters files using supplied regular expression(s).
- RegexFileFilter(String) - 类 的构造器org.apache.commons.io.filefilter.RegexFileFilter
-
Construct a new regular expression filter.
- RegexFileFilter(String, IOCase) - 类 的构造器org.apache.commons.io.filefilter.RegexFileFilter
-
Construct a new regular expression filter with the specified flags case sensitivity.
- RegexFileFilter(String, int) - 类 的构造器org.apache.commons.io.filefilter.RegexFileFilter
-
Construct a new regular expression filter with the specified flags.
- RegexFileFilter(Pattern) - 类 的构造器org.apache.commons.io.filefilter.RegexFileFilter
-
Construct a new regular expression filter for a compiled regular expression
- reject(Class<?>...) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject the specified classes for deserialization, even if they
are otherwise accepted.
- reject(String...) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject the wildcard specified classes for deserialization,
even if they are otherwise accepted.
- reject(Pattern) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject class names that match the supplied pattern for
deserialization, even if they are otherwise accepted.
- reject(ClassNameMatcher) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
Reject class names where the supplied ClassNameMatcher matches for
deserialization, even if they are otherwise accepted.
- remove() - 类 中的方法org.apache.commons.io.LineIterator
-
Unsupported.
- removeExtension(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Removes the extension from a filename.
- removeFileFilter(IOFileFilter) - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Removes the specified file filter.
- removeFileFilter(IOFileFilter) - 接口 中的方法org.apache.commons.io.filefilter.ConditionalFileFilter
-
Removes the specified file filter.
- removeFileFilter(IOFileFilter) - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Removes the specified file filter.
- removeListener(FileAlterationListener) - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Remove a file system listener.
- removeObserver(FileAlterationObserver) - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Remove a file system observer from this monitor.
- requiredCharsets() - 类 中的静态方法org.apache.commons.io.Charsets
-
Constructs a sorted map from canonical charset names to charset objects required of every implementation of the
Java platform.
- reset() - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's reset() method.
- reset() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's reset() method.
- reset() - 类 中的方法org.apache.commons.io.input.BoundedReader
-
Resets the target to the latest mark, @see java.io.Reader#reset()
- reset() - 类 中的方法org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- reset() - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- reset() - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Reset the reader to the last marked position (or the beginning if
mark has not been called).
- reset() - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Reset the stream to the point when mark was last called.
- reset() - 类 中的方法org.apache.commons.io.input.NullReader
-
Reset the stream to the point when mark was last called.
- reset() - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's reset() method.
- reset() - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's reset() method.
- reset() - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
- resetByteCount() - 类 中的方法org.apache.commons.io.input.CountingInputStream
-
Set the byte count back to 0.
- resetByteCount() - 类 中的方法org.apache.commons.io.output.CountingOutputStream
-
Set the byte count back to 0.
- resetByteCount() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Resets the byteCount to zero.
- resetCount() - 类 中的方法org.apache.commons.io.input.CountingInputStream
-
Set the byte count back to 0.
- resetCount() - 类 中的方法org.apache.commons.io.output.CountingOutputStream
-
Set the byte count back to 0.
- resolveClass(ObjectStreamClass) - 类 中的方法org.apache.commons.io.input.ClassLoaderObjectInputStream
-
Resolve a class specified by the descriptor using the
specified ClassLoader or the super ClassLoader.
- resolveClass(ObjectStreamClass) - 类 中的方法org.apache.commons.io.serialization.ValidatingObjectInputStream
-
- resolveProxyClass(String[]) - 类 中的方法org.apache.commons.io.input.ClassLoaderObjectInputStream
-
Create a proxy class that implements the specified interfaces using
the specified ClassLoader or the super ClassLoader.
- ReversedLinesFileReader - org.apache.commons.io.input中的类
-
Reads lines in a file reversely (similar to a BufferedReader, but starting at
the last line).
- ReversedLinesFileReader(File) - 类 的构造器org.apache.commons.io.input.ReversedLinesFileReader
-
- ReversedLinesFileReader(File, Charset) - 类 的构造器org.apache.commons.io.input.ReversedLinesFileReader
-
Creates a ReversedLinesFileReader with default block size of 4KB and the
specified encoding.
- ReversedLinesFileReader(File, int, Charset) - 类 的构造器org.apache.commons.io.input.ReversedLinesFileReader
-
Creates a ReversedLinesFileReader with the given block size and encoding.
- ReversedLinesFileReader(File, int, String) - 类 的构造器org.apache.commons.io.input.ReversedLinesFileReader
-
Creates a ReversedLinesFileReader with the given block size and encoding.
- run() - 类 中的方法org.apache.commons.io.input.Tailer
-
Follows changes in the file, calling the TailerListener's handle method for each new line.
- run() - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Run.
- separatorsToSystem(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Converts all separators to the system separator.
- separatorsToUnix(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Converts all separators to the Unix separator of forward slash.
- separatorsToWindows(String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Converts all separators to the Windows separator of backslash.
- setByteCount(long) - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Sets the byteCount to count.
- setChildren(FileEntry[]) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Set the directory's files.
- setDirectory(boolean) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Set whether the file is a directory or not.
- setExists(boolean) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Set whether the file existed the last time it
was checked.
- setFileFilters(List<IOFileFilter>) - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Sets the list of file filters, replacing any previously configured
file filters on this filter.
- setFileFilters(List<IOFileFilter>) - 接口 中的方法org.apache.commons.io.filefilter.ConditionalFileFilter
-
Sets the list of file filters, replacing any previously configured
file filters on this filter.
- setFileFilters(List<IOFileFilter>) - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Sets the list of file filters, replacing any previously configured
file filters on this filter.
- setLastModified(long) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Return the last modified time from the last time it
was checked.
- setLength(long) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Set the length.
- setName(String) - 类 中的方法org.apache.commons.io.monitor.FileEntry
-
Set the file name.
- setPropagateClose(boolean) - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
- setThreadFactory(ThreadFactory) - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Set the thread factory.
- size() - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Return the current size of the byte array.
- SIZE_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.SizeFileComparator
-
Size comparator instance - directories are treated as zero size
- SIZE_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.SizeFileComparator
-
Reverse size comparator instance - directories are treated as zero size
- SIZE_SUMDIR_COMPARATOR - 类 中的静态变量org.apache.commons.io.comparator.SizeFileComparator
-
- SIZE_SUMDIR_REVERSE - 类 中的静态变量org.apache.commons.io.comparator.SizeFileComparator
-
- SizeFileComparator - org.apache.commons.io.comparator中的类
-
- SizeFileComparator() - 类 的构造器org.apache.commons.io.comparator.SizeFileComparator
-
Construct a file size comparator instance (directories treated as zero size).
- SizeFileComparator(boolean) - 类 的构造器org.apache.commons.io.comparator.SizeFileComparator
-
Construct a file size comparator instance specifying whether the size of
the directory contents should be aggregated.
- sizeFileFilter(long) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the file is bigger than a certain size.
- sizeFileFilter(long, boolean) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that filters based on file size.
- SizeFileFilter - org.apache.commons.io.filefilter中的类
-
Filters files based on size, can filter either smaller files or
files equal to or larger than a given threshold.
- SizeFileFilter(long) - 类 的构造器org.apache.commons.io.filefilter.SizeFileFilter
-
Constructs a new size file filter for files equal to or
larger than a certain size.
- SizeFileFilter(long, boolean) - 类 的构造器org.apache.commons.io.filefilter.SizeFileFilter
-
Constructs a new size file filter for files based on a certain size
threshold.
- sizeOf(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Returns the size of the specified file or directory.
- sizeOfAsBigInteger(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Returns the size of the specified file or directory.
- sizeOfDirectory(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Counts the size of a directory recursively (sum of the length of all files).
- sizeOfDirectoryAsBigInteger(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Counts the size of a directory recursively (sum of the length of all files).
- sizeRangeFileFilter(long, long) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that accepts files whose size is >= minimum size
and <= maximum size.
- skip(long) - 类 中的方法org.apache.commons.io.input.BOMInputStream
-
Invokes the delegate's skip(long) method, detecting and optionallyskipping BOM.
- skip(long) - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's skip(long) method.
- skip(long) - 类 中的方法org.apache.commons.io.input.BrokenInputStream
-
Throws the configured exception.
- skip(long) - 类 中的方法org.apache.commons.io.input.CharSequenceInputStream
-
- skip(long) - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Skip the specified number of characters.
- skip(long) - 类 中的方法org.apache.commons.io.input.CountingInputStream
-
Skips the stream over the specified number of bytes, adding the skipped
amount to the count.
- skip(long) - 类 中的方法org.apache.commons.io.input.NullInputStream
-
Skip a specified number of bytes.
- skip(long) - 类 中的方法org.apache.commons.io.input.NullReader
-
Skip a specified number of characters.
- skip(long) - 类 中的方法org.apache.commons.io.input.ProxyInputStream
-
Invokes the delegate's skip(long) method.
- skip(long) - 类 中的方法org.apache.commons.io.input.ProxyReader
-
Invokes the delegate's skip(long) method.
- skip(InputStream, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Skips bytes from an input byte stream.
- skip(ReadableByteChannel, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Skips bytes from a ReadableByteChannel.
- skip(Reader, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Skips characters from an input character stream.
- skipBytes(int) - 类 中的方法org.apache.commons.io.input.SwappedDataInputStream
-
Invokes the delegate's skip(int) method.
- skipFully(InputStream, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(ReadableByteChannel, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(Reader, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Skips the requested number of characters or fail if there are not enough left.
- start() - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Start monitoring.
- stop() - 类 中的方法org.apache.commons.io.input.Tailer
-
Allows the tailer to complete its current loop and return.
- stop() - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Stop monitoring.
- stop(long) - 类 中的方法org.apache.commons.io.monitor.FileAlterationMonitor
-
Stop monitoring.
- StringBuilderWriter - org.apache.commons.io.output中的类
-
- StringBuilderWriter() - 类 的构造器org.apache.commons.io.output.StringBuilderWriter
-
- StringBuilderWriter(int) - 类 的构造器org.apache.commons.io.output.StringBuilderWriter
-
Constructs a new
StringBuilder instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - 类 的构造器org.apache.commons.io.output.StringBuilderWriter
-
- suffixFileFilter(String) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the filename ends with the specified text.
- suffixFileFilter(String, IOCase) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that returns true if the filename ends with the specified text.
- SuffixFileFilter - org.apache.commons.io.filefilter中的类
-
Filters files based on the suffix (what the filename ends with).
- SuffixFileFilter(String) - 类 的构造器org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a single extension.
- SuffixFileFilter(String, IOCase) - 类 的构造器org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a single extension
specifying case-sensitivity.
- SuffixFileFilter(String[]) - 类 的构造器org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for an array of suffixs.
- SuffixFileFilter(String[], IOCase) - 类 的构造器org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for an array of suffixs
specifying case-sensitivity.
- SuffixFileFilter(List<String>) - 类 的构造器org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a list of suffixes.
- SuffixFileFilter(List<String>, IOCase) - 类 的构造器org.apache.commons.io.filefilter.SuffixFileFilter
-
Constructs a new Suffix file filter for a list of suffixes
specifying case-sensitivity.
- swapDouble(double) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Converts a "double" value between endian systems.
- swapFloat(float) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Converts a "float" value between endian systems.
- swapInteger(int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Converts a "int" value between endian systems.
- swapLong(long) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Converts a "long" value between endian systems.
- SwappedDataInputStream - org.apache.commons.io.input中的类
-
DataInput for systems relying on little endian data formats.
- SwappedDataInputStream(InputStream) - 类 的构造器org.apache.commons.io.input.SwappedDataInputStream
-
Constructs a SwappedDataInputStream.
- swapShort(short) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Converts a "short" value between endian systems.
- TaggedInputStream - org.apache.commons.io.input中的类
-
An input stream decorator that tags potential exceptions so that the
stream that caused the exception can easily be identified.
- TaggedInputStream(InputStream) - 类 的构造器org.apache.commons.io.input.TaggedInputStream
-
Creates a tagging decorator for the given input stream.
- TaggedIOException - org.apache.commons.io中的异常错误
-
An
IOException decorator that adds a serializable tag to the
wrapped exception.
- TaggedIOException(IOException, Serializable) - 异常错误 的构造器org.apache.commons.io.TaggedIOException
-
Creates a tagged wrapper for the given exception.
- TaggedOutputStream - org.apache.commons.io.output中的类
-
An output stream decorator that tags potential exceptions so that the
stream that caused the exception can easily be identified.
- TaggedOutputStream(OutputStream) - 类 的构造器org.apache.commons.io.output.TaggedOutputStream
-
Creates a tagging decorator for the given output stream.
- Tailer - org.apache.commons.io.input中的类
-
Simple implementation of the unix "tail -f" functionality.
- Tailer(File, TailerListener) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, starting from the beginning, with the default delay of 1.0s.
- Tailer(File, TailerListener, long) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, starting from the beginning.
- Tailer(File, TailerListener, long, boolean) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, with a delay other than the default 1.0s.
- Tailer(File, TailerListener, long, boolean, boolean) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, with a delay other than the default 1.0s.
- Tailer(File, TailerListener, long, boolean, int) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, with a specified buffer size.
- Tailer(File, TailerListener, long, boolean, boolean, int) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, with a specified buffer size.
- Tailer(File, Charset, TailerListener, long, boolean, boolean, int) - 类 的构造器org.apache.commons.io.input.Tailer
-
Creates a Tailer for the given file, with a specified buffer size.
- TailerListener - org.apache.commons.io.input中的接口
-
Listener for events from a
Tailer.
- TailerListenerAdapter - org.apache.commons.io.input中的类
-
- TailerListenerAdapter() - 类 的构造器org.apache.commons.io.input.TailerListenerAdapter
-
- TeeInputStream - org.apache.commons.io.input中的类
-
InputStream proxy that transparently writes a copy of all bytes read
from the proxied stream to a given OutputStream.
- TeeInputStream(InputStream, OutputStream) - 类 的构造器org.apache.commons.io.input.TeeInputStream
-
- TeeInputStream(InputStream, OutputStream, boolean) - 类 的构造器org.apache.commons.io.input.TeeInputStream
-
- TeeOutputStream - org.apache.commons.io.output中的类
-
Classic splitter of OutputStream.
- TeeOutputStream(OutputStream, OutputStream) - 类 的构造器org.apache.commons.io.output.TeeOutputStream
-
Constructs a TeeOutputStream.
- ThresholdingOutputStream - org.apache.commons.io.output中的类
-
An output stream which triggers an event when a specified number of bytes of
data have been written to it.
- ThresholdingOutputStream(int) - 类 的构造器org.apache.commons.io.output.ThresholdingOutputStream
-
Constructs an instance of this class which will trigger an event at the
specified threshold.
- thresholdReached() - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Switches the underlying output stream from a memory based stream to one
that is backed by disk.
- thresholdReached() - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Indicates that the configured threshold has been reached, and that a
subclass should take whatever action necessary on this event.
- throwCauseIfTaggedWith(Throwable, Object) - 异常错误 中的静态方法org.apache.commons.io.TaggedIOException
-
- throwIfCauseOf(Throwable) - 类 中的方法org.apache.commons.io.input.TaggedInputStream
-
Re-throws the original exception thrown by this stream.
- throwIfCauseOf(Exception) - 类 中的方法org.apache.commons.io.output.TaggedOutputStream
-
Re-throws the original exception thrown by this stream.
- toBufferedInputStream(InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedInputStream(InputStream, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedInputStream(InputStream) - 类 中的静态方法org.apache.commons.io.output.ByteArrayOutputStream
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedInputStream(InputStream, int) - 类 中的静态方法org.apache.commons.io.output.ByteArrayOutputStream
-
Fetches entire contents of an InputStream and represent
same data as result InputStream.
- toBufferedReader(Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Returns the given reader if it is a
BufferedReader, otherwise creates a BufferedReader from the given
reader.
- toBufferedReader(Reader, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Returns the given reader if it is a
BufferedReader, otherwise creates a BufferedReader from the given
reader.
- toByteArray(InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a byte[].
- toByteArray(InputStream, long) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets contents of an InputStream as a byte[].
- toByteArray(InputStream, int) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a byte[].
- toByteArray(Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toByteArray(Reader, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(Reader, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a Reader as a byte[]
using the specified character encoding.
- toByteArray(String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toByteArray(URI) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a URI as a byte[].
- toByteArray(URL) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a URL as a byte[].
- toByteArray(URLConnection) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a URLConnection as a byte[].
- toByteArray() - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a byte array.
- toCharArray(InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toCharArray(InputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(InputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a character array
using the specified character encoding.
- toCharArray(Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a Reader as a character array.
- toCharset(Charset) - 类 中的静态方法org.apache.commons.io.Charsets
-
Returns the given Charset or the default Charset if the given Charset is null.
- toCharset(String) - 类 中的静态方法org.apache.commons.io.Charsets
-
Returns a Charset for the named charset.
- toFile(URL) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Convert from a URL to a File.
- toFiles(URL[]) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Converts each of an array of URL to a File.
- toInputStream(CharSequence) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toInputStream(CharSequence, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(CharSequence, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toInputStream(String, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream(String, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.
- toInputStream() - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Gets the current contents of this byte stream as a Input Stream.
- toList(IOFileFilter...) - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Create a List of file filters.
- toString() - 类 中的方法org.apache.commons.io.ByteOrderMark
-
Provide a String representation of the BOM.
- toString() - 类 中的方法org.apache.commons.io.comparator.CompositeFileComparator
-
String representation of this file comparator.
- toString() - 类 中的方法org.apache.commons.io.comparator.ExtensionFileComparator
-
String representation of this file comparator.
- toString() - 类 中的方法org.apache.commons.io.comparator.NameFileComparator
-
String representation of this file comparator.
- toString() - 类 中的方法org.apache.commons.io.comparator.PathFileComparator
-
String representation of this file comparator.
- toString() - 类 中的方法org.apache.commons.io.comparator.SizeFileComparator
-
String representation of this file comparator.
- toString() - 类 中的方法org.apache.commons.io.FileDeleteStrategy
-
Gets a string describing the delete strategy.
- toString() - 类 中的方法org.apache.commons.io.filefilter.AbstractFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.AgeFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.AndFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.DelegateFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.MagicNumberFileFilter
-
Returns a String representation of the file filter, which includes the
magic number bytes and byte offset.
- toString() - 类 中的方法org.apache.commons.io.filefilter.NameFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.NotFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.OrFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.PrefixFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.SizeFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.SuffixFileFilter
-
Provide a String representaion of this file filter.
- toString() - 类 中的方法org.apache.commons.io.filefilter.WildcardFileFilter
-
Provide a String representation of this file filter.
- toString() - 类 中的方法org.apache.commons.io.input.BoundedInputStream
-
Invokes the delegate's toString() method.
- toString() - 类 中的方法org.apache.commons.io.input.CharSequenceReader
-
Return a String representation of the underlying
character sequence.
- toString() - 枚举 中的方法org.apache.commons.io.IOCase
-
Gets a string describing the sensitivity.
- toString(InputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toString(InputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a String
using the specified character encoding.
- toString(InputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of an InputStream as a String
using the specified character encoding.
- toString(Reader) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a Reader as a String.
- toString(URI) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toString(URI, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents at the given URI.
- toString(URI, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents at the given URI.
- toString(URL) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toString(URL, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents at the given URL.
- toString(URL, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents at the given URL.
- toString(byte[]) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- toString(byte[], String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Gets the contents of a byte[] as a String
using the specified character encoding.
- toString() - 类 中的方法org.apache.commons.io.monitor.FileAlterationObserver
-
Provide a String representation of this observer.
- toString() - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
- toString(String) - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string
using the specified encoding.
- toString(Charset) - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Gets the curent contents of this byte stream as a string
using the specified encoding.
- toString() - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
- touch(File) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Implements the same behaviour as the "touch" utility on Unix.
- toURLs(File[]) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Converts each of an array of File to a URL.
- track(File, Object) - 类 中的静态方法org.apache.commons.io.FileCleaner
-
- track(File, Object, FileDeleteStrategy) - 类 中的静态方法org.apache.commons.io.FileCleaner
-
- track(String, Object) - 类 中的静态方法org.apache.commons.io.FileCleaner
-
- track(String, Object, FileDeleteStrategy) - 类 中的静态方法org.apache.commons.io.FileCleaner
-
- track(File, Object) - 类 中的方法org.apache.commons.io.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(File, Object, FileDeleteStrategy) - 类 中的方法org.apache.commons.io.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(String, Object) - 类 中的方法org.apache.commons.io.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- track(String, Object, FileDeleteStrategy) - 类 中的方法org.apache.commons.io.FileCleaningTracker
-
Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.
- TRUE - 类 中的静态变量org.apache.commons.io.filefilter.TrueFileFilter
-
Singleton instance of true filter.
- trueFileFilter() - 类 中的静态方法org.apache.commons.io.filefilter.FileFilterUtils
-
Returns a filter that always returns true.
- TrueFileFilter - org.apache.commons.io.filefilter中的类
-
A file filter that always returns true.
- TrueFileFilter() - 类 的构造器org.apache.commons.io.filefilter.TrueFileFilter
-
Restrictive constructor.
- waitFor(File, int) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Waits for NFS to propagate a file creation, imposing a timeout.
- walk(File, Collection<T>) - 类 中的方法org.apache.commons.io.DirectoryWalker
-
Internal method that walks the directory hierarchy in a depth-first manner.
- WildcardFileFilter - org.apache.commons.io.filefilter中的类
-
Filters files using the supplied wildcards.
- WildcardFileFilter(String) - 类 的构造器org.apache.commons.io.filefilter.WildcardFileFilter
-
Construct a new case-sensitive wildcard filter for a single wildcard.
- WildcardFileFilter(String, IOCase) - 类 的构造器org.apache.commons.io.filefilter.WildcardFileFilter
-
Construct a new wildcard filter for a single wildcard specifying case-sensitivity.
- WildcardFileFilter(String[]) - 类 的构造器org.apache.commons.io.filefilter.WildcardFileFilter
-
Construct a new case-sensitive wildcard filter for an array of wildcards.
- WildcardFileFilter(String[], IOCase) - 类 的构造器org.apache.commons.io.filefilter.WildcardFileFilter
-
Construct a new wildcard filter for an array of wildcards specifying case-sensitivity.
- WildcardFileFilter(List<String>) - 类 的构造器org.apache.commons.io.filefilter.WildcardFileFilter
-
Construct a new case-sensitive wildcard filter for a list of wildcards.
- WildcardFileFilter(List<String>, IOCase) - 类 的构造器org.apache.commons.io.filefilter.WildcardFileFilter
-
Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.
- WildcardFilter - org.apache.commons.io.filefilter中的类
-
- WildcardFilter(String) - 类 的构造器org.apache.commons.io.filefilter.WildcardFilter
-
已过时。
Construct a new case-sensitive wildcard filter for a single wildcard.
- WildcardFilter(String[]) - 类 的构造器org.apache.commons.io.filefilter.WildcardFilter
-
已过时。
Construct a new case-sensitive wildcard filter for an array of wildcards.
- WildcardFilter(List<String>) - 类 的构造器org.apache.commons.io.filefilter.WildcardFilter
-
已过时。
Construct a new case-sensitive wildcard filter for a list of wildcards.
- wildcardMatch(String, String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Checks a filename to see if it matches the specified wildcard matcher,
always testing case-sensitive.
- wildcardMatch(String, String, IOCase) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Checks a filename to see if it matches the specified wildcard matcher
allowing control over case-sensitivity.
- wildcardMatchOnSystem(String, String) - 类 中的静态方法org.apache.commons.io.FilenameUtils
-
Checks a filename to see if it matches the specified wildcard matcher
using the case rules of the system.
- WindowsLineEndingInputStream - org.apache.commons.io.input中的类
-
A filtering input stream that ensures the content will have windows line endings, CRLF.
- WindowsLineEndingInputStream(InputStream, boolean) - 类 的构造器org.apache.commons.io.input.WindowsLineEndingInputStream
-
Create an input stream that filters another stream
- write(File, CharSequence) - 类 中的静态方法org.apache.commons.io.FileUtils
-
- write(File, CharSequence, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
- write(File, CharSequence, Charset) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, Charset, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(File, CharSequence, String, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a CharSequence to a file creating the file if it does not exist.
- write(byte[], OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes bytes from a byte[] to an OutputStream.
- write(byte[], Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(byte[], Writer, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(byte[], Writer, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes bytes from a byte[] to chars on a Writer
using the specified character encoding.
- write(char[], Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a char[] to a Writer
- write(char[], OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(char[], OutputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(char[], OutputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a char[] to bytes on an
OutputStream using the specified character encoding.
- write(CharSequence, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a CharSequence to a Writer.
- write(CharSequence, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(CharSequence, OutputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a CharSequence to bytes on an
OutputStream using the specified character encoding.
- write(CharSequence, OutputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a CharSequence to bytes on an
OutputStream using the specified character encoding.
- write(String, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a String to a Writer.
- write(String, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(String, OutputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(String, OutputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a String to bytes on an
OutputStream using the specified character encoding.
- write(StringBuffer, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(StringBuffer, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(StringBuffer, OutputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- write(int) - 类 中的方法org.apache.commons.io.output.AppendableOutputStream
-
Write a character to the underlying appendable.
- write(int) - 类 中的方法org.apache.commons.io.output.BrokenOutputStream
-
Throws the configured exception.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Write the bytes to byte array.
- write(int) - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Write a byte to byte array.
- write(InputStream) - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Writes the entire contents of the specified input stream to this
byte stream.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.ChunkedOutputStream
-
Writes the data buffer in chunks to the underlying stream
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.ChunkedWriter
-
writes the data buffer in chunks to the underlying writer
- write(int) - 类 中的方法org.apache.commons.io.output.ClosedOutputStream
-
Throws an
IOException to indicate that the stream is closed.
- write(int) - 类 中的方法org.apache.commons.io.output.DemuxOutputStream
-
Writes byte to stream associated with current thread.
- write(int) - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Write a character.
- write(char[]) - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Write the characters from an array.
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Write the specified characters from an array.
- write(String) - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Write the characters from a string.
- write(String, int, int) - 类 中的方法org.apache.commons.io.output.FileWriterWithEncoding
-
Write the specified characters from a string.
- write(int) - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Write a character.
- write(char[]) - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Write the characters from an array.
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Write the specified characters from an array.
- write(String) - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Write the characters from a string.
- write(String, int, int) - 类 中的方法org.apache.commons.io.output.LockableFileWriter
-
Write the specified characters from a string.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.NullOutputStream
-
Does nothing - output to /dev/null.
- write(int) - 类 中的方法org.apache.commons.io.output.NullOutputStream
-
Does nothing - output to /dev/null.
- write(byte[]) - 类 中的方法org.apache.commons.io.output.NullOutputStream
-
Does nothing - output to /dev/null.
- write(int) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- write(char[]) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- write(String) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- write(String, int, int) - 类 中的方法org.apache.commons.io.output.NullWriter
-
Does nothing - output to /dev/null.
- write(int) - 类 中的方法org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's write(int) method.
- write(byte[]) - 类 中的方法org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's write(byte[]) method.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.ProxyOutputStream
-
Invokes the delegate's write(byte[]) method.
- write(int) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(int) method.
- write(char[]) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(char[]) method.
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(char[], int, int) method.
- write(String) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(String) method.
- write(String, int, int) - 类 中的方法org.apache.commons.io.output.ProxyWriter
-
Invokes the delegate's write(String) method.
- write(String) - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.StringBuilderWriter
-
- write(byte[]) - 类 中的方法org.apache.commons.io.output.TeeOutputStream
-
Write the bytes to both streams.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.TeeOutputStream
-
Write the specified bytes to both streams.
- write(int) - 类 中的方法org.apache.commons.io.output.TeeOutputStream
-
Write a byte to both streams.
- write(int) - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Writes b.length bytes from the specified byte array to this
output stream.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.ThresholdingOutputStream
-
Writes len bytes from the specified byte array starting at
offset off to this output stream.
- write(byte[], int, int) - 类 中的方法org.apache.commons.io.output.WriterOutputStream
-
Write bytes from the specified byte array to the stream.
- write(byte[]) - 类 中的方法org.apache.commons.io.output.WriterOutputStream
-
Write bytes from the specified byte array to the stream.
- write(int) - 类 中的方法org.apache.commons.io.output.WriterOutputStream
-
Write a single byte to the stream.
- write(char[], int, int) - 类 中的方法org.apache.commons.io.output.XmlStreamWriter
-
Write the characters to the underlying writer, detecing encoding.
- writeByteArrayToFile(File, byte[]) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeByteArrayToFile(File, byte[], boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a byte array to a file creating the file if it does not exist.
- writeByteArrayToFile(File, byte[], int, int) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes len bytes from the specified byte array starting
at offset off to a file, creating the file if it does
not exist.
- writeByteArrayToFile(File, byte[], int, int, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes len bytes from the specified byte array starting
at offset off to a file, creating the file if it does
not exist.
- writeChunked(byte[], OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes bytes from a byte[] to an OutputStream using chunked writes.
- writeChunked(char[], Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes chars from a char[] to a Writer using chunked writes.
- writeLines(File, String, Collection<?>) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection<?>, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line, optionally appending.
- writeLines(File, Collection<?>) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection<?>, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection<?>, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, String, Collection<?>, String, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection<?>, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(File, Collection<?>, String, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes the toString() value of each item in a collection to
the specified File line by line.
- writeLines(Collection<?>, String, OutputStream) - 类 中的静态方法org.apache.commons.io.IOUtils
-
- writeLines(Collection<?>, String, OutputStream, Charset) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes the toString() value of each item in a collection to
an OutputStream line by line, using the specified character
encoding and the specified line ending.
- writeLines(Collection<?>, String, OutputStream, String) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes the toString() value of each item in a collection to
an OutputStream line by line, using the specified character
encoding and the specified line ending.
- writeLines(Collection<?>, String, Writer) - 类 中的静态方法org.apache.commons.io.IOUtils
-
Writes the toString() value of each item in a collection to
a Writer line by line, using the specified line ending.
- WriterOutputStream - org.apache.commons.io.output中的类
-
OutputStream implementation that transforms a byte stream to a
character stream using a specified charset encoding and writes the resulting
stream to a
Writer.
- WriterOutputStream(Writer, CharsetDecoder) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, CharsetDecoder, int, boolean) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, Charset, int, boolean) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, Charset) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, String, int, boolean) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer, String) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- WriterOutputStream(Writer) - 类 的构造器org.apache.commons.io.output.WriterOutputStream
-
- writeStringToFile(File, String, Charset) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, Charset, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String, String, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
Writes a String to a file creating the file if it does not exist.
- writeStringToFile(File, String) - 类 中的静态方法org.apache.commons.io.FileUtils
-
- writeStringToFile(File, String, boolean) - 类 中的静态方法org.apache.commons.io.FileUtils
-
- writeSwappedDouble(byte[], int, double) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "double" value to a byte array at a given offset.
- writeSwappedDouble(OutputStream, double) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "double" value to an OutputStream.
- writeSwappedFloat(byte[], int, float) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "float" value to a byte array at a given offset.
- writeSwappedFloat(OutputStream, float) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "float" value to an OutputStream.
- writeSwappedInteger(byte[], int, int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "int" value to a byte array at a given offset.
- writeSwappedInteger(OutputStream, int) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "int" value to an OutputStream.
- writeSwappedLong(byte[], int, long) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "long" value to a byte array at a given offset.
- writeSwappedLong(OutputStream, long) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "long" value to an OutputStream.
- writeSwappedShort(byte[], int, short) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "short" value to a byte array at a given offset.
- writeSwappedShort(OutputStream, short) - 类 中的静态方法org.apache.commons.io.EndianUtils
-
Writes a "short" value to an OutputStream.
- writeTo(OutputStream) - 类 中的方法org.apache.commons.io.output.ByteArrayOutputStream
-
Writes the entire contents of this byte stream to the
specified output stream.
- writeTo(OutputStream) - 类 中的方法org.apache.commons.io.output.DeferredFileOutputStream
-
Writes the data from this output stream to the specified output stream,
after it has been closed.