FAISP/libs/commons-io-2.11.0/docs/index-all.html

8251 lines
871 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Index (Apache Commons IO 2.11.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Commons IO 2.11.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">AbstractByteArrayOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">This is the base class for implementing an output stream in which the data
is written into a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#AbstractByteArrayOutputStream--">AbstractByteArrayOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.InputStreamConstructor.html" title="interface in org.apache.commons.io.output"><span class="typeNameLink">AbstractByteArrayOutputStream.InputStreamConstructor</span></a>&lt;<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.InputStreamConstructor.html" title="type parameter in AbstractByteArrayOutputStream.InputStreamConstructor">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&gt; - Interface in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Constructor for an InputStream subclass.</div>
</dd>
<dt><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">AbstractCharacterFilterReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A filter reader that filters out characters where subclasses decide which characters to filter out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html#AbstractCharacterFilterReader-java.io.Reader-">AbstractCharacterFilterReader(Reader)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input">AbstractCharacterFilterReader</a></dt>
<dd>
<div class="block">Constructs a new reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html#AbstractCharacterFilterReader-java.io.Reader-java.util.function.IntPredicate-">AbstractCharacterFilterReader(Reader, IntPredicate)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input">AbstractCharacterFilterReader</a></dt>
<dd>
<div class="block">Constructs a new reader.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">AbstractFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Abstracts the implementation of the <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io"><code>FileFilter</code></a> (IO), <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FilenameFilter.html?is-external=true" title="class or interface in java.io"><code>FilenameFilter</code></a> (IO), <a href="org/apache/commons/io/file/PathFilter.html" title="interface in org.apache.commons.io.file"><code>PathFilter</code></a> (NIO)
interfaces via our own <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#AbstractFileFilter--">AbstractFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DirectoryStreamFilter.html#accept-java.nio.file.Path-">accept(Path)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DirectoryStreamFilter.html" title="class in org.apache.commons.io.file">DirectoryStreamFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathFilter.html" title="interface in org.apache.commons.io.file">PathFilter</a></dt>
<dd>
<div class="block">Tests whether or not to include the specified Path in a result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the last modification of the file matches cutoff favorably.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the last modification of the file matches cutoff favorably.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the Path should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanExecuteFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file can be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanExecuteFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file can be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter">CanReadFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file can be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter">CanReadFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file can be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanWriteFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file can be written to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanWriteFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file can be written to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DelegateFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DelegateFileFilter.html" title="class in org.apache.commons.io.filefilter">DelegateFileFilter</a></dt>
<dd>
<div class="block">Checks the filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DelegateFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DelegateFileFilter.html" title="class in org.apache.commons.io.filefilter">DelegateFileFilter</a></dt>
<dd>
<div class="block">Checks the filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html" title="class in org.apache.commons.io.filefilter">DirectoryFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html" title="class in org.apache.commons.io.filefilter">DirectoryFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/EmptyFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/EmptyFileFilter.html" title="class in org.apache.commons.io.filefilter">EmptyFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/EmptyFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/EmptyFileFilter.html" title="class in org.apache.commons.io.filefilter">EmptyFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>
<div class="block">Returns false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>
<div class="block">Returns false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>
<div class="block">Returns false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter">FileEqualsFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter">FileEqualsFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFileFilter.html" title="class in org.apache.commons.io.filefilter">FileFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFileFilter.html" title="class in org.apache.commons.io.filefilter">FileFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/HiddenFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/HiddenFileFilter.html" title="class in org.apache.commons.io.filefilter">HiddenFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is hidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/HiddenFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/HiddenFileFilter.html" title="class in org.apache.commons.io.filefilter">HiddenFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is hidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the Path should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">
Accepts the provided file if the file contains the file filter's magic
number at the specified offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">
Accepts the provided file if the file contains the file filter's magic
number at the specified offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NotFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NotFileFilter.html" title="class in org.apache.commons.io.filefilter">NotFileFilter</a></dt>
<dd>
<div class="block">Returns the logical NOT of the underlying filter's return value for the same File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NotFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NotFileFilter.html" title="class in org.apache.commons.io.filefilter">NotFileFilter</a></dt>
<dd>
<div class="block">Returns the logical NOT of the underlying filter's return value for the same arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NotFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NotFileFilter.html" title="class in org.apache.commons.io.filefilter">NotFileFilter</a></dt>
<dd>
<div class="block">Returns the logical NOT of the underlying filter's return value for the same File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the File should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the Path should be accepted by this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter">PathEqualsFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter">PathEqualsFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html" title="class in org.apache.commons.io.filefilter">PathVisitorFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html" title="class in org.apache.commons.io.filefilter">PathVisitorFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html" title="class in org.apache.commons.io.filefilter">PathVisitorFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name starts with the prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name starts with the prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name starts with the prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches one of the regular expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches one of the regular expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SizeFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter">SizeFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the size of the file is favorable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SizeFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter">SizeFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the size of the file is favorable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name ends with the suffix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name ends with the suffix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name ends with the suffix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html" title="class in org.apache.commons.io.filefilter">SymbolicLinkFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html" title="class in org.apache.commons.io.filefilter">SymbolicLinkFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file is a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>
<div class="block">Returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>
<div class="block">Returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>
<div class="block">Returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches one of the wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches one of the wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Checks to see if the file name matches one of the wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFilter.html#accept-java.io.File-">accept(File)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks to see if the file name matches one of the wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFilter.html#accept-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">accept(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks to see if the file name matches one of the wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFilter.html#accept-java.io.File-java.lang.String-">accept(File, String)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks to see if the file name matches one of the wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOConsumer.html#accept-T-">accept(T)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOConsumer.html" title="interface in org.apache.commons.io.function">IOConsumer</a></dt>
<dd>
<div class="block">Performs this operation on the given argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#accept-java.lang.Class...-">accept(Class&lt;?&gt;...)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Accept the specified classes for deserialization, unless they
are otherwise rejected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#accept-java.lang.String...-">accept(String...)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Accept the wildcard specified classes for deserialization,
unless they are otherwise rejected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#accept-java.util.regex.Pattern-">accept(Pattern)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Accept class names that match the supplied pattern for
deserialization, unless they are otherwise rejected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#accept-org.apache.commons.io.serialization.ClassNameMatcher-">accept(ClassNameMatcher)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.</div>
</dd>
<dt><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">AccumulatorPathVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Accumulates normalized paths during visitation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#AccumulatorPathVisitor--">AccumulatorPathVisitor()</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#AccumulatorPathVisitor-org.apache.commons.io.file.Counters.PathCounters-">AccumulatorPathVisitor(Counters.PathCounters)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance that counts file system elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#AccumulatorPathVisitor-org.apache.commons.io.file.Counters.PathCounters-org.apache.commons.io.file.PathFilter-org.apache.commons.io.file.PathFilter-">AccumulatorPathVisitor(Counters.PathCounters, PathFilter, PathFilter)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.Counter.html#add-long-">add(long)</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file">Counters.Counter</a></dt>
<dd>
<div class="block">Adds the given number to this counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#add-byte-">add(byte)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Adds a new byte to the buffer, which will eventually be returned by following
invocations of <a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#read--"><code>CircularByteBuffer.read()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#add-byte:A-int-int-">add(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Adds the given bytes to the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#add-org.apache.commons.io.input.ObservableInputStream.Observer-">add(ObservableInputStream.Observer)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Adds an Observer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#addFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">addFileFilter(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Adds the specified file filter to the list of file filters at the end of
the list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#addFileFilter-org.apache.commons.io.filefilter.IOFileFilter...-">addFileFilter(IOFileFilter...)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Adds the given file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html#addFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">addFileFilter(IOFileFilter)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html" title="interface in org.apache.commons.io.filefilter">ConditionalFileFilter</a></dt>
<dd>
<div class="block">Adds the specified file filter to the list of file filters at the end of
the list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#addFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">addFileFilter(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Adds the specified file filter to the list of file filters at the end of
the list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#addFileFilter-org.apache.commons.io.filefilter.IOFileFilter...-">addFileFilter(IOFileFilter...)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Adds the given file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#addListener-org.apache.commons.io.monitor.FileAlterationListener-">addListener(FileAlterationListener)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Adds a file system listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#addObserver-org.apache.commons.io.monitor.FileAlterationObserver-">addObserver(FileAlterationObserver)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Adds a file system observer to this monitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AutoCloseInputStream.html#afterRead-int-">afterRead(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AutoCloseInputStream.html" title="class in org.apache.commons.io.input">AutoCloseInputStream</a></dt>
<dd>
<div class="block">Automatically closes the stream if the end of stream was reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#afterRead-int-">afterRead(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">Adds the number of read bytes to the count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#afterRead-int-">afterRead(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invoked by the read methods after the proxied call has returned
successfully.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#afterRead-int-">afterRead(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invoked by the read methods after the proxied call has returned
successfully.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#afterWrite-int-">afterWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invoked by the write methods after the proxied call has returned successfully.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#afterWrite-int-">afterWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invoked by the write methods after the proxied call has returned
successfully.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#afterWrite-int-">afterWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invoked by the write methods after the proxied call has returned
successfully.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">AgeFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters files based on a cutoff time, can filter either newer files or files equal to or older.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#AgeFileFilter-java.util.Date-">AgeFileFilter(Date)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Constructs a new age file filter for files older than (at or before) a certain cutoff date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#AgeFileFilter-java.util.Date-boolean-">AgeFileFilter(Date, boolean)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Constructs a new age file filter for files on any one side of a certain cutoff date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#AgeFileFilter-java.io.File-">AgeFileFilter(File)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">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).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#AgeFileFilter-java.io.File-boolean-">AgeFileFilter(File, boolean)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">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).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#AgeFileFilter-long-">AgeFileFilter(long)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Constructs a new age file filter for files equal to or older than a certain cutoff</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#AgeFileFilter-long-boolean-">AgeFileFilter(long, boolean)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Constructs a new age file filter for files on any one side of a certain cutoff.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#ageFileFilter-java.util.Date-">ageFileFilter(Date)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file was last modified before
or at the specified cutoff date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#ageFileFilter-java.util.Date-boolean-">ageFileFilter(Date, boolean)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that filters files based on a cutoff date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#ageFileFilter-java.io.File-">ageFileFilter(File)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file was last modified before
or at the same time as the specified reference file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#ageFileFilter-java.io.File-boolean-">ageFileFilter(File, boolean)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that filters files based on a cutoff reference file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#ageFileFilter-long-">ageFileFilter(long)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file was last modified before
or at the specified cutoff time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#ageFileFilter-long-boolean-">ageFileFilter(long, boolean)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that filters files based on a cutoff time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#and-org.apache.commons.io.filefilter.IOFileFilter-">and(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#and-org.apache.commons.io.filefilter.IOFileFilter...-">and(IOFileFilter...)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that ANDs the specified filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#and-org.apache.commons.io.filefilter.IOFileFilter-">and(IOFileFilter)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">Creates a new "and" filter with this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#and-org.apache.commons.io.filefilter.IOFileFilter-">and(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">AndFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io"><code>FileFilter</code></a> providing conditional AND logic across a list of
file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#AndFileFilter--">AndFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Constructs a new empty instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#AndFileFilter-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">AndFileFilter(IOFileFilter, IOFileFilter)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Constructs a new file filter that ANDs the result of other filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#AndFileFilter-org.apache.commons.io.filefilter.IOFileFilter...-">AndFileFilter(IOFileFilter...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance for the give filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#AndFileFilter-java.util.List-">AndFileFilter(List&lt;IOFileFilter&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance of <code>AndFileFilter</code>
with the specified list of filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#andFileFilter-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">andFileFilter(IOFileFilter, IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/commons/io/filefilter/FileFilterUtils.html#and-org.apache.commons.io.filefilter.IOFileFilter...-"><code>FileFilterUtils.and(IOFileFilter...)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOConsumer.html#andThen-org.apache.commons.io.function.IOConsumer-">andThen(IOConsumer&lt;? super T&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOConsumer.html" title="interface in org.apache.commons.io.function">IOConsumer</a></dt>
<dd>
<div class="block">Returns a composed <code>IoConsumer</code> that performs, in sequence, this operation followed by the <code>after</code>
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#andThen-org.apache.commons.io.function.IOFunction-">andThen(IOFunction&lt;? super R, ? extends V&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies this function to
its input, and then applies the <code>after</code> function to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#andThen-java.util.function.Function-">andThen(Function&lt;? super R, ? extends V&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies this function to
its input, and then applies the <code>after</code> function to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#andThen-org.apache.commons.io.function.IOConsumer-">andThen(IOConsumer&lt;? super R&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies this function to
its input, and then applies the <code>after</code> consumer to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#andThen-java.util.function.Consumer-">andThen(Consumer&lt;? super R&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies this function to
its input, and then applies the <code>after</code> consumer to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Appends the specified character to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Appends the specified character sequence to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Appends a subsequence of the specified character sequence to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullAppendable.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullAppendable.html" title="class in org.apache.commons.io.output">NullAppendable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullAppendable.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullAppendable.html" title="class in org.apache.commons.io.output">NullAppendable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullAppendable.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullAppendable.html" title="class in org.apache.commons.io.output">NullAppendable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegates' <code>append(char)</code> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegates' <code>append(CharSequence)</code> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegates' <code>append(CharSequence, int, int)</code> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>append(char)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>append(CharSequence, int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>append(CharSequence)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#append-char-">append(char)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Appends a single character to this Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#append-java.lang.CharSequence-">append(CharSequence)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Appends a character sequence to this Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#append-java.lang.CharSequence-int-int-">append(CharSequence, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Appends a portion of a character sequence to the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/output/AppendableOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">AppendableOutputStream</span></a>&lt;<a href="org/apache/commons/io/output/AppendableOutputStream.html" title="type parameter in AppendableOutputStream">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&gt; - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">OutputStream implementation that writes the data to an <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><code>Appendable</code></a>
Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableOutputStream.html#AppendableOutputStream-T-">AppendableOutputStream(T)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableOutputStream.html" title="class in org.apache.commons.io.output">AppendableOutputStream</a></dt>
<dd>
<div class="block">Construct a new instance with the specified appendable.</div>
</dd>
<dt><a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">AppendableWriter</span></a>&lt;<a href="org/apache/commons/io/output/AppendableWriter.html" title="type parameter in AppendableWriter">T</a> extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&gt; - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Writer implementation that writes the data to an <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><code>Appendable</code></a>
Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#AppendableWriter-T-">AppendableWriter(T)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Constructs a new instance with the specified appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#apply-T-">apply(T)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Applies this function to the given argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#asFileFilter-java.io.FileFilter-">asFileFilter(FileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns an <code>IOFileFilter</code> that wraps the
<code>FileFilter</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#asFileFilter-java.io.FilenameFilter-">asFileFilter(FilenameFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns an <code>IOFileFilter</code> that wraps the
<code>FilenameFilter</code> instance.</div>
</dd>
<dt><a href="org/apache/commons/io/input/AutoCloseInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">AutoCloseInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AutoCloseInputStream.html#AutoCloseInputStream-java.io.InputStream-">AutoCloseInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AutoCloseInputStream.html" title="class in org.apache.commons.io.input">AutoCloseInputStream</a></dt>
<dd>
<div class="block">Creates an automatically closing proxy for the given input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>
<div class="block">Return an estimate of the number of bytes remaining in the byte stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Return the number of bytes that can be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>available()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>
<div class="block">Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#available--">available()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#availableLong--">availableLong()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>
<div class="block">Returns the number of bytes that can be read (or skipped over) from this input stream.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#beforeRead-int-">beforeRead(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invoked by the read methods before the call is proxied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#beforeRead-int-">beforeRead(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invoked by the read methods before the call is proxied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CountingOutputStream.html#beforeWrite-int-">beforeWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></dt>
<dd>
<div class="block">Updates the count with the number of bytes that are being written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#beforeWrite-int-">beforeWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invoked by the write methods before the call is proxied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#beforeWrite-int-">beforeWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invoked by the write methods before the call is proxied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#beforeWrite-int-">beforeWrite(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invoked by the write methods before the call is proxied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#bigIntegerCounter--">bigIntegerCounter()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>
<div class="block">Returns a new BigInteger Counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#bigIntegerPathCounters--">bigIntegerPathCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>
<div class="block">Returns a new BigInteger PathCounters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/DemuxInputStream.html#bindStream-java.io.InputStream-">bindStream(InputStream)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/DemuxInputStream.html" title="class in org.apache.commons.io.input">DemuxInputStream</a></dt>
<dd>
<div class="block">Binds the specified stream to the current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DemuxOutputStream.html#bindStream-java.io.OutputStream-">bindStream(OutputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DemuxOutputStream.html" title="class in org.apache.commons.io.output">DemuxOutputStream</a></dt>
<dd>
<div class="block">Binds the specified stream to the current thread.</div>
</dd>
<dt><a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">BOMInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">This class is used to wrap a stream that includes an encoded <a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io"><code>ByteOrderMark</code></a> as its first bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#BOMInputStream-java.io.InputStream-">BOMInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Constructs a new BOM InputStream that excludes a <a href="org/apache/commons/io/ByteOrderMark.html#UTF_8"><code>ByteOrderMark.UTF_8</code></a> BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#BOMInputStream-java.io.InputStream-boolean-">BOMInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Constructs a new BOM InputStream that detects a a <a href="org/apache/commons/io/ByteOrderMark.html#UTF_8"><code>ByteOrderMark.UTF_8</code></a> and optionally includes it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#BOMInputStream-java.io.InputStream-org.apache.commons.io.ByteOrderMark...-">BOMInputStream(InputStream, ByteOrderMark...)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Constructs a new BOM InputStream that excludes the specified BOMs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#BOMInputStream-java.io.InputStream-boolean-org.apache.commons.io.ByteOrderMark...-">BOMInputStream(InputStream, boolean, ByteOrderMark...)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Constructs a new BOM InputStream that detects the specified BOMs and optionally includes them.</div>
</dd>
<dt><a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">BoundedInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">This is a stream that will only supply bytes up to a certain length - if its
position goes above that, it will stop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#BoundedInputStream-java.io.InputStream-long-">BoundedInputStream(InputStream, long)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Creates a new <code>BoundedInputStream</code> that wraps the given input
stream and limits it to a certain size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#BoundedInputStream-java.io.InputStream-">BoundedInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Creates a new <code>BoundedInputStream</code> that wraps the given input
stream and is unlimited.</div>
</dd>
<dt><a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">BoundedReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A reader that imposes a limit to the number of characters that can be read from an underlying reader, returning EOF
when this limit is reached, regardless of state of underlying reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedReader.html#BoundedReader-java.io.Reader-int-">BoundedReader(Reader, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input">BoundedReader</a></dt>
<dd>
<div class="block">Constructs a bounded reader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#branch">branch</a></span> - Variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">The second OutputStream to write to.</div>
</dd>
<dt><a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">BrokenInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Broken input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#BrokenInputStream-java.io.IOException-">BrokenInputStream(IOException)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Creates a new stream that always throws the given exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#BrokenInputStream--">BrokenInputStream()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Creates a new stream that always throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a></div>
</dd>
<dt><a href="org/apache/commons/io/output/BrokenOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">BrokenOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Broken output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenOutputStream.html#BrokenOutputStream-java.io.IOException-">BrokenOutputStream(IOException)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenOutputStream.html" title="class in org.apache.commons.io.output">BrokenOutputStream</a></dt>
<dd>
<div class="block">Creates a new stream that always throws the given exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenOutputStream.html#BrokenOutputStream--">BrokenOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenOutputStream.html" title="class in org.apache.commons.io.output">BrokenOutputStream</a></dt>
<dd>
<div class="block">Creates a new stream that always throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a></div>
</dd>
<dt><a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">BrokenReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Broken reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#BrokenReader-java.io.IOException-">BrokenReader(IOException)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Creates a new reader that always throws the given exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#BrokenReader--">BrokenReader()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Creates a new reader that always throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a></div>
</dd>
<dt><a href="org/apache/commons/io/output/BrokenWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">BrokenWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Broken writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenWriter.html#BrokenWriter-java.io.IOException-">BrokenWriter(IOException)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenWriter.html" title="class in org.apache.commons.io.output">BrokenWriter</a></dt>
<dd>
<div class="block">Creates a new writer that always throws the given exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenWriter.html#BrokenWriter--">BrokenWriter()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenWriter.html" title="class in org.apache.commons.io.output">BrokenWriter</a></dt>
<dd>
<div class="block">Creates a new writer that always throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#buffer">buffer</a></span> - Variable in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">Internal buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.InputStream-">buffer(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given InputStream if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html?is-external=true" title="class or interface in java.io"><code>BufferedInputStream</code></a>, otherwise creates a
BufferedInputStream from the given InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.InputStream-int-">buffer(InputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given InputStream if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html?is-external=true" title="class or interface in java.io"><code>BufferedInputStream</code></a>, otherwise creates a
BufferedInputStream from the given InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.OutputStream-">buffer(OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given OutputStream if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedOutputStream.html?is-external=true" title="class or interface in java.io"><code>BufferedOutputStream</code></a>, otherwise creates a
BufferedOutputStream from the given OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.OutputStream-int-">buffer(OutputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given OutputStream if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedOutputStream.html?is-external=true" title="class or interface in java.io"><code>BufferedOutputStream</code></a>, otherwise creates a
BufferedOutputStream from the given OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.Reader-">buffer(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given reader if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true" title="class or interface in java.io"><code>BufferedReader</code></a>, otherwise creates a BufferedReader from
the given reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.Reader-int-">buffer(Reader, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given reader if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true" title="class or interface in java.io"><code>BufferedReader</code></a>, otherwise creates a BufferedReader from the
given reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.Writer-">buffer(Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given Writer if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedWriter.html?is-external=true" title="class or interface in java.io"><code>BufferedWriter</code></a>, otherwise creates a BufferedWriter from the
given Writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#buffer-java.io.Writer-int-">buffer(Writer, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given Writer if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedWriter.html?is-external=true" title="class or interface in java.io"><code>BufferedWriter</code></a>, otherwise creates a BufferedWriter from the
given Writer.</div>
</dd>
<dt><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">BufferedFileChannelInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> implementation which uses direct buffer to read a file to avoid extra copy of data between Java
and native memory which happens when using <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html?is-external=true" title="class or interface in java.io"><code>BufferedInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#BufferedFileChannelInputStream-java.io.File-">BufferedFileChannelInputStream(File)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance for the given File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#BufferedFileChannelInputStream-java.io.File-int-">BufferedFileChannelInputStream(File, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance for the given File and buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#BufferedFileChannelInputStream-java.nio.file.Path-">BufferedFileChannelInputStream(Path)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance for the given Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#BufferedFileChannelInputStream-java.nio.file.Path-int-">BufferedFileChannelInputStream(Path, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance for the given Path and buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#bufferSize">bufferSize</a></span> - Variable in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">Internal buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#byteArray--">byteArray()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns a new byte array of size <a href="org/apache/commons/io/IOUtils.html#DEFAULT_BUFFER_SIZE"><code>IOUtils.DEFAULT_BUFFER_SIZE</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#byteArray-int-">byteArray(int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns a new byte array of the given size.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ByteArrayOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Implements a ThreadSafe version of <a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output"><code>AbstractByteArrayOutputStream</code></a> using instance synchronization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#ByteArrayOutputStream--">ByteArrayOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>
<div class="block">Creates a new byte array output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#ByteArrayOutputStream-int-">ByteArrayOutputStream(int)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>
<div class="block">Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#byteCountToDisplaySize-java.math.BigInteger-">byteCountToDisplaySize(BigInteger)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns a human-readable version of the file size, where the input represents a specific number of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#byteCountToDisplaySize-long-">byteCountToDisplaySize(long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns a human-readable version of the file size, where the input represents a specific number of bytes.</div>
</dd>
<dt><a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io"><span class="typeNameLink">ByteOrderMark</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Byte Order Mark (BOM) representation - see <a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input"><code>BOMInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#ByteOrderMark-java.lang.String-int...-">ByteOrderMark(String, int...)</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Constructs a new BOM.</div>
</dd>
<dt><a href="org/apache/commons/io/ByteOrderParser.html" title="class in org.apache.commons.io"><span class="typeNameLink">ByteOrderParser</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Converts Strings to <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/ByteOrder.html?is-external=true" title="class or interface in java.nio"><code>ByteOrder</code></a> instances.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html#CAN_EXECUTE">CAN_EXECUTE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanExecuteFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>executable</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html#CAN_READ">CAN_READ</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter">CanReadFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>readable</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html#CAN_WRITE">CAN_WRITE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanWriteFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>writable</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.CancelException.html#CancelException-java.io.File-int-">CancelException(File, int)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.CancelException.html" title="class in org.apache.commons.io">DirectoryWalker.CancelException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs a <code>CancelException</code> with
the file and depth when cancellation occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.CancelException.html#CancelException-java.lang.String-java.io.File-int-">CancelException(String, File, int)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.CancelException.html" title="class in org.apache.commons.io">DirectoryWalker.CancelException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs a <code>CancelException</code> with
an appropriate message and the file and depth when
cancellation occurred.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">CanExecuteFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that can be executed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html#CanExecuteFileFilter--">CanExecuteFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanExecuteFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html#CANNOT_EXECUTE">CANNOT_EXECUTE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanExecuteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanExecuteFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of not <i>executable</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html#CANNOT_READ">CANNOT_READ</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter">CanReadFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of not <i>readable</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html#CANNOT_WRITE">CANNOT_WRITE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanWriteFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of not <i>writable</i> filter</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">CanReadFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that can be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html#CanReadFileFilter--">CanReadFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter">CanReadFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">CanWriteFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that can be written to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html#CanWriteFileFilter--">CanWriteFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanWriteFileFilter.html" title="class in org.apache.commons.io.filefilter">CanWriteFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><a href="org/apache/commons/io/input/CharacterFilterReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CharacterFilterReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A filter reader that filters out a given character represented as an <code>int</code> code point, handy to remove
known junk characters from CSV files for example.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharacterFilterReader.html#CharacterFilterReader-java.io.Reader-int-">CharacterFilterReader(Reader, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharacterFilterReader.html" title="class in org.apache.commons.io.input">CharacterFilterReader</a></dt>
<dd>
<div class="block">Constructs a new reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharacterFilterReader.html#CharacterFilterReader-java.io.Reader-java.util.function.IntPredicate-">CharacterFilterReader(Reader, IntPredicate)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharacterFilterReader.html" title="class in org.apache.commons.io.input">CharacterFilterReader</a></dt>
<dd>
<div class="block">Constructs a new reader.</div>
</dd>
<dt><a href="org/apache/commons/io/input/CharacterSetFilterReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CharacterSetFilterReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A filter reader that removes a given set of characters represented as <code>int</code> code points, handy to remove known
junk characters from CSV files for example.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharacterSetFilterReader.html#CharacterSetFilterReader-java.io.Reader-java.lang.Integer...-">CharacterSetFilterReader(Reader, Integer...)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharacterSetFilterReader.html" title="class in org.apache.commons.io.input">CharacterSetFilterReader</a></dt>
<dd>
<div class="block">Constructs a new reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharacterSetFilterReader.html#CharacterSetFilterReader-java.io.Reader-java.util.Set-">CharacterSetFilterReader(Reader, Set&lt;Integer&gt;)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharacterSetFilterReader.html" title="class in org.apache.commons.io.input">CharacterSetFilterReader</a></dt>
<dd>
<div class="block">Constructs a new reader.</div>
</dd>
<dt><a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CharSequenceInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> implementation that can read from String, StringBuffer,
StringBuilder or CharBuffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.nio.charset.Charset-int-">CharSequenceInputStream(CharSequence, Charset, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.lang.String-int-">CharSequenceInputStream(CharSequence, String, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>
<div class="block">Constructor, calls <a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.nio.charset.Charset-int-"><code>CharSequenceInputStream(CharSequence, Charset, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.nio.charset.Charset-">CharSequenceInputStream(CharSequence, Charset)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>
<div class="block">Constructor, calls <a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.nio.charset.Charset-int-"><code>CharSequenceInputStream(CharSequence, Charset, int)</code></a>
with a buffer size of 2048.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.lang.String-">CharSequenceInputStream(CharSequence, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>
<div class="block">Constructor, calls <a href="org/apache/commons/io/input/CharSequenceInputStream.html#CharSequenceInputStream-java.lang.CharSequence-java.lang.String-int-"><code>CharSequenceInputStream(CharSequence, String, int)</code></a>
with a buffer size of 2048.</div>
</dd>
<dt><a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CharSequenceReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> implementation that can read from String, StringBuffer,
StringBuilder or CharBuffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#CharSequenceReader-java.lang.CharSequence-">CharSequenceReader(CharSequence)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Constructs a new instance with the specified character sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#CharSequenceReader-java.lang.CharSequence-int-">CharSequenceReader(CharSequence, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Constructs a new instance with a portion of the specified character sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#CharSequenceReader-java.lang.CharSequence-int-int-">CharSequenceReader(CharSequence, int, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Constructs a new instance with a portion of the specified character sequence.</div>
</dd>
<dt><a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io"><span class="typeNameLink">Charsets</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Charsets required of every implementation of the Java platform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#Charsets--">Charsets()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#checkAndNotify--">checkAndNotify()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Checks whether the file and its children have been created, modified or deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#checkCompareTo-java.lang.String-java.lang.String-">checkCompareTo(String, String)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Compares two strings using the case-sensitivity rule.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#checkEndsWith-java.lang.String-java.lang.String-">checkEndsWith(String, String)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Checks if one string ends with another using the case-sensitivity rule.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#checkEquals-java.lang.String-java.lang.String-">checkEquals(String, String)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Compares two strings using the case-sensitivity rule.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#checkIfCancelled-java.io.File-int-java.util.Collection-">checkIfCancelled(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Checks whether the walk has been cancelled by calling <a href="org/apache/commons/io/DirectoryWalker.html#handleIsCancelled-java.io.File-int-java.util.Collection-"><code>DirectoryWalker.handleIsCancelled(java.io.File, int, java.util.Collection&lt;T&gt;)</code></a>,
throwing a <code>CancelException</code> if it has.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#checkIndexOf-java.lang.String-int-java.lang.String-">checkIndexOf(String, int, String)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Checks if one string contains another starting at a specific index using the
case-sensitivity rule.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#checkRegionMatches-java.lang.String-int-java.lang.String-">checkRegionMatches(String, int, String)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Checks if one string contains another at a specific index using the case-sensitivity rule.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#checkStartsWith-java.lang.String-java.lang.String-">checkStartsWith(String, String)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Checks if one string starts with another using the case-sensitivity rule.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#checksum-java.io.File-java.util.zip.Checksum-">checksum(File, Checksum)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Computes the checksum of a file using the specified checksum object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#checksumCRC32-java.io.File-">checksumCRC32(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Computes the checksum of a file using the CRC32 checksum routine.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#checkThreshold-int-">checkThreshold(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ChunkedOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ChunkedOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">OutputStream which breaks larger output blocks into chunks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ChunkedOutputStream.html#ChunkedOutputStream-java.io.OutputStream-int-">ChunkedOutputStream(OutputStream, int)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ChunkedOutputStream.html" title="class in org.apache.commons.io.output">ChunkedOutputStream</a></dt>
<dd>
<div class="block">Creates a new stream that uses the specified chunk size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ChunkedOutputStream.html#ChunkedOutputStream-java.io.OutputStream-">ChunkedOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ChunkedOutputStream.html" title="class in org.apache.commons.io.output">ChunkedOutputStream</a></dt>
<dd>
<div class="block">Creates a new stream that uses a chunk size of <a href="org/apache/commons/io/output/ChunkedOutputStream.html#DEFAULT_CHUNK_SIZE"><code>ChunkedOutputStream.DEFAULT_CHUNK_SIZE</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ChunkedWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ChunkedWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Writer which breaks larger output blocks into chunks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ChunkedWriter.html#ChunkedWriter-java.io.Writer-int-">ChunkedWriter(Writer, int)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ChunkedWriter.html" title="class in org.apache.commons.io.output">ChunkedWriter</a></dt>
<dd>
<div class="block">Creates a new writer that uses the specified chunk size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ChunkedWriter.html#ChunkedWriter-java.io.Writer-">ChunkedWriter(Writer)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ChunkedWriter.html" title="class in org.apache.commons.io.output">ChunkedWriter</a></dt>
<dd>
<div class="block">Creates a new writer that uses a chunk size of <a href="org/apache/commons/io/output/ChunkedWriter.html#DEFAULT_CHUNK_SIZE"><code>ChunkedWriter.DEFAULT_CHUNK_SIZE</code></a></div>
</dd>
<dt><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer"><span class="typeNameLink">CircularBufferInputStream</span></a> - Class in <a href="org/apache/commons/io/input/buffer/package-summary.html">org.apache.commons.io.input.buffer</a></dt>
<dd>
<div class="block">Implements a buffered input stream, which is internally based on a <a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer"><code>CircularByteBuffer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#CircularBufferInputStream-java.io.InputStream-int-">CircularBufferInputStream(InputStream, int)</a></span> - Constructor for class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which filters the given input stream, and uses the given buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#CircularBufferInputStream-java.io.InputStream-">CircularBufferInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which filters the given input stream, and uses a reasonable default buffer size
(<a href="org/apache/commons/io/IOUtils.html#DEFAULT_BUFFER_SIZE"><code>IOUtils.DEFAULT_BUFFER_SIZE</code></a>).</div>
</dd>
<dt><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer"><span class="typeNameLink">CircularByteBuffer</span></a> - Class in <a href="org/apache/commons/io/input/buffer/package-summary.html">org.apache.commons.io.input.buffer</a></dt>
<dd>
<div class="block">A buffer, which doesn't need reallocation of byte arrays, because it
reuses a single byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#CircularByteBuffer-int-">CircularByteBuffer(int)</a></span> - Constructor for class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Creates a new instance with the given buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#CircularByteBuffer--">CircularByteBuffer()</a></span> - Constructor for class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Creates a new instance with a reasonable default buffer size (<a href="org/apache/commons/io/IOUtils.html#DEFAULT_BUFFER_SIZE"><code>IOUtils.DEFAULT_BUFFER_SIZE</code></a>).</div>
</dd>
<dt><a href="org/apache/commons/io/input/CircularInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CircularInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">An <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that repeats provided bytes for given target byte count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CircularInputStream.html#CircularInputStream-byte:A-long-">CircularInputStream(byte[], long)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CircularInputStream.html" title="class in org.apache.commons.io.input">CircularInputStream</a></dt>
<dd>
<div class="block">Creates an instance from the specified array of bytes.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ClassLoaderObjectInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A special ObjectInputStream that loads a class based on a specified
<code>ClassLoader</code> rather than the system default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html#ClassLoaderObjectInputStream-java.lang.ClassLoader-java.io.InputStream-">ClassLoaderObjectInputStream(ClassLoader, InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html" title="class in org.apache.commons.io.input">ClassLoaderObjectInputStream</a></dt>
<dd>
<div class="block">Constructs a new ClassLoaderObjectInputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/serialization/ClassNameMatcher.html" title="interface in org.apache.commons.io.serialization"><span class="typeNameLink">ClassNameMatcher</span></a> - Interface in <a href="org/apache/commons/io/serialization/package-summary.html">org.apache.commons.io.serialization</a></dt>
<dd>
<div class="block">An object that matches a Class name to a condition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#cleanDirectory-java.nio.file.Path-">cleanDirectory(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Cleans a directory including sub-directories without deleting directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#cleanDirectory-java.nio.file.Path-org.apache.commons.io.file.DeleteOption...-">cleanDirectory(Path, DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Cleans a directory including sub-directories without deleting directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#cleanDirectory-java.io.File-">cleanDirectory(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Cleans a directory without deleting it.</div>
</dd>
<dt><a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">CleaningPathVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Deletes files but not directories as a visit proceeds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#CleaningPathVisitor-org.apache.commons.io.file.Counters.PathCounters-org.apache.commons.io.file.DeleteOption:A-java.lang.String...-">CleaningPathVisitor(Counters.PathCounters, DeleteOption[], String...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#CleaningPathVisitor-org.apache.commons.io.file.Counters.PathCounters-java.lang.String...-">CleaningPathVisitor(Counters.PathCounters, String...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#clear--">clear()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Removes all bytes from the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AutoCloseInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AutoCloseInputStream.html" title="class in org.apache.commons.io.input">AutoCloseInputStream</a></dt>
<dd>
<div class="block">Closes the underlying input stream and replaces the reference to it
with a <a href="org/apache/commons/io/input/ClosedInputStream.html" title="class in org.apache.commons.io.input"><code>ClosedInputStream</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>close()</code> method
if <a href="org/apache/commons/io/input/BoundedInputStream.html#isPropagateClose--"><code>BoundedInputStream.isPropagateClose()</code></a> is <code>true</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input">BoundedReader</a></dt>
<dd>
<div class="block">Closes the target</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Close resets the file back to the start and removes any marked position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedReader.html" title="class in org.apache.commons.io.input">ClosedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CloseShieldInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CloseShieldInputStream.html" title="class in org.apache.commons.io.input">CloseShieldInputStream</a></dt>
<dd>
<div class="block">Replaces the underlying input stream with a <a href="org/apache/commons/io/input/ClosedInputStream.html" title="class in org.apache.commons.io.input"><code>ClosedInputStream</code></a>
sentinel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CloseShieldReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CloseShieldReader.html" title="class in org.apache.commons.io.input">CloseShieldReader</a></dt>
<dd>
<div class="block">Replaces the underlying reader with a <a href="org/apache/commons/io/input/ClosedReader.html" title="class in org.apache.commons.io.input"><code>ClosedReader</code></a> sentinel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/DemuxInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/DemuxInputStream.html" title="class in org.apache.commons.io.input">DemuxInputStream</a></dt>
<dd>
<div class="block">Closes stream associated with current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Close this input stream - resets the internal state to
the initial values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Closes this Reader - resets the internal state to
the initial values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>close()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>close()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Close the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Closes underlying resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SequenceReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SequenceReader.html" title="class in org.apache.commons.io.input">SequenceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input">TeeInputStream</a></dt>
<dd>
<div class="block">Closes the proxied input stream and, if so configured, the associated
output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Closes the proxied reader and, if so configured, the associated writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnixLineEndingInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnixLineEndingInputStream.html" title="class in org.apache.commons.io.input">UnixLineEndingInputStream</a></dt>
<dd>
<div class="block">Closes the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html" title="class in org.apache.commons.io.input">WindowsLineEndingInputStream</a></dt>
<dd>
<div class="block">Closes the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#close--">close()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Closes the XmlStreamReader stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#close-java.io.Closeable-">close(Closeable)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><code>Closeable</code></a> as a null-safe operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#close-java.io.Closeable...-">close(Closeable...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><code>Closeable</code></a> as a null-safe operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#close-java.io.Closeable-org.apache.commons.io.function.IOConsumer-">close(Closeable, IOConsumer&lt;IOException&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><code>Closeable</code></a> as a null-safe operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#close-java.net.URLConnection-">close(URLConnection)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes a URLConnection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#close--">close()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Closes the underlying <code>Reader</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Closing a <code>ByteArrayOutputStream</code> has no effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Closes the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenOutputStream.html" title="class in org.apache.commons.io.output">BrokenOutputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenWriter.html" title="class in org.apache.commons.io.output">BrokenWriter</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output">ClosedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CloseShieldOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output">CloseShieldOutputStream</a></dt>
<dd>
<div class="block">Replaces the underlying output stream with a <a href="org/apache/commons/io/output/ClosedOutputStream.html" title="class in org.apache.commons.io.output"><code>ClosedOutputStream</code></a>
sentinel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CloseShieldWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CloseShieldWriter.html" title="class in org.apache.commons.io.output">CloseShieldWriter</a></dt>
<dd>
<div class="block">Replaces the underlying writer with a <a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output"><code>ClosedWriter</code></a> sentinel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Closes underlying output stream, and mark this as closed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DemuxOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DemuxOutputStream.html" title="class in org.apache.commons.io.output">DemuxOutputStream</a></dt>
<dd>
<div class="block">Closes stream associated with current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Close the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Closes the file writer and deletes the lock file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>close()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>close()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>close()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Closing this writer has no effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">Closes both output streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Closes this output stream and releases any system resources associated with this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Close the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#close--">close()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Closes the underlying writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#closed--">closed()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input">ObservableInputStream.Observer</a></dt>
<dd>
<div class="block">Called to indicate that the <a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input"><code>ObservableInputStream</code></a> has been closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#closed--">closed()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedInputStream.html#CLOSED_INPUT_STREAM">CLOSED_INPUT_STREAM</a></span> - Static variable in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedInputStream.html" title="class in org.apache.commons.io.input">ClosedInputStream</a></dt>
<dd>
<div class="block">A singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedOutputStream.html#CLOSED_OUTPUT_STREAM">CLOSED_OUTPUT_STREAM</a></span> - Static variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedOutputStream.html" title="class in org.apache.commons.io.output">ClosedOutputStream</a></dt>
<dd>
<div class="block">A singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedReader.html#CLOSED_READER">CLOSED_READER</a></span> - Static variable in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedReader.html" title="class in org.apache.commons.io.input">ClosedReader</a></dt>
<dd>
<div class="block">A singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedWriter.html#CLOSED_WRITER">CLOSED_WRITER</a></span> - Static variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output">ClosedWriter</a></dt>
<dd>
<div class="block">A singleton.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ClosedInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ClosedInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Closed input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedInputStream.html#ClosedInputStream--">ClosedInputStream()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedInputStream.html" title="class in org.apache.commons.io.input">ClosedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/output/ClosedOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ClosedOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Throws an exception on all attempts to write to the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedOutputStream.html#ClosedOutputStream--">ClosedOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedOutputStream.html" title="class in org.apache.commons.io.output">ClosedOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/input/ClosedReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ClosedReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Closed reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedReader.html#ClosedReader--">ClosedReader()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedReader.html" title="class in org.apache.commons.io.input">ClosedReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ClosedWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Throws an exception on all attempts to write with <a href="org/apache/commons/io/output/ClosedWriter.html#close--"><code>ClosedWriter.close()</code></a> implemented as a noop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedWriter.html#ClosedWriter--">ClosedWriter()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output">ClosedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.Closeable-">closeQuietly(Closeable)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes a <code>Closeable</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.Closeable...-">closeQuietly(Closeable...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes a <code>Closeable</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.Closeable-java.util.function.Consumer-">closeQuietly(Closeable, Consumer&lt;IOException&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><code>Closeable</code></a> as a null-safe operation while consuming IOException by the given <code>consumer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.InputStream-">closeQuietly(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes an <code>InputStream</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.OutputStream-">closeQuietly(OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes an <code>OutputStream</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.Reader-">closeQuietly(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes an <code>Reader</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.nio.channels.Selector-">closeQuietly(Selector)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes a <code>Selector</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.net.ServerSocket-">closeQuietly(ServerSocket)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes a <code>ServerSocket</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.net.Socket-">closeQuietly(Socket)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes a <code>Socket</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#closeQuietly-java.io.Writer-">closeQuietly(Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Closes an <code>Writer</code> unconditionally.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#closeQuietly-org.apache.commons.io.LineIterator-">closeQuietly(LineIterator)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.6 deprecated without replacement. Please use the try-with-resources statement or handle
suppressed exceptions manually.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/input/CloseShieldInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CloseShieldInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Proxy stream that prevents the underlying input stream from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CloseShieldInputStream.html#CloseShieldInputStream-java.io.InputStream-">CloseShieldInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CloseShieldInputStream.html" title="class in org.apache.commons.io.input">CloseShieldInputStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Using this constructor prevents IDEs from warning if the
underlying input stream is never closed. Use
<a href="org/apache/commons/io/input/CloseShieldInputStream.html#wrap-java.io.InputStream-"><code>CloseShieldInputStream.wrap(InputStream)</code></a> instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">CloseShieldOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Proxy stream that prevents the underlying output stream from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CloseShieldOutputStream.html#CloseShieldOutputStream-java.io.OutputStream-">CloseShieldOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output">CloseShieldOutputStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Using this constructor prevents IDEs from warning if the
underlying output stream is never closed. Use
<a href="org/apache/commons/io/output/CloseShieldOutputStream.html#wrap-java.io.OutputStream-"><code>CloseShieldOutputStream.wrap(OutputStream)</code></a> instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/input/CloseShieldReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CloseShieldReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Proxy reader that prevents the underlying reader from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CloseShieldReader.html#CloseShieldReader-java.io.Reader-">CloseShieldReader(Reader)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CloseShieldReader.html" title="class in org.apache.commons.io.input">CloseShieldReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Using this constructor prevents IDEs from warning if the
underlying reader is never closed. Use <a href="org/apache/commons/io/input/CloseShieldReader.html#wrap-java.io.Reader-"><code>CloseShieldReader.wrap(Reader)</code></a>
instead.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/output/CloseShieldWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">CloseShieldWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Proxy writer that prevents the underlying writer from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CloseShieldWriter.html#CloseShieldWriter-java.io.Writer-">CloseShieldWriter(Writer)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CloseShieldWriter.html" title="class in org.apache.commons.io.output">CloseShieldWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Using this constructor prevents IDEs from warning if the
underlying writer is never closed. Use <a href="org/apache/commons/io/output/CloseShieldWriter.html#wrap-java.io.Writer-"><code>CloseShieldWriter.wrap(Writer)</code></a>
instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/CompositeFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/CompositeFileComparator.html" title="class in org.apache.commons.io.comparator">CompositeFileComparator</a></dt>
<dd>
<div class="block">Compare the two files using delegate comparators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DefaultFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DefaultFileComparator.html" title="class in org.apache.commons.io.comparator">DefaultFileComparator</a></dt>
<dd>
<div class="block">Compare the two files using the <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#compareTo-java.io.File-" title="class or interface in java.io"><code>File.compareTo(File)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DirectoryFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DirectoryFileComparator.html" title="class in org.apache.commons.io.comparator">DirectoryFileComparator</a></dt>
<dd>
<div class="block">Compare the two files using the <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#isDirectory--" title="class or interface in java.io"><code>File.isDirectory()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Compare the extensions of two files the specified case sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html" title="class in org.apache.commons.io.comparator">LastModifiedFileComparator</a></dt>
<dd>
<div class="block">Compares the last the last modified date/time of two files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Compare the names of two files with the specified case sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Compare the paths of two files the specified case sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#compare-java.io.File-java.io.File-">compare(File, File)</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Compare the length of two files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#compose-org.apache.commons.io.function.IOFunction-">compose(IOFunction&lt;? super V, ? extends T&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies the <code>before</code>
function to its input, and then applies this function to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#compose-java.util.function.Function-">compose(Function&lt;? super V, ? extends T&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies the <code>before</code>
function to its input, and then applies this function to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#compose-org.apache.commons.io.function.IOSupplier-">compose(IOSupplier&lt;? extends T&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies the <code>before</code>
function to its input, and then applies this function to the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#compose-java.util.function.Supplier-">compose(Supplier&lt;? extends T&gt;)</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a composed <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that first applies the <code>before</code>
function to its input, and then applies this function to the result.</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/CompositeFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">CompositeFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare two files using a set of delegate file <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><code>Comparator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/CompositeFileComparator.html#CompositeFileComparator-java.util.Comparator...-">CompositeFileComparator(Comparator&lt;File&gt;...)</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/CompositeFileComparator.html" title="class in org.apache.commons.io.comparator">CompositeFileComparator</a></dt>
<dd>
<div class="block">Create a composite comparator for the set of delegate comparators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/CompositeFileComparator.html#CompositeFileComparator-java.lang.Iterable-">CompositeFileComparator(Iterable&lt;Comparator&lt;File&gt;&gt;)</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/CompositeFileComparator.html" title="class in org.apache.commons.io.comparator">CompositeFileComparator</a></dt>
<dd>
<div class="block">Create a composite comparator for the set of delegate comparators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#concat-java.lang.String-java.lang.String-">concat(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Concatenates a fileName to a base path using normal command line style rules.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html" title="interface in org.apache.commons.io.filefilter"><span class="typeNameLink">ConditionalFileFilter</span></a> - Interface in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Defines operations for conditional file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.InputStreamConstructor.html#construct-byte:A-int-int-">construct(byte[], int, int)</a></span> - Method in interface org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.InputStreamConstructor.html" title="interface in org.apache.commons.io.output">AbstractByteArrayOutputStream.InputStreamConstructor</a></dt>
<dd>
<div class="block">Construct an InputStream subclass.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#consume--">consume()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Reads all data from the underlying <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>, while notifying the observers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#consume-java.io.InputStream-">consume(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Consumes bytes from a <code>InputStream</code> and ignores them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#contentEquals-java.io.File-java.io.File-">contentEquals(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests whether the contents of two files are equal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#contentEquals-java.io.InputStream-java.io.InputStream-">contentEquals(InputStream, InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Compares the contents of two Streams to determine if they are equal or
not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#contentEquals-java.io.Reader-java.io.Reader-">contentEquals(Reader, Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Compares the contents of two Readers to determine if they are equal or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#contentEqualsIgnoreEOL-java.io.File-java.io.File-java.lang.String-">contentEqualsIgnoreEOL(File, File, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Compares the contents of two files to determine if they are equal or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#contentEqualsIgnoreEOL-java.io.Reader-java.io.Reader-">contentEqualsIgnoreEOL(Reader, Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Compares the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#convertFileCollectionToFileArray-java.util.Collection-">convertFileCollectionToFileArray(Collection&lt;File&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Converts a Collection containing java.io.File instanced into array
representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-byte:A-java.io.OutputStream-">copy(byte[], OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Copies bytes from a <code>byte[]</code> to an <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-byte:A-java.io.Writer-">copy(byte[], Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/CopyUtils.html#copy-byte:A-java.io.Writer-java.lang.String-"><code>CopyUtils.copy(byte[], Writer, String)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-byte:A-java.io.Writer-java.lang.String-">copy(byte[], Writer, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Copies and convert bytes from a <code>byte[]</code> to chars on a
<code>Writer</code>, using the specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.io.InputStream-java.io.OutputStream-">copy(InputStream, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Copies bytes from an <code>InputStream</code> to an
<code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.io.Reader-java.io.Writer-">copy(Reader, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Copies chars from a <code>Reader</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.io.InputStream-java.io.Writer-">copy(InputStream, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/CopyUtils.html#copy-java.io.InputStream-java.io.Writer-java.lang.String-"><code>CopyUtils.copy(InputStream, Writer, String)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.io.InputStream-java.io.Writer-java.lang.String-">copy(InputStream, Writer, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Copies and convert bytes from an <code>InputStream</code> to chars on a
<code>Writer</code>, using the specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.io.Reader-java.io.OutputStream-">copy(Reader, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/CopyUtils.html#copy-java.io.Reader-java.io.OutputStream-java.lang.String-"><code>CopyUtils.copy(Reader, OutputStream, String)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.io.Reader-java.io.OutputStream-java.lang.String-">copy(Reader, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Serialize chars from a <code>Reader</code> to bytes on an
<code>OutputStream</code>, and flush the <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.lang.String-java.io.OutputStream-">copy(String, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/CopyUtils.html#copy-java.lang.String-java.io.OutputStream-java.lang.String-"><code>CopyUtils.copy(String, OutputStream, String)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.lang.String-java.io.OutputStream-java.lang.String-">copy(String, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Serialize chars from a <code>String</code> to bytes on an
<code>OutputStream</code>, and
flush the <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#copy-java.lang.String-java.io.Writer-">copy(String, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Copies chars from a <code>String</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#copy-java.nio.file.Path-java.nio.file.Path-">copy(Path, Path)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>
<div class="block">Copies the sourceFile to the targetFile.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.InputStream-java.io.OutputStream-">copy(InputStream, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from an <code>InputStream</code> to an <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.InputStream-java.io.OutputStream-int-">copy(InputStream, OutputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from an <code>InputStream</code> to an <code>OutputStream</code> using an internal buffer of the
given size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.InputStream-java.io.Writer-">copy(InputStream, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#copy-java.io.InputStream-java.io.Writer-java.nio.charset.Charset-"><code>IOUtils.copy(InputStream, Writer, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.InputStream-java.io.Writer-java.nio.charset.Charset-">copy(InputStream, Writer, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from an <code>InputStream</code> to chars on a
<code>Writer</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.InputStream-java.io.Writer-java.lang.String-">copy(InputStream, Writer, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from an <code>InputStream</code> to chars on a
<code>Writer</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.lang.Appendable-">copy(Reader, Appendable)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a <code>Reader</code> to a <code>Appendable</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.lang.Appendable-java.nio.CharBuffer-">copy(Reader, Appendable, CharBuffer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a <code>Reader</code> to an <code>Appendable</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.io.OutputStream-">copy(Reader, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.io.OutputStream-java.nio.charset.Charset-"><code>IOUtils.copy(Reader, OutputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.io.OutputStream-java.nio.charset.Charset-">copy(Reader, OutputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a <code>Reader</code> to bytes on an
<code>OutputStream</code> using the specified character encoding, and
calling flush.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.io.OutputStream-java.lang.String-">copy(Reader, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a <code>Reader</code> to bytes on an
<code>OutputStream</code> using the specified character encoding, and
calling flush.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.io.Reader-java.io.Writer-">copy(Reader, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a <code>Reader</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.net.URL-java.io.File-">copy(URL, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from a <code>URL</code> to an <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copy-java.net.URL-java.io.OutputStream-">copy(URL, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from a <code>URL</code> to an <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#copyDirectory-java.nio.file.Path-java.nio.file.Path-java.nio.file.CopyOption...-">copyDirectory(Path, Path, CopyOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Copies a directory to another directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyDirectory-java.io.File-java.io.File-">copyDirectory(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a whole directory to a new location preserving the file dates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyDirectory-java.io.File-java.io.File-boolean-">copyDirectory(File, File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a whole directory to a new location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyDirectory-java.io.File-java.io.File-java.io.FileFilter-">copyDirectory(File, File, FileFilter)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a filtered directory to a new location preserving the file dates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyDirectory-java.io.File-java.io.File-java.io.FileFilter-boolean-">copyDirectory(File, File, FileFilter, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a filtered directory to a new location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyDirectory-java.io.File-java.io.File-java.io.FileFilter-boolean-java.nio.file.CopyOption...-">copyDirectory(File, File, FileFilter, boolean, CopyOption...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a filtered directory to a new location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyDirectoryToDirectory-java.io.File-java.io.File-">copyDirectoryToDirectory(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a directory to within another directory preserving the file dates.</div>
</dd>
<dt><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">CopyDirectoryVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Copies a source directory to a target directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#CopyDirectoryVisitor-org.apache.commons.io.file.Counters.PathCounters-java.nio.file.Path-java.nio.file.Path-java.nio.file.CopyOption...-">CopyDirectoryVisitor(Counters.PathCounters, Path, Path, CopyOption...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#CopyDirectoryVisitor-org.apache.commons.io.file.Counters.PathCounters-org.apache.commons.io.file.PathFilter-org.apache.commons.io.file.PathFilter-java.nio.file.Path-java.nio.file.Path-java.nio.file.CopyOption...-">CopyDirectoryVisitor(Counters.PathCounters, PathFilter, PathFilter, Path, Path, CopyOption...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#copyFile-java.net.URL-java.nio.file.Path-java.nio.file.CopyOption...-">copyFile(URL, Path, CopyOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Copies a URL to a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFile-java.io.File-java.io.File-">copyFile(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a file to a new location preserving the file date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFile-java.io.File-java.io.File-boolean-">copyFile(File, File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies an existing file to a new file location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFile-java.io.File-java.io.File-boolean-java.nio.file.CopyOption...-">copyFile(File, File, boolean, CopyOption...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a file to a new location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFile-java.io.File-java.io.File-java.nio.file.CopyOption...-">copyFile(File, File, CopyOption...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a file to a new location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFile-java.io.File-java.io.OutputStream-">copyFile(File, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies bytes from a <code>File</code> to an <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#copyFileToDirectory-java.nio.file.Path-java.nio.file.Path-java.nio.file.CopyOption...-">copyFileToDirectory(Path, Path, CopyOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Copies a file to a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#copyFileToDirectory-java.net.URL-java.nio.file.Path-java.nio.file.CopyOption...-">copyFileToDirectory(URL, Path, CopyOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Copies a URL to a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFileToDirectory-java.io.File-java.io.File-">copyFileToDirectory(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a file to a directory preserving the file date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyFileToDirectory-java.io.File-java.io.File-boolean-">copyFileToDirectory(File, File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a file to a directory optionally preserving the file date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyInputStreamToFile-java.io.InputStream-java.io.File-">copyInputStreamToFile(InputStream, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies bytes from an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> <code>source</code> to a file
<code>destination</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.InputStream-java.io.OutputStream-">copyLarge(InputStream, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from a large (over 2GB) <code>InputStream</code> to an
<code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.InputStream-java.io.OutputStream-byte:A-">copyLarge(InputStream, OutputStream, byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies bytes from a large (over 2GB) <code>InputStream</code> to an
<code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.InputStream-java.io.OutputStream-long-long-">copyLarge(InputStream, OutputStream, long, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies some or all bytes from a large (over 2GB) <code>InputStream</code> to an
<code>OutputStream</code>, optionally skipping input bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.InputStream-java.io.OutputStream-long-long-byte:A-">copyLarge(InputStream, OutputStream, long, long, byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies some or all bytes from a large (over 2GB) <code>InputStream</code> to an
<code>OutputStream</code>, optionally skipping input bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.Reader-java.io.Writer-">copyLarge(Reader, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a large (over 2GB) <code>Reader</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.Reader-java.io.Writer-char:A-">copyLarge(Reader, Writer, char[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies chars from a large (over 2GB) <code>Reader</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.Reader-java.io.Writer-long-long-">copyLarge(Reader, Writer, long, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies some or all chars from a large (over 2GB) <code>InputStream</code> to an
<code>OutputStream</code>, optionally skipping input chars.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#copyLarge-java.io.Reader-java.io.Writer-long-long-char:A-">copyLarge(Reader, Writer, long, long, char[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Copies some or all chars from a large (over 2GB) <code>InputStream</code> to an
<code>OutputStream</code>, optionally skipping input chars.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyToDirectory-java.io.File-java.io.File-">copyToDirectory(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a file or directory to within another directory preserving the file dates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyToDirectory-java.lang.Iterable-java.io.File-">copyToDirectory(Iterable&lt;File&gt;, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies a files to a directory preserving each file's date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyToFile-java.io.InputStream-java.io.File-">copyToFile(InputStream, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies bytes from an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> source to a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> destination.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyURLToFile-java.net.URL-java.io.File-">copyURLToFile(URL, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies bytes from the URL <code>source</code> to a file
<code>destination</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#copyURLToFile-java.net.URL-java.io.File-int-int-">copyURLToFile(URL, File, int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Copies bytes from the URL <code>source</code> to a file <code>destination</code>.</div>
</dd>
<dt><a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io"><span class="typeNameLink">CopyUtils</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use IOUtils. Will be removed in 3.0.
Methods renamed to IOUtils.write() or IOUtils.copy().
Null handling behavior changed in IOUtils (null data does not
throw NullPointerException).</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/CopyUtils.html#CopyUtils--">CopyUtils()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/CopyUtils.html" title="class in org.apache.commons.io">CopyUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Instances should NOT be constructed in standard programming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#count">count</a></span> - Variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">The total count of bytes written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#countDirectory-java.nio.file.Path-">countDirectory(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Counts aspects of a directory including sub-directories.</div>
</dd>
<dt><a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">Counters</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Provides counters for files, directories, and sizes, as a visit proceeds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#Counters--">Counters()</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file"><span class="typeNameLink">Counters.Counter</span></a> - Interface in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Counts using a number.</div>
</dd>
<dt><a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><span class="typeNameLink">Counters.PathCounters</span></a> - Interface in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Counts files, directories, and sizes, as a visit proceeds.</div>
</dd>
<dt><a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">CountingInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A decorating input stream that counts the number of bytes that have passed
through the stream so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#CountingInputStream-java.io.InputStream-">CountingInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">Constructs a new CountingInputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">CountingOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">A decorating output stream that counts the number of bytes that have passed
through the stream so far.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CountingOutputStream.html#CountingOutputStream-java.io.OutputStream-">CountingOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></dt>
<dd>
<div class="block">Constructs a new CountingOutputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">CountingPathVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Counts files, directories, and sizes, as a visit proceeds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#CountingPathVisitor-org.apache.commons.io.file.Counters.PathCounters-">CountingPathVisitor(Counters.PathCounters)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#CountingPathVisitor-org.apache.commons.io.file.Counters.PathCounters-org.apache.commons.io.file.PathFilter-org.apache.commons.io.file.PathFilter-">CountingPathVisitor(Counters.PathCounters, PathFilter, PathFilter)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#CR">CR</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">CR char.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-int-">create(File, TailerListener, long, boolean, int)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-boolean-int-">create(File, TailerListener, long, boolean, boolean, int)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-java.nio.charset.Charset-org.apache.commons.io.input.TailerListener-long-boolean-boolean-int-">create(File, Charset, TailerListener, long, boolean, boolean, int)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-">create(File, TailerListener, long, boolean)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file with default buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-boolean-">create(File, TailerListener, long, boolean, boolean)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file with default buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-long-">create(File, TailerListener, long)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file, starting at the beginning of the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#create-java.io.File-org.apache.commons.io.input.TailerListener-">create(File, TailerListener)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates and starts a Tailer for the given file, starting at the beginning of the file
with the default delay of 1.0s</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#createParentDirectories-java.nio.file.Path-java.nio.file.attribute.FileAttribute...-">createParentDirectories(Path, FileAttribute&lt;?&gt;...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Creates the parent directories for the given <code>path</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#createParentDirectories-java.io.File-">createParentDirectories(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Creates all parent directories for a File object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#current--">current()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Gets the current directory.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html#data-int-">data(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html#data-byte:A-int-int-">data(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#data-byte:A-int-int-">data(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input">ObservableInputStream.Observer</a></dt>
<dd>
<div class="block">Called to indicate that <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true#read-byte:A-" title="class or interface in java.io"><code>InputStream.read(byte[])</code></a>, or <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true#read-byte:A-int-int-" title="class or interface in java.io"><code>InputStream.read(byte[], int, int)</code></a> have
been called, and are about to invoke data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#data-int-">data(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input">ObservableInputStream.Observer</a></dt>
<dd>
<div class="block">Called to indicate, that <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true#read--" title="class or interface in java.io"><code>InputStream.read()</code></a> has been invoked on the <a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input"><code>ObservableInputStream</code></a>,
and will return a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#DEFAULT_BUFFER_SIZE">DEFAULT_BUFFER_SIZE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">The default buffer size (8192) to use in copy methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DefaultFileComparator.html#DEFAULT_COMPARATOR">DEFAULT_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DefaultFileComparator.html" title="class in org.apache.commons.io.comparator">DefaultFileComparator</a></dt>
<dd>
<div class="block">Singleton default comparator instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DefaultFileComparator.html#DEFAULT_REVERSE">DEFAULT_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DefaultFileComparator.html" title="class in org.apache.commons.io.comparator">DefaultFileComparator</a></dt>
<dd>
<div class="block">Singleton reverse default comparator instance</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/DefaultFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">DefaultFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare two files using the <b>default</b> <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#compareTo-java.io.File-" title="class or interface in java.io"><code>File.compareTo(File)</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DefaultFileComparator.html#DefaultFileComparator--">DefaultFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DefaultFileComparator.html" title="class in org.apache.commons.io.comparator">DefaultFileComparator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">DeferredFileOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to
disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#DeferredFileOutputStream-int-java.io.File-">DeferredFileOutputStream(int, File)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a
file beyond that point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#DeferredFileOutputStream-int-int-java.io.File-">DeferredFileOutputStream(int, int, File)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a
file beyond that point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#DeferredFileOutputStream-int-int-java.lang.String-java.lang.String-java.io.File-">DeferredFileOutputStream(int, int, String, String, File)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#DeferredFileOutputStream-int-java.lang.String-java.lang.String-java.io.File-">DeferredFileOutputStream(int, String, String, File)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/DelegateFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">DelegateFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DelegateFileFilter.html#DelegateFileFilter-java.io.FileFilter-">DelegateFileFilter(FileFilter)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DelegateFileFilter.html" title="class in org.apache.commons.io.filefilter">DelegateFileFilter</a></dt>
<dd>
<div class="block">Constructs a delegate file filter around an existing FileFilter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DelegateFileFilter.html#DelegateFileFilter-java.io.FilenameFilter-">DelegateFileFilter(FilenameFilter)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DelegateFileFilter.html" title="class in org.apache.commons.io.filefilter">DelegateFileFilter</a></dt>
<dd>
<div class="block">Constructs a delegate file filter around an existing FilenameFilter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#delete-java.nio.file.Path-">delete(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#delete-java.nio.file.Path-org.apache.commons.io.file.DeleteOption...-">delete(Path, DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#delete-java.nio.file.Path-java.nio.file.LinkOption:A-org.apache.commons.io.file.DeleteOption...-">delete(Path, LinkOption[], DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#delete-java.io.File-">delete(File)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">Deletes the file object, which may be a file or a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#delete-java.io.File-">delete(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Deletes the given File but throws an IOException if it cannot, unlike <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#delete--" title="class or interface in java.io"><code>File.delete()</code></a> which returns a
boolean.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#deleteDirectory-java.nio.file.Path-">deleteDirectory(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes a directory including sub-directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#deleteDirectory-java.nio.file.Path-org.apache.commons.io.file.DeleteOption...-">deleteDirectory(Path, DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes a directory including sub-directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#deleteDirectory-java.nio.file.Path-java.nio.file.LinkOption:A-org.apache.commons.io.file.DeleteOption...-">deleteDirectory(Path, LinkOption[], DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes a directory including sub-directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#deleteDirectory-java.io.File-">deleteDirectory(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Deletes a directory recursively.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#deleteFile-java.nio.file.Path-">deleteFile(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#deleteFile-java.nio.file.Path-org.apache.commons.io.file.DeleteOption...-">deleteFile(Path, DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#deleteFile-java.nio.file.Path-java.nio.file.LinkOption:A-org.apache.commons.io.file.DeleteOption...-">deleteFile(Path, LinkOption[], DeleteOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Deletes the given file.</div>
</dd>
<dt><a href="org/apache/commons/io/file/DeleteOption.html" title="interface in org.apache.commons.io.file"><span class="typeNameLink">DeleteOption</span></a> - Interface in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">An object that configures how to delete a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#deleteQuietly-java.io.File-">deleteQuietly(File)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">Deletes the file object, which may be a file or a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#deleteQuietly-java.io.File-">deleteQuietly(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Deletes a file, never throwing an exception.</div>
</dd>
<dt><a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">DeletingPathVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Deletes files and directories as a visit proceeds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#DeletingPathVisitor-org.apache.commons.io.file.Counters.PathCounters-org.apache.commons.io.file.DeleteOption:A-java.lang.String...-">DeletingPathVisitor(Counters.PathCounters, DeleteOption[], String...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#DeletingPathVisitor-org.apache.commons.io.file.Counters.PathCounters-java.nio.file.LinkOption:A-org.apache.commons.io.file.DeleteOption:A-java.lang.String...-">DeletingPathVisitor(Counters.PathCounters, LinkOption[], DeleteOption[], String...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#DeletingPathVisitor-org.apache.commons.io.file.Counters.PathCounters-java.lang.String...-">DeletingPathVisitor(Counters.PathCounters, String...)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>
<div class="block">Constructs a new visitor that deletes files except for the files and directories explicitly given.</div>
</dd>
<dt><a href="org/apache/commons/io/input/DemuxInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">DemuxInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Data written to this stream is forwarded to a stream that has been associated with this thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/DemuxInputStream.html#DemuxInputStream--">DemuxInputStream()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/DemuxInputStream.html" title="class in org.apache.commons.io.input">DemuxInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/output/DemuxOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">DemuxOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Forwards data to a stream that has been associated with this thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DemuxOutputStream.html#DemuxOutputStream--">DemuxOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DemuxOutputStream.html" title="class in org.apache.commons.io.output">DemuxOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#destroy--">destroy()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Final processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#DIR_SEPARATOR">DIR_SEPARATOR</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">The system directory separator character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#DIR_SEPARATOR_UNIX">DIR_SEPARATOR_UNIX</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">The Unix directory separator character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#DIR_SEPARATOR_WINDOWS">DIR_SEPARATOR_WINDOWS</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">The Windows directory separator character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html#DIRECTORY">DIRECTORY</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html" title="class in org.apache.commons.io.filefilter">DirectoryFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of directory filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DirectoryFileComparator.html#DIRECTORY_COMPARATOR">DIRECTORY_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DirectoryFileComparator.html" title="class in org.apache.commons.io.comparator">DirectoryFileComparator</a></dt>
<dd>
<div class="block">Singleton default comparator instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DirectoryFileComparator.html#DIRECTORY_REVERSE">DIRECTORY_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DirectoryFileComparator.html" title="class in org.apache.commons.io.comparator">DirectoryFileComparator</a></dt>
<dd>
<div class="block">Singleton reverse default comparator instance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#directoryAndFileContentEquals-java.nio.file.Path-java.nio.file.Path-">directoryAndFileContentEquals(Path, Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Compares the file sets of two Paths to determine if they are equal or not while considering file contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#directoryAndFileContentEquals-java.nio.file.Path-java.nio.file.Path-java.nio.file.LinkOption:A-java.nio.file.OpenOption:A-java.nio.file.FileVisitOption:A-">directoryAndFileContentEquals(Path, Path, LinkOption[], OpenOption[], FileVisitOption[])</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Compares the file sets of two Paths to determine if they are equal or not while considering file contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#directoryContains-java.lang.String-java.lang.String-">directoryContains(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Determines whether the <code>parent</code> directory contains the <code>child</code> element (a file or directory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#directoryContains-java.io.File-java.io.File-">directoryContains(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Determines whether the <code>parent</code> directory contains the <code>child</code> element (a file or directory).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#directoryContentEquals-java.nio.file.Path-java.nio.file.Path-">directoryContentEquals(Path, Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Compares the file sets of two Paths to determine if they are equal or not without considering file contents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#directoryContentEquals-java.nio.file.Path-java.nio.file.Path-int-java.nio.file.LinkOption:A-java.nio.file.FileVisitOption:A-">directoryContentEquals(Path, Path, int, LinkOption[], FileVisitOption[])</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Compares the file sets of two Paths to determine if they are equal or not without considering file contents.</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/DirectoryFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">DirectoryFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare two files using the <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#isDirectory--" title="class or interface in java.io"><code>File.isDirectory()</code></a> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/DirectoryFileComparator.html#DirectoryFileComparator--">DirectoryFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/DirectoryFileComparator.html" title="class in org.apache.commons.io.comparator">DirectoryFileComparator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">DirectoryFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that are directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html#DirectoryFileFilter--">DirectoryFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html" title="class in org.apache.commons.io.filefilter">DirectoryFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#directoryFileFilter--">directoryFileFilter()</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that checks if the file is a directory.</div>
</dd>
<dt><a href="org/apache/commons/io/file/DirectoryStreamFilter.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">DirectoryStreamFilter</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/DirectoryStream.Filter.html?is-external=true" title="class or interface in java.nio.file"><code>DirectoryStream.Filter</code></a> that delegates to a <a href="org/apache/commons/io/file/PathFilter.html" title="interface in org.apache.commons.io.file"><code>PathFilter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DirectoryStreamFilter.html#DirectoryStreamFilter-org.apache.commons.io.file.PathFilter-">DirectoryStreamFilter(PathFilter)</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DirectoryStreamFilter.html" title="class in org.apache.commons.io.file">DirectoryStreamFilter</a></dt>
<dd>
<div class="block">Constructs a new instance for the given path filter.</div>
</dd>
<dt><a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io"><span class="typeNameLink">DirectoryWalker</span></a>&lt;<a href="org/apache/commons/io/DirectoryWalker.html" title="type parameter in DirectoryWalker">T</a>&gt; - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Apache Commons IO no longer uses this class. Instead, use
<a href="org/apache/commons/io/file/PathUtils.html#walk-java.nio.file.Path-org.apache.commons.io.file.PathFilter-int-boolean-java.nio.file.FileVisitOption...-"><code>PathUtils.walk(java.nio.file.Path, org.apache.commons.io.file.PathFilter, int, boolean, java.nio.file.FileVisitOption...)</code></a>
or <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#walkFileTree-java.nio.file.Path-java.util.Set-int-java.nio.file.FileVisitor-" title="class or interface in java.nio.file"><code>Files.walkFileTree(java.nio.file.Path, java.util.Set, int, java.nio.file.FileVisitor)</code></a>, and
friends.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#DirectoryWalker--">DirectoryWalker()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct an instance with no filtering and unlimited <i>depth</i>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#DirectoryWalker-java.io.FileFilter-int-">DirectoryWalker(FileFilter, int)</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs an instance with a filter and limit the <i>depth</i> navigated to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#DirectoryWalker-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-int-">DirectoryWalker(IOFileFilter, IOFileFilter, int)</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs an instance with a directory and a file filter and an optional
limit on the <i>depth</i> navigated to.</div>
</dd>
<dt><a href="org/apache/commons/io/DirectoryWalker.CancelException.html" title="class in org.apache.commons.io"><span class="typeNameLink">DirectoryWalker.CancelException</span></a> - Exception in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">CancelException is thrown in DirectoryWalker to cancel the current
processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#doDelete-java.io.File-">doDelete(File)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">Actually deletes the file object, which may be a file or a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/HexDump.html#dump-byte:A-long-java.io.OutputStream-int-">dump(byte[], long, OutputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/HexDump.html" title="class in org.apache.commons.io">HexDump</a></dt>
<dd>
<div class="block">Dump an array of bytes to an OutputStream.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/EmptyFileFilter.html#EMPTY">EMPTY</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/EmptyFileFilter.html" title="class in org.apache.commons.io.filefilter">EmptyFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>empty</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#EMPTY_BYTE_ARRAY">EMPTY_BYTE_ARRAY</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">A singleton empty byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#EMPTY_COPY_OPTIONS">EMPTY_COPY_OPTIONS</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Empty <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/CopyOption.html?is-external=true" title="class or interface in java.nio.file"><code>CopyOption</code></a> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#EMPTY_DELETE_OPTION_ARRAY">EMPTY_DELETE_OPTION_ARRAY</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Empty <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/LinkOption.html?is-external=true" title="class or interface in java.nio.file"><code>LinkOption</code></a> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#EMPTY_FILE_ARRAY">EMPTY_FILE_ARRAY</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">An empty array of type <code>File</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#EMPTY_FILE_VISIT_OPTION_ARRAY">EMPTY_FILE_VISIT_OPTION_ARRAY</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Empty <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileVisitOption.html?is-external=true" title="class or interface in java.nio.file"><code>FileVisitOption</code></a> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#EMPTY_LINK_OPTION_ARRAY">EMPTY_LINK_OPTION_ARRAY</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Empty <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/LinkOption.html?is-external=true" title="class or interface in java.nio.file"><code>LinkOption</code></a> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#EMPTY_OPEN_OPTION_ARRAY">EMPTY_OPEN_OPTION_ARRAY</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Empty <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/OpenOption.html?is-external=true" title="class or interface in java.nio.file"><code>OpenOption</code></a> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#EMPTY_PATH_ARRAY">EMPTY_PATH_ARRAY</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Empty <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a> array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#EMPTY_STRING_ARRAY">EMPTY_STRING_ARRAY</a></span> - Static variable in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">An empty String array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#EMPTY_WRITERS">EMPTY_WRITERS</a></span> - Variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Empty and immutable collection of writers.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/EmptyFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">EmptyFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts files or directories that are empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/EmptyFileFilter.html#EmptyFileFilter--">EmptyFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/EmptyFileFilter.html" title="class in org.apache.commons.io.filefilter">EmptyFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#ENCODING_PATTERN">ENCODING_PATTERN</a></span> - Static variable in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Pattern capturing the encoding of the "xml" processing instruction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#END_OF_STREAM">END_OF_STREAM</a></span> - Static variable in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>
<div class="block">The end of stream marker.</div>
</dd>
<dt><a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io"><span class="typeNameLink">EndianUtils</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Utility code for dealing with different endian systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#EndianUtils--">EndianUtils()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Instances should NOT be constructed in standard programming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#endOfFileReached--">endOfFileReached()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>
<div class="block">Called each time the Tailer reaches the end of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#EOF">EOF</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Represents the end-of-file (or stream).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/HexDump.html#EOL">EOL</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/HexDump.html" title="class in org.apache.commons.io">HexDump</a></dt>
<dd>
<div class="block">The line-separator (initializes to "line.separator" system property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Indicates if this BOM's bytes equals another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#equals-java.lang.String-java.lang.String-">equals(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether two fileNames are equal exactly.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#equals-java.lang.String-java.lang.String-boolean-org.apache.commons.io.IOCase-">equals(String, String, boolean, IOCase)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether two fileNames are equal, optionally normalizing and providing
control over the case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#equalsNormalized-java.lang.String-java.lang.String-">equalsNormalized(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether two fileNames are equal after both have been normalized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#equalsNormalizedOnSystem-java.lang.String-java.lang.String-">equalsNormalizedOnSystem(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether two fileNames are equal after both have been normalized
and using the case rules of the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#equalsOnSystem-java.lang.String-java.lang.String-">equalsOnSystem(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether two fileNames are equal using the case rules of the system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#error-java.io.IOException-">error(IOException)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input">ObservableInputStream.Observer</a></dt>
<dd>
<div class="block">Called to indicate that an error occurred on the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#exitWhenFinished--">exitWhenFinished()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html#exitWhenFinished--"><code>FileCleaningTracker.exitWhenFinished()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#exitWhenFinished--">exitWhenFinished()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Call this method to cause the file cleaner thread to terminate when
there are no more objects being tracked for deletion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#EXTENSION_COMPARATOR">EXTENSION_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Case-sensitive extension comparator instance (see <a href="org/apache/commons/io/IOCase.html#SENSITIVE"><code>IOCase.SENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#EXTENSION_INSENSITIVE_COMPARATOR">EXTENSION_INSENSITIVE_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Case-insensitive extension comparator instance (see <a href="org/apache/commons/io/IOCase.html#INSENSITIVE"><code>IOCase.INSENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#EXTENSION_INSENSITIVE_REVERSE">EXTENSION_INSENSITIVE_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Reverse case-insensitive extension comparator instance (see <a href="org/apache/commons/io/IOCase.html#INSENSITIVE"><code>IOCase.INSENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#EXTENSION_REVERSE">EXTENSION_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Reverse case-sensitive extension comparator instance (see <a href="org/apache/commons/io/IOCase.html#SENSITIVE"><code>IOCase.SENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#EXTENSION_SEPARATOR">EXTENSION_SEPARATOR</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">The extension separator character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#EXTENSION_SEPARATOR_STR">EXTENSION_SEPARATOR_STR</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">The extension separator String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#EXTENSION_SYSTEM_COMPARATOR">EXTENSION_SYSTEM_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">System sensitive extension comparator instance (see <a href="org/apache/commons/io/IOCase.html#SYSTEM"><code>IOCase.SYSTEM</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#EXTENSION_SYSTEM_REVERSE">EXTENSION_SYSTEM_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Reverse system sensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#SYSTEM"><code>IOCase.SYSTEM</code></a>)</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">ExtensionFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare the file name <b>extensions</b> for order
(see <a href="org/apache/commons/io/FilenameUtils.html#getExtension-java.lang.String-"><code>FilenameUtils.getExtension(String)</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#ExtensionFileComparator--">ExtensionFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Construct a case sensitive file extension comparator instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#ExtensionFileComparator-org.apache.commons.io.IOCase-">ExtensionFileComparator(IOCase)</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">Construct a file extension comparator instance with the specified case-sensitivity.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#FALSE">FALSE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of false filter.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">FalseFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">A file filter that always returns false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#FalseFileFilter--">FalseFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#falseFileFilter--">falseFileFilter()</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that always returns false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFileFilter.html#FILE">FILE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFileFilter.html" title="class in org.apache.commons.io.filefilter">FileFileFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/filefilter/FileFileFilter.html#INSTANCE"><code>FileFileFilter.INSTANCE</code></a>.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor"><span class="typeNameLink">FileAlterationListener</span></a> - Interface in <a href="org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></dt>
<dd>
<div class="block">A listener that receives events of file system modifications.</div>
</dd>
<dt><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor"><span class="typeNameLink">FileAlterationListenerAdaptor</span></a> - Class in <a href="org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></dt>
<dd>
<div class="block">Convenience <a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor"><code>FileAlterationListener</code></a> implementation that does nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#FileAlterationListenerAdaptor--">FileAlterationListenerAdaptor()</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor"><span class="typeNameLink">FileAlterationMonitor</span></a> - Class in <a href="org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></dt>
<dd>
<div class="block">A runnable that spawns a monitoring thread triggering any
registered <a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor"><code>FileAlterationObserver</code></a> at a specified interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#FileAlterationMonitor--">FileAlterationMonitor()</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Constructs a monitor with a default interval of 10 seconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#FileAlterationMonitor-long-">FileAlterationMonitor(long)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Constructs a monitor with the specified interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#FileAlterationMonitor-long-java.util.Collection-">FileAlterationMonitor(long, Collection&lt;FileAlterationObserver&gt;)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Constructs a monitor with the specified interval and collection of observers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#FileAlterationMonitor-long-org.apache.commons.io.monitor.FileAlterationObserver...-">FileAlterationMonitor(long, FileAlterationObserver...)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Constructs a monitor with the specified interval and set of observers.</div>
</dd>
<dt><a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor"><span class="typeNameLink">FileAlterationObserver</span></a> - Class in <a href="org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></dt>
<dd>
<div class="block">FileAlterationObserver represents the state of files below a root directory,
checking the file system and notifying listeners of create, change or
delete events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.lang.String-">FileAlterationObserver(String)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Constructs an observer for the specified directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.lang.String-java.io.FileFilter-">FileAlterationObserver(String, FileFilter)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Constructs an observer for the specified directory and file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.lang.String-java.io.FileFilter-org.apache.commons.io.IOCase-">FileAlterationObserver(String, FileFilter, IOCase)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Construct an observer for the specified directory, file filter and
file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.io.File-">FileAlterationObserver(File)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Constructs an observer for the specified directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.io.File-java.io.FileFilter-">FileAlterationObserver(File, FileFilter)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Constructs an observer for the specified directory and file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-java.io.File-java.io.FileFilter-org.apache.commons.io.IOCase-">FileAlterationObserver(File, FileFilter, IOCase)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Constructs an observer for the specified directory, file filter and
file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#FileAlterationObserver-org.apache.commons.io.monitor.FileEntry-java.io.FileFilter-org.apache.commons.io.IOCase-">FileAlterationObserver(FileEntry, FileFilter, IOCase)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Constructs an observer for the specified directory, file filter and
file comparator.</div>
</dd>
<dt><a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io"><span class="typeNameLink">FileCleaner</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io"><code>FileCleaningTracker</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#FileCleaner--">FileCleaner()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io"><span class="typeNameLink">FileCleaningTracker</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Keeps track of files awaiting deletion, and deletes them when an associated
marker object is reclaimed by the garbage collector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#FileCleaningTracker--">FileCleaningTracker()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#fileContentEquals-java.nio.file.Path-java.nio.file.Path-">fileContentEquals(Path, Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Compares the file contents of two Paths to determine if they are equal or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#fileContentEquals-java.nio.file.Path-java.nio.file.Path-java.nio.file.LinkOption:A-java.nio.file.OpenOption:A-">fileContentEquals(Path, Path, LinkOption[], OpenOption[])</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Compares the file contents of two Paths to determine if they are equal or not.</div>
</dd>
<dt><a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io"><span class="typeNameLink">FileDeleteStrategy</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Strategy for deleting files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#FileDeleteStrategy-java.lang.String-">FileDeleteStrategy(String)</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">Restricted constructor.</div>
</dd>
<dt><a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor"><span class="typeNameLink">FileEntry</span></a> - Class in <a href="org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a></dt>
<dd>
<div class="block">The state of a file or directory, capturing the following <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> attributes at a point in time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#FileEntry-java.io.File-">FileEntry(File)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Construct a new monitor for a specified <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#FileEntry-org.apache.commons.io.monitor.FileEntry-java.io.File-">FileEntry(FileEntry, File)</a></span> - Constructor for class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Construct a new monitor for a specified <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">FileEqualsFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Accepts only an exact <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> object match.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html#FileEqualsFileFilter-java.io.File-">FileEqualsFileFilter(File)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter">FileEqualsFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance for the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/FileExistsException.html" title="class in org.apache.commons.io"><span class="typeNameLink">FileExistsException</span></a> - Exception in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Indicates that a file already exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileExistsException.html#FileExistsException--">FileExistsException()</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/FileExistsException.html" title="class in org.apache.commons.io">FileExistsException</a></dt>
<dd>
<div class="block">Default Constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileExistsException.html#FileExistsException-java.lang.String-">FileExistsException(String)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/FileExistsException.html" title="class in org.apache.commons.io">FileExistsException</a></dt>
<dd>
<div class="block">Construct an instance with the specified message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileExistsException.html#FileExistsException-java.io.File-">FileExistsException(File)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/FileExistsException.html" title="class in org.apache.commons.io">FileExistsException</a></dt>
<dd>
<div class="block">Construct an instance with the specified file.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/FileFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">FileFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that are files (not directories).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFileFilter.html#FileFileFilter--">FileFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFileFilter.html" title="class in org.apache.commons.io.filefilter">FileFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#fileFileFilter--">fileFileFilter()</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that checks if the file is a file (and not a directory).</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">FileFilterUtils</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Useful utilities for working with file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#FileFilterUtils--">FileFilterUtils()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">FileFilterUtils is not normally instantiated.</div>
</dd>
<dt><a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io"><span class="typeNameLink">FilenameUtils</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">General file name and file path manipulation utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#FilenameUtils--">FilenameUtils()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Instances should NOT be constructed in standard programming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListener.html#fileNotFound--">fileNotFound()</a></span> - Method in interface org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a></dt>
<dd>
<div class="block">This method is called if the tailed file is not found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#fileNotFound--">fileNotFound()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>
<div class="block">This method is called if the tailed file is not found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListener.html#fileRotated--">fileRotated()</a></span> - Method in interface org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a></dt>
<dd>
<div class="block">Called if a file rotation is detected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#fileRotated--">fileRotated()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>
<div class="block">Called if a file rotation is detected.</div>
</dd>
<dt><a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io"><span class="typeNameLink">FileSystem</span></a> - Enum in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Abstracts an OS' file system details, currently supporting the single use case of converting a file name String to a
legal file name with <a href="org/apache/commons/io/FileSystem.html#toLegalFileName-java.lang.String-char-"><code>FileSystem.toLegalFileName(String, char)</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/file/spi/FileSystemProviders.html" title="class in org.apache.commons.io.file.spi"><span class="typeNameLink">FileSystemProviders</span></a> - Class in <a href="org/apache/commons/io/file/spi/package-summary.html">org.apache.commons.io.file.spi</a></dt>
<dd>
<div class="block">Helps working with <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/spi/FileSystemProvider.html?is-external=true" title="class or interface in java.nio.file.spi"><code>FileSystemProvider</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io"><span class="typeNameLink">FileSystemUtils</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.6 deprecated without replacement. Use equivalent
methods in <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileStore.html?is-external=true" title="class or interface in java.nio.file"><code>FileStore</code></a> instead, e.g.
<code>Files.getFileStore(Paths.get("/home")).getUsableSpace()</code>
or iterate over <code>FileSystems.getDefault().getFileStores()</code></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystemUtils.html#FileSystemUtils--">FileSystemUtils()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io">FileSystemUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Instances should NOT be constructed in standard programming.</div>
</dd>
<dt><a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io"><span class="typeNameLink">FileUtils</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">General file manipulation utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#FileUtils--">FileUtils()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Will be private in 3.0.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">FileWriterWithEncoding</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Writer of files that allows the encoding to be set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.lang.String-java.lang.String-">FileWriterWithEncoding(String, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.lang.String-java.lang.String-boolean-">FileWriterWithEncoding(String, String, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.lang.String-java.nio.charset.Charset-">FileWriterWithEncoding(String, Charset)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.lang.String-java.nio.charset.Charset-boolean-">FileWriterWithEncoding(String, Charset, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.lang.String-java.nio.charset.CharsetEncoder-">FileWriterWithEncoding(String, CharsetEncoder)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.lang.String-java.nio.charset.CharsetEncoder-boolean-">FileWriterWithEncoding(String, CharsetEncoder, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.io.File-java.lang.String-">FileWriterWithEncoding(File, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.io.File-java.lang.String-boolean-">FileWriterWithEncoding(File, String, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.io.File-java.nio.charset.Charset-">FileWriterWithEncoding(File, Charset)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.io.File-java.nio.charset.Charset-boolean-">FileWriterWithEncoding(File, Charset, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.io.File-java.nio.charset.CharsetEncoder-">FileWriterWithEncoding(File, CharsetEncoder)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#FileWriterWithEncoding-java.io.File-java.nio.charset.CharsetEncoder-boolean-">FileWriterWithEncoding(File, CharsetEncoder, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Constructs a FileWriterWithEncoding with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#fillBuffer--">fillBuffer()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">Fills the buffer with the contents of the input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#filter-org.apache.commons.io.file.PathFilter-java.nio.file.Path...-">filter(PathFilter, Path...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#filter-org.apache.commons.io.filefilter.IOFileFilter-java.io.File...-">filter(IOFileFilter, File...)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#filter-org.apache.commons.io.filefilter.IOFileFilter-java.lang.Iterable-">filter(IOFileFilter, Iterable&lt;File&gt;)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html#filter-int-">filter(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input">AbstractCharacterFilterReader</a></dt>
<dd>
<div class="block">Returns true if the given character should be filtered out, false to keep the character.</div>
</dd>
<dt><a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">FilterCollectionWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Abstract class for writing filtered character streams to a <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> of writers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#FilterCollectionWriter-java.util.Collection-">FilterCollectionWriter(Collection&lt;Writer&gt;)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Creates a new filtered collection writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#FilterCollectionWriter-java.io.Writer...-">FilterCollectionWriter(Writer...)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Creates a new filtered collection writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#filterDirectoryContents-java.io.File-int-java.io.File...-">filterDirectoryContents(File, int, File...)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked with the contents of each directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#filterList-org.apache.commons.io.filefilter.IOFileFilter-java.io.File...-">filterList(IOFileFilter, File...)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#filterList-org.apache.commons.io.filefilter.IOFileFilter-java.lang.Iterable-">filterList(IOFileFilter, Iterable&lt;File&gt;)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#filterSet-org.apache.commons.io.filefilter.IOFileFilter-java.io.File...-">filterSet(IOFileFilter, File...)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#filterSet-org.apache.commons.io.filefilter.IOFileFilter-java.lang.Iterable-">filterSet(IOFileFilter, Iterable&lt;File&gt;)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">
Applies an <a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><code>IOFileFilter</code></a> to the provided <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>
objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AutoCloseInputStream.html#finalize--">finalize()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AutoCloseInputStream.html" title="class in org.apache.commons.io.input">AutoCloseInputStream</a></dt>
<dd>
<div class="block">Ensures that the stream is closed before it gets garbage-collected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#finished--">finished()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input">ObservableInputStream.Observer</a></dt>
<dd>
<div class="block">Called to indicate that EOF has been seen on the underlying stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Flushes the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenOutputStream.html" title="class in org.apache.commons.io.output">BrokenOutputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenWriter.html" title="class in org.apache.commons.io.output">BrokenWriter</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedOutputStream.html" title="class in org.apache.commons.io.output">ClosedOutputStream</a></dt>
<dd>
<div class="block">Throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> to indicate that the stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output">ClosedWriter</a></dt>
<dd>
<div class="block">Throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> to indicate that the stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DemuxOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DemuxOutputStream.html" title="class in org.apache.commons.io.output">DemuxOutputStream</a></dt>
<dd>
<div class="block">Flushes stream associated with current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Flush the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Flushes the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Flushes the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>flush()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>flush()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>flush()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Flushing this writer has no effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">Flushes both streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Flushes this output stream and forces any buffered output bytes to be written out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Flush the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#flush--">flush()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Flushes the underlying writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#FORCE">FORCE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">The singleton instance for forced file deletion, which always deletes,
even if the file represents a non-empty directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#forceDelete-java.io.File-">forceDelete(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Deletes a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#forceDeleteOnExit-java.io.File-">forceDeleteOnExit(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Schedules a file to be deleted when JVM exits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#forceMkdir-java.io.File-">forceMkdir(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Makes a directory, including any necessary but nonexistent parent
directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#forceMkdirParent-java.io.File-">forceMkdirParent(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Makes any necessary but nonexistent parent directories for a given File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#forName-java.lang.String-">forName(String)</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Factory method to create an IOCase from a name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystemUtils.html#freeSpace-java.lang.String-">freeSpace(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io">FileSystemUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use freeSpaceKb(String)
Deprecated from 1.3, may be removed in 2.0</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystemUtils.html#freeSpaceKb-java.lang.String-">freeSpaceKb(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io">FileSystemUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.6 deprecated without replacement. Please use <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileStore.html?is-external=true#getUsableSpace--" title="class or interface in java.nio.file"><code>FileStore.getUsableSpace()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystemUtils.html#freeSpaceKb-java.lang.String-long-">freeSpaceKb(String, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io">FileSystemUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.6 deprecated without replacement. Please use <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileStore.html?is-external=true#getUsableSpace--" title="class or interface in java.nio.file"><code>FileStore.getUsableSpace()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystemUtils.html#freeSpaceKb--">freeSpaceKb()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io">FileSystemUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.6 deprecated without replacement. Please use <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileStore.html?is-external=true#getUsableSpace--" title="class or interface in java.nio.file"><code>FileStore.getUsableSpace()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystemUtils.html#freeSpaceKb-long-">freeSpaceKb(long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileSystemUtils.html" title="class in org.apache.commons.io">FileSystemUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of 2.6 deprecated without replacement. Please use <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileStore.html?is-external=true#getUsableSpace--" title="class or interface in java.nio.file"><code>FileStore.getUsableSpace()</code></a>.</span></div>
</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#get-int-">get(int)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Gets the byte at the specified position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.Counter.html#get--">get()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file">Counters.Counter</a></dt>
<dd>
<div class="block">Gets the counter as a long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOSupplier.html#get--">get()</a></span> - Method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOSupplier.html" title="interface in org.apache.commons.io.function">IOSupplier</a></dt>
<dd>
<div class="block">Gets a result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#getAclEntryList-java.nio.file.Path-">getAclEntryList(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Reads the access control list from a file attribute view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableOutputStream.html#getAppendable--">getAppendable()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableOutputStream.html" title="class in org.apache.commons.io.output">AppendableOutputStream</a></dt>
<dd>
<div class="block">Return the target appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#getAppendable--">getAppendable()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Return the target appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getBaseName-java.lang.String-">getBaseName(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the base name, minus the full path and extension, from a full fileName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.Counter.html#getBigInteger--">getBigInteger()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file">Counters.Counter</a></dt>
<dd>
<div class="block">Gets the counter as a BigInteger.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#getBOM--">getBOM()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Return the BOM (Byte Order Mark).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#getBOMCharsetName--">getBOMCharsetName()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Return the BOM charset Name - <a href="org/apache/commons/io/ByteOrderMark.html#getCharsetName--"><code>ByteOrderMark.getCharsetName()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#getBomEncoding--">getBomEncoding()</a></span> - Method in exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Returns the BOM encoding found in the InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#getBuilder--">getBuilder()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Returns the underlying builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#getByteCount--">getByteCount()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">The number of bytes that have passed through this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CountingOutputStream.html#getByteCount--">getByteCount()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></dt>
<dd>
<div class="block">The number of bytes that have passed through this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#getByteCount--">getByteCount()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Returns the number of bytes that have been written to this output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.PathCounters.html#getByteCounter--">getByteCounter()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file">Counters.PathCounters</a></dt>
<dd>
<div class="block">Gets the byte counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#getBytes--">getBytes()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Gets a copy of the BOM's bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/StandardLineSeparator.html#getBytes-java.nio.charset.Charset-">getBytes(Charset)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/StandardLineSeparator.html" title="enum in org.apache.commons.io">StandardLineSeparator</a></dt>
<dd>
<div class="block">Gets the bytes for this instance encoded using the given Charset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionList.html#getCause-int-">getCause(int)</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io">IOExceptionList</a></dt>
<dd>
<div class="block">Gets the cause exception at the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionList.html#getCause-int-java.lang.Class-">getCause(int, Class&lt;T&gt;)</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io">IOExceptionList</a></dt>
<dd>
<div class="block">Gets the cause exception at the given index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/TaggedIOException.html#getCause--">getCause()</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io">TaggedIOException</a></dt>
<dd>
<div class="block">Returns the wrapped exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionList.html#getCauseList--">getCauseList()</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io">IOExceptionList</a></dt>
<dd>
<div class="block">Gets the cause list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionList.html#getCauseList-java.lang.Class-">getCauseList(Class&lt;T&gt;)</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io">IOExceptionList</a></dt>
<dd>
<div class="block">Works around Throwable and Generics, may fail at runtime depending on the argument value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#getCharsetName--">getCharsetName()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Gets the name of the <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset"><code>Charset</code></a> the BOM represents.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getChildren--">getChildren()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the directory's files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#getCloseInstant--">getCloseInstant()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>
<div class="block">Gets the instant for when this instance was closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#getContentTypeEncoding--">getContentTypeEncoding()</a></span> - Method in exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Returns the encoding in the content-type used to attempt determining the
encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#getContentTypeMime--">getContentTypeMime()</a></span> - Method in exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Returns the MIME type in the content-type used to attempt determining the
encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#getCopyOptions--">getCopyOptions()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>
<div class="block">Gets the copy options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#getCount--">getCount()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">The number of bytes that have passed through this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CountingOutputStream.html#getCount--">getCount()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></dt>
<dd>
<div class="block">The number of bytes that have passed through this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#getCurrent--">getCurrent()</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Gets the current file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#getCurrentNumberOfBytes--">getCurrentNumberOfBytes()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns the number of bytes, that are currently present in the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#getData--">getData()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#getDefaultEncoding--">getDefaultEncoding()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">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.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#getDefaultEncoding--">getDefaultEncoding()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Returns the default encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#getDelay--">getDelay()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Return the delay in milliseconds.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#getDeleteFailures--">getDeleteFailures()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Return the file paths that failed to delete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.CancelException.html#getDepth--">getDepth()</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.CancelException.html" title="class in org.apache.commons.io">DirectoryWalker.CancelException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the depth when the operation was cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#getDirectory--">getDirectory()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Returns the directory being observed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.PathCounters.html#getDirectoryCounter--">getDirectoryCounter()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file">Counters.PathCounters</a></dt>
<dd>
<div class="block">Gets the directory counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#getDirList--">getDirList()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Gets the list of visited directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Returns the charset encoding of the XmlStreamReader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Returns the detected encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getExtension-java.lang.String-">getExtension(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the extension of a fileName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.CancelException.html#getFile--">getFile()</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.CancelException.html" title="class in org.apache.commons.io">DirectoryWalker.CancelException</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the file when the operation was cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#getFile-java.io.File-java.lang.String...-">getFile(File, String...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Construct a file from the set of name elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#getFile-java.lang.String...-">getFile(String...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Construct a file from the set of name elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#getFile--">getFile()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Return the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getFile--">getFile()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the file being monitored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#getFile--">getFile()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Returns either the output file specified in the constructor or the temporary file created or null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.PathCounters.html#getFileCounter--">getFileCounter()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file">Counters.PathCounters</a></dt>
<dd>
<div class="block">Gets the file counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#getFileFilter--">getFileFilter()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Returns the fileFilter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#getFileFilters--">getFileFilters()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Gets this conditional file filter's list of file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html#getFileFilters--">getFileFilters()</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html" title="interface in org.apache.commons.io.filefilter">ConditionalFileFilter</a></dt>
<dd>
<div class="block">Gets this conditional file filter's list of file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#getFileFilters--">getFileFilters()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Gets this conditional file filter's list of file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#getFileList--">getFileList()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Gets the list of visited files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/spi/FileSystemProviders.html#getFileSystemProvider-java.nio.file.Path-">getFileSystemProvider(Path)</a></span> - Static method in class org.apache.commons.io.file.spi.<a href="org/apache/commons/io/file/spi/FileSystemProviders.html" title="class in org.apache.commons.io.file.spi">FileSystemProviders</a></dt>
<dd>
<div class="block">Gets the <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/spi/FileSystemProvider.html?is-external=true" title="class or interface in java.nio.file.spi"><code>FileSystemProvider</code></a> for the given Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/spi/FileSystemProviders.html#getFileSystemProvider-java.lang.String-">getFileSystemProvider(String)</a></span> - Method in class org.apache.commons.io.file.spi.<a href="org/apache/commons/io/file/spi/FileSystemProviders.html" title="class in org.apache.commons.io.file.spi">FileSystemProviders</a></dt>
<dd>
<div class="block">Gets the <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/spi/FileSystemProvider.html?is-external=true" title="class or interface in java.nio.file.spi"><code>FileSystemProvider</code></a> for the given scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/spi/FileSystemProviders.html#getFileSystemProvider-java.net.URI-">getFileSystemProvider(URI)</a></span> - Method in class org.apache.commons.io.file.spi.<a href="org/apache/commons/io/file/spi/FileSystemProviders.html" title="class in org.apache.commons.io.file.spi">FileSystemProviders</a></dt>
<dd>
<div class="block">Gets the <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/spi/FileSystemProvider.html?is-external=true" title="class or interface in java.nio.file.spi"><code>FileSystemProvider</code></a> for the given URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/spi/FileSystemProviders.html#getFileSystemProvider-java.net.URL-">getFileSystemProvider(URL)</a></span> - Method in class org.apache.commons.io.file.spi.<a href="org/apache/commons/io/file/spi/FileSystemProviders.html" title="class in org.apache.commons.io.file.spi">FileSystemProviders</a></dt>
<dd>
<div class="block">Gets the <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/spi/FileSystemProvider.html?is-external=true" title="class or interface in java.nio.file.spi"><code>FileSystemProvider</code></a> for the given URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getFullPath-java.lang.String-">getFullPath(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the full path from a full fileName, which is the prefix + path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getFullPathNoEndSeparator-java.lang.String-">getFullPathNoEndSeparator(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the full path from a full fileName, which is the prefix + path,
and also excluding the final directory separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#getIllegalFileNameChars--">getIllegalFileNameChars()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Gets a cloned copy of the illegal characters for this file system.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOIndexedException.html#getIndex--">getIndex()</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/IOIndexedException.html" title="class in org.apache.commons.io">IOIndexedException</a></dt>
<dd>
<div class="block">The index of this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#getInstance--">getInstance()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the singleton instance, which is used by the deprecated, static methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#getInterval--">getInterval()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Returns the interval.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getLastModified--">getLastModified()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the last modified time from the last time it
was checked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getLength--">getLength()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getLevel--">getLevel()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the level</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#getListeners--">getListeners()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Returns the set of registered file system listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.Counter.html#getLong--">getLong()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file">Counters.Counter</a></dt>
<dd>
<div class="block">Gets the counter as a Long.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#getMaxFileNameLength--">getMaxFileNameLength()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Gets the maximum length for file names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#getMaxPathLength--">getMaxPathLength()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Gets the maximum length of the path to a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html#getMessageDigest--">getMessageDigest()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream</a></dt>
<dd>
<div class="block">Returns the <a href="https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a>, which is being used for generating the
checksum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getName-java.lang.String-">getName(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the name minus the path from a full fileName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#getName--">getName()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Gets the name of the constant.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getName--">getName()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#getObservers--">getObservers()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Gets all currently registered observers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#getObservers--">getObservers()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Returns the set of <a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor"><code>FileAlterationObserver</code></a> registered with
this monitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#getOpenInstant--">getOpenInstant()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>
<div class="block">Gets the instant for when this instance was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#getOpenToCloseDuration--">getOpenToCloseDuration()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>
<div class="block">Gets the Duration between creation and close.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#getOpenToNowDuration--">getOpenToNowDuration()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>
<div class="block">Gets the Duration between creation and now.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#getParent--">getParent()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the parent entry.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getPath-java.lang.String-">getPath(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the path from a full fileName, which excludes the prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#getPathCounters--">getPathCounters()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Gets the visitation counts.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DirectoryStreamFilter.html#getPathFilter--">getPathFilter()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DirectoryStreamFilter.html" title="class in org.apache.commons.io.file">DirectoryStreamFilter</a></dt>
<dd>
<div class="block">Gets the path filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getPathNoEndSeparator-java.lang.String-">getPathNoEndSeparator(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the path from a full fileName, which excludes the prefix, and
also excluding the final directory separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Return the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#getPosition--">getPosition()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Returns the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getPrefix-java.lang.String-">getPrefix(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Gets the prefix from a full fileName, such as <code>C:/</code>
or <code>~/</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#getPrefixLength-java.lang.String-">getPrefixLength(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Returns the length of the fileName prefix, such as <code>C:/</code> or <code>~/</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#getRandomAccessFile--">getRandomAccessFile()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>
<div class="block">Gets the underlying file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#getReservedFileNames--">getReservedFileNames()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Gets a cloned copy of the reserved file names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#getRun--">getRun()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Gets whether to keep on running.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#getSize--">getSize()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Return the size this <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> emulates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#getSize--">getSize()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Returns the size this <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> emulates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#getSourceDirectory--">getSourceDirectory()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>
<div class="block">Gets the source directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#getSpace--">getSpace()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns the number of bytes, that can currently be added to the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#getStream--">getStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Returns the current output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#getStream--">getStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Returns the underlying output stream, to which the corresponding <code>OutputStream</code> methods in this class will
ultimately delegate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/StandardLineSeparator.html#getString--">getString()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/StandardLineSeparator.html" title="enum in org.apache.commons.io">StandardLineSeparator</a></dt>
<dd>
<div class="block">Gets the String value of this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/TaggedIOException.html#getTag--">getTag()</a></span> - Method in exception org.apache.commons.io.<a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io">TaggedIOException</a></dt>
<dd>
<div class="block">Returns the serializable tag object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#getTargetDirectory--">getTargetDirectory()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>
<div class="block">Gets the target directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#getTempDirectory--">getTempDirectory()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> representing the system temporary directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#getTempDirectoryPath--">getTempDirectoryPath()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns the path to the system temporary directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#getThreshold--">getThreshold()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Returns the threshold, in bytes, at which an event will be triggered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#getTrackCount--">getTrackCount()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html#getTrackCount--"><code>FileCleaningTracker.getTrackCount()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#getTrackCount--">getTrackCount()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Retrieve the number of files currently being tracked, and therefore
awaiting deletion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#getUserDirectory--">getUserDirectory()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> representing the user's home directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#getUserDirectoryPath--">getUserDirectoryPath()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns the path to the user's home directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#getXmlEncoding--">getXmlEncoding()</a></span> - Method in exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Returns the encoding found in the XML prolog of the InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#getXmlGuessEncoding--">getXmlGuessEncoding()</a></span> - Method in exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Returns the encoding guess based on the first bytes of the InputStream.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#handle-java.lang.Throwable-">handle(Throwable)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>
<div class="block">Handles exceptions caught while accepting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListener.html#handle-java.lang.String-">handle(String)</a></span> - Method in interface org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a></dt>
<dd>
<div class="block">Handles a line from a Tailer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListener.html#handle-java.lang.Exception-">handle(Exception)</a></span> - Method in interface org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a></dt>
<dd>
<div class="block">Handles an Exception .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#handle-java.lang.String-">handle(String)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>
<div class="block">Handles a line from a Tailer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#handle-java.lang.Exception-">handle(Exception)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>
<div class="block">Handles an Exception .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleCancelled-java.io.File-java.util.Collection-org.apache.commons.io.DirectoryWalker.CancelException-">handleCancelled(File, Collection&lt;T&gt;, DirectoryWalker.CancelException)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked when the operation is cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleDirectory-java.io.File-int-java.util.Collection-">handleDirectory(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked to determine if a directory should be processed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleDirectoryEnd-java.io.File-int-java.util.Collection-">handleDirectoryEnd(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked at the end of processing each directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleDirectoryStart-java.io.File-int-java.util.Collection-">handleDirectoryStart(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked at the start of processing each directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleEnd-java.util.Collection-">handleEnd(Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked at the end of processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleFile-java.io.File-int-java.util.Collection-">handleFile(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked for each (non-directory) file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Handle any IOExceptions thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Handle any IOExceptions thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedInputStream.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedInputStream.html" title="class in org.apache.commons.io.input">TaggedInputStream</a></dt>
<dd>
<div class="block">Tags any IOExceptions thrown, wrapping and re-throwing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedReader.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedReader.html" title="class in org.apache.commons.io.input">TaggedReader</a></dt>
<dd>
<div class="block">Tags any IOExceptions thrown, wrapping and re-throwing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Handle any IOExceptions thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Handle any IOExceptions thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Handle any IOExceptions thrown.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedOutputStream.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedOutputStream.html" title="class in org.apache.commons.io.output">TaggedOutputStream</a></dt>
<dd>
<div class="block">Tags any IOExceptions thrown, wrapping and re-throwing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedWriter.html#handleIOException-java.io.IOException-">handleIOException(IOException)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedWriter.html" title="class in org.apache.commons.io.output">TaggedWriter</a></dt>
<dd>
<div class="block">Tags any IOExceptions thrown, wrapping and re-throwing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleIsCancelled-java.io.File-int-java.util.Collection-">handleIsCancelled(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked to determine if the entire walk
operation should be immediately cancelled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleRestricted-java.io.File-int-java.util.Collection-">handleRestricted(File, int, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked for each restricted directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#handleStart-java.io.File-java.util.Collection-">handleStart(File, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Overridable callback method invoked at the start of processing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#hasBOM--">hasBOM()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Indicates whether the stream contains one of the specified BOMs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#hasBOM-org.apache.commons.io.ByteOrderMark-">hasBOM(ByteOrderMark)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Indicates whether the stream contains the specified BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#hasBytes--">hasBytes()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns, whether the buffer is currently holding, at least, a single byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Computes the hashcode for this BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#hashCode--">hashCode()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Indicates whether the <code>Reader</code> has more lines.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#hasSpace--">hasSpace()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns, whether there is currently room for a single byte in the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#hasSpace-int-">hasSpace(int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns, whether there is currently room for the given number of bytes in the buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#haveBytes-int-">haveBytes(int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">Fills the buffer from the input stream until the given number of bytes have been added to the buffer.</div>
</dd>
<dt><a href="org/apache/commons/io/HexDump.html" title="class in org.apache.commons.io"><span class="typeNameLink">HexDump</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Dumps data in hexadecimal format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/HexDump.html#HexDump--">HexDump()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/HexDump.html" title="class in org.apache.commons.io">HexDump</a></dt>
<dd>
<div class="block">Instances should NOT be constructed in standard programming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/HiddenFileFilter.html#HIDDEN">HIDDEN</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/HiddenFileFilter.html" title="class in org.apache.commons.io.filefilter">HiddenFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>hidden</i> filter</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/HiddenFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">HiddenFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that are hidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/HiddenFileFilter.html#HiddenFileFilter--">HiddenFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/HiddenFileFilter.html" title="class in org.apache.commons.io.filefilter">HiddenFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOFunction.html#identity--">identity()</a></span> - Static method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function">IOFunction</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><code>IOFunction</code></a> that always returns its input argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#in">in</a></span> - Variable in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>
<div class="block">What we are streaming, used to fill the internal buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.Counter.html#increment--">increment()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file">Counters.Counter</a></dt>
<dd>
<div class="block">Adds one to this counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#indexOfExtension-java.lang.String-">indexOfExtension(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Returns the index of the last extension separator character, which is a dot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#indexOfLastSeparator-java.lang.String-">indexOfLastSeparator(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Returns the index of the last directory separator character.</div>
</dd>
<dt><a href="org/apache/commons/io/input/InfiniteCircularInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">InfiniteCircularInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">An <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that infinitely repeats the provided bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/InfiniteCircularInputStream.html#InfiniteCircularInputStream-byte:A-">InfiniteCircularInputStream(byte[])</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/InfiniteCircularInputStream.html" title="class in org.apache.commons.io.input">InfiniteCircularInputStream</a></dt>
<dd>
<div class="block">Creates an instance from the specified array of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListener.html#init-org.apache.commons.io.input.Tailer-">init(Tailer)</a></span> - Method in interface org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input">TailerListener</a></dt>
<dd>
<div class="block">The tailer will call this method during construction,
giving the listener a method of stopping the tailer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#init-org.apache.commons.io.input.Tailer-">init(Tailer)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>
<div class="block">The tailer will call this method during construction,
giving the listener a method of stopping the tailer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#initialize--">initialize()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Initializes the observer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/spi/FileSystemProviders.html#installed--">installed()</a></span> - Static method in class org.apache.commons.io.file.spi.<a href="org/apache/commons/io/file/spi/FileSystemProviders.html" title="class in org.apache.commons.io.file.spi">FileSystemProviders</a></dt>
<dd>
<div class="block">Returns the instance for the installed providers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/NoopPathVisitor.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/NoopPathVisitor.html" title="class in org.apache.commons.io.file">NoopPathVisitor</a></dt>
<dd>
<div class="block">The singleton instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DirectoryFileFilter.html" title="class in org.apache.commons.io.filefilter">DirectoryFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of directory filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of false filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFileFilter.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFileFilter.html" title="class in org.apache.commons.io.filefilter">FileFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html" title="class in org.apache.commons.io.filefilter">SymbolicLinkFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of true filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullAppendable.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullAppendable.html" title="class in org.apache.commons.io.output">NullAppendable</a></dt>
<dd>
<div class="block">A singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#invalidClassNameFound-java.lang.String-">invalidClassNameFound(String)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Called to throw <code>InvalidClassException</code> if an invalid
class name is found during deserialization.</div>
</dd>
<dt><a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io"><span class="typeNameLink">IOCase</span></a> - Enum in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Enumeration of IO case sensitivity.</div>
</dd>
<dt><a href="org/apache/commons/io/function/IOConsumer.html" title="interface in org.apache.commons.io.function"><span class="typeNameLink">IOConsumer</span></a>&lt;<a href="org/apache/commons/io/function/IOConsumer.html" title="type parameter in IOConsumer">T</a>&gt; - Interface in <a href="org/apache/commons/io/function/package-summary.html">org.apache.commons.io.function</a></dt>
<dd>
<div class="block">Like <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function"><code>Consumer</code></a> but throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io"><span class="typeNameLink">IOExceptionList</span></a> - Exception in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">A IOException based on a list of Throwable causes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionList.html#IOExceptionList-java.util.List-">IOExceptionList(List&lt;? extends Throwable&gt;)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io">IOExceptionList</a></dt>
<dd>
<div class="block">Creates a new exception caused by a list of exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionList.html#IOExceptionList-java.lang.String-java.util.List-">IOExceptionList(String, List&lt;? extends Throwable&gt;)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionList.html" title="class in org.apache.commons.io">IOExceptionList</a></dt>
<dd>
<div class="block">Creates a new exception caused by a list of exceptions.</div>
</dd>
<dt><a href="org/apache/commons/io/IOExceptionWithCause.html" title="class in org.apache.commons.io"><span class="typeNameLink">IOExceptionWithCause</span></a> - Exception in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">(since 2.5) use <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionWithCause.html#IOExceptionWithCause-java.lang.String-java.lang.Throwable-">IOExceptionWithCause(String, Throwable)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionWithCause.html" title="class in org.apache.commons.io">IOExceptionWithCause</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs a new instance with the given message and cause.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOExceptionWithCause.html#IOExceptionWithCause-java.lang.Throwable-">IOExceptionWithCause(Throwable)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/IOExceptionWithCause.html" title="class in org.apache.commons.io">IOExceptionWithCause</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Constructs a new instance with the given cause.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter"><span class="typeNameLink">IOFileFilter</span></a> - Interface in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">An interface which brings the FileFilter, FilenameFilter, and PathFilter interfaces together.</div>
</dd>
<dt><a href="org/apache/commons/io/function/IOFunction.html" title="interface in org.apache.commons.io.function"><span class="typeNameLink">IOFunction</span></a>&lt;<a href="org/apache/commons/io/function/IOFunction.html" title="type parameter in IOFunction">T</a>,<a href="org/apache/commons/io/function/IOFunction.html" title="type parameter in IOFunction">R</a>&gt; - Interface in <a href="org/apache/commons/io/function/package-summary.html">org.apache.commons.io.function</a></dt>
<dd>
<div class="block">Like <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function"><code>Function</code></a> but throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/IOIndexedException.html" title="class in org.apache.commons.io"><span class="typeNameLink">IOIndexedException</span></a> - Exception in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">A IOException associated with a source index.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOIndexedException.html#IOIndexedException-int-java.lang.Throwable-">IOIndexedException(int, Throwable)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/IOIndexedException.html" title="class in org.apache.commons.io">IOIndexedException</a></dt>
<dd>
<div class="block">Creates a new exception.</div>
</dd>
<dt><a href="org/apache/commons/io/function/IOSupplier.html" title="interface in org.apache.commons.io.function"><span class="typeNameLink">IOSupplier</span></a>&lt;<a href="org/apache/commons/io/function/IOSupplier.html" title="type parameter in IOSupplier">T</a>&gt; - Interface in <a href="org/apache/commons/io/function/package-summary.html">org.apache.commons.io.function</a></dt>
<dd>
<div class="block">Like <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function"><code>Supplier</code></a> but throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io"><span class="typeNameLink">IOUtils</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">General IO stream manipulation utilities.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#IOUtils--">IOUtils()</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Instances should NOT be constructed in standard programming.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#isCasePreserving--">isCasePreserving()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Whether this file system preserves case.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#isCaseSensitive--">isCaseSensitive()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Whether this file system is case-sensitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#isCaseSensitive-org.apache.commons.io.IOCase-">isCaseSensitive(IOCase)</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Tests for cases sensitivity in a null-safe manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#isCaseSensitive--">isCaseSensitive()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Does the object represent case sensitive comparison.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedInputStream.html#isCauseOf-java.lang.Throwable-">isCauseOf(Throwable)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedInputStream.html" title="class in org.apache.commons.io.input">TaggedInputStream</a></dt>
<dd>
<div class="block">Tests if the given exception was caused by this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedReader.html#isCauseOf-java.lang.Throwable-">isCauseOf(Throwable)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedReader.html" title="class in org.apache.commons.io.input">TaggedReader</a></dt>
<dd>
<div class="block">Tests if the given exception was caused by this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedOutputStream.html#isCauseOf-java.lang.Exception-">isCauseOf(Exception)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedOutputStream.html" title="class in org.apache.commons.io.output">TaggedOutputStream</a></dt>
<dd>
<div class="block">Tests if the given exception was caused by this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedWriter.html#isCauseOf-java.lang.Exception-">isCauseOf(Exception)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedWriter.html" title="class in org.apache.commons.io.output">TaggedWriter</a></dt>
<dd>
<div class="block">Tests if the given exception was caused by this writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#isCloseOnClose--">isCloseOnClose()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>
<div class="block">Returns whether to close the underlying file when this stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#isDirectory-java.nio.file.Path-java.nio.file.LinkOption...-">isDirectory(Path, LinkOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Tests whether the specified <code>Path</code> is a directory or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isDirectory-java.io.File-java.nio.file.LinkOption...-">isDirectory(File, LinkOption...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests whether the specified <code>File</code> is a directory or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#isDirectory--">isDirectory()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Indicate whether the file is a directory or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#isEmpty-java.nio.file.Path-">isEmpty(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Tests whether the given file or directory is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#isEmptyDirectory-java.nio.file.Path-">isEmptyDirectory(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Tests whether the directory is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isEmptyDirectory-java.io.File-">isEmptyDirectory(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests whether the directory is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#isEmptyFile-java.nio.file.Path-">isEmptyFile(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Tests whether the given file is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#isExists--">isExists()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Indicate whether the file existed the last time it
was checked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#isExtension-java.lang.String-java.lang.String-">isExtension(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether the extension of the fileName is that specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#isExtension-java.lang.String-java.lang.String...-">isExtension(String, String...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether the extension of the fileName is one of those specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#isExtension-java.lang.String-java.util.Collection-">isExtension(String, Collection&lt;String&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks whether the extension of the fileName is one of those specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.time.chrono.ChronoLocalDate-">isFileNewer(File, ChronoLocalDate)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>ChronoLocalDate</code>
at the current time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.time.chrono.ChronoLocalDate-java.time.LocalTime-">isFileNewer(File, ChronoLocalDate, LocalTime)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>ChronoLocalDate</code>
at the specified time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.time.chrono.ChronoLocalDateTime-">isFileNewer(File, ChronoLocalDateTime&lt;?&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>ChronoLocalDateTime</code>
at the system-default time zone.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.time.chrono.ChronoLocalDateTime-java.time.ZoneId-">isFileNewer(File, ChronoLocalDateTime&lt;?&gt;, ZoneId)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>ChronoLocalDateTime</code>
at the specified <code>ZoneId</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.time.chrono.ChronoZonedDateTime-">isFileNewer(File, ChronoZonedDateTime&lt;?&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>ChronoZonedDateTime</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.util.Date-">isFileNewer(File, Date)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>Date</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.io.File-">isFileNewer(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the reference <code>File</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-java.time.Instant-">isFileNewer(File, Instant)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified <code>Instant</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileNewer-java.io.File-long-">isFileNewer(File, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is newer than the specified time reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.time.chrono.ChronoLocalDate-">isFileOlder(File, ChronoLocalDate)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>ChronoLocalDate</code>
at the current time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.time.chrono.ChronoLocalDate-java.time.LocalTime-">isFileOlder(File, ChronoLocalDate, LocalTime)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>ChronoLocalDate</code>
at the specified <code>LocalTime</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.time.chrono.ChronoLocalDateTime-">isFileOlder(File, ChronoLocalDateTime&lt;?&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>ChronoLocalDateTime</code>
at the system-default time zone.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.time.chrono.ChronoLocalDateTime-java.time.ZoneId-">isFileOlder(File, ChronoLocalDateTime&lt;?&gt;, ZoneId)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>ChronoLocalDateTime</code>
at the specified <code>ZoneId</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.time.chrono.ChronoZonedDateTime-">isFileOlder(File, ChronoZonedDateTime&lt;?&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>ChronoZonedDateTime</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.util.Date-">isFileOlder(File, Date)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>Date</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.io.File-">isFileOlder(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the reference <code>File</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-java.time.Instant-">isFileOlder(File, Instant)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified <code>Instant</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isFileOlder-java.io.File-long-">isFileOlder(File, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>File</code> is older than the specified time reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#isInMemory--">isInMemory()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Determines whether or not the data for this output stream has been retained in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#isLegalFileName-java.lang.CharSequence-">isLegalFileName(CharSequence)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Checks if a candidate file name (without a path) such as <code>"filename.ext"</code> or <code>"filename"</code> is a
potentially legal file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#isNewer-java.nio.file.Path-long-java.nio.file.LinkOption...-">isNewer(Path, long, LinkOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Tests if the specified <code>Path</code> is newer than the specified time reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#ISO_8859_1">ISO_8859_1</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Java 7's <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html?is-external=true" title="class or interface in java.nio.charset"><code>StandardCharsets</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#isPropagateClose--">isPropagateClose()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Indicates whether the <a href="org/apache/commons/io/input/BoundedInputStream.html#close--"><code>BoundedInputStream.close()</code></a> method
should propagate to the underling <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#isRegularFile-java.nio.file.Path-java.nio.file.LinkOption...-">isRegularFile(Path, LinkOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Tests whether the specified <code>Path</code> is a regular file or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isRegularFile-java.io.File-java.nio.file.LinkOption...-">isRegularFile(File, LinkOption...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests whether the specified <code>File</code> is a regular file or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#isReservedFileName-java.lang.CharSequence-">isReservedFileName(CharSequence)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Returns whether the given string is a reserved file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#isSymlink-java.io.File-">isSymlink(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Tests whether the specified file is a symbolic link rather than an actual file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/TaggedIOException.html#isTaggedWith-java.lang.Throwable-java.lang.Object-">isTaggedWith(Throwable, Object)</a></span> - Static method in exception org.apache.commons.io.<a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io">TaggedIOException</a></dt>
<dd>
<div class="block">Checks whether the given throwable is tagged with the given tag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#isThresholdExceeded--">isThresholdExceeded()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Determines whether or not the configured threshold has been exceeded for this output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#isValidLine-java.lang.String-">isValidLine(String)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Overridable method to validate each line that is returned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#iterateFiles-java.io.File-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">iterateFiles(File, IOFileFilter, IOFileFilter)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Iterates over the files in given directory (and optionally
its subdirectories).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#iterateFiles-java.io.File-java.lang.String:A-boolean-">iterateFiles(File, String[], boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Iterates over the files in a given directory (and optionally
its subdirectories) which match an array of extensions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#iterateFilesAndDirs-java.io.File-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">iterateFilesAndDirs(File, IOFileFilter, IOFileFilter)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Iterates over the files in given directory (and optionally
its subdirectories).</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#lastModified-java.io.File-">lastModified(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns the last modification time in milliseconds via
<a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#getLastModifiedTime-java.nio.file.Path-java.nio.file.LinkOption...-" title="class or interface in java.nio.file"><code>Files.getLastModifiedTime(Path, LinkOption...)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html#LASTMODIFIED_COMPARATOR">LASTMODIFIED_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html" title="class in org.apache.commons.io.comparator">LastModifiedFileComparator</a></dt>
<dd>
<div class="block">Last modified comparator instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html#LASTMODIFIED_REVERSE">LASTMODIFIED_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html" title="class in org.apache.commons.io.comparator">LastModifiedFileComparator</a></dt>
<dd>
<div class="block">Reverse last modified comparator instance.</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">LastModifiedFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare the <b>last modified date/time</b> of two files for order
(see <a href="org/apache/commons/io/FileUtils.html#lastModifiedUnchecked-java.io.File-"><code>FileUtils.lastModifiedUnchecked(File)</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html#LastModifiedFileComparator--">LastModifiedFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/LastModifiedFileComparator.html" title="class in org.apache.commons.io.comparator">LastModifiedFileComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#lastModifiedUnchecked-java.io.File-">lastModifiedUnchecked(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns the last modification time in milliseconds via
<a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#getLastModifiedTime-java.nio.file.Path-java.nio.file.LinkOption...-" title="class or interface in java.nio.file"><code>Files.getLastModifiedTime(Path, LinkOption...)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#length--">length()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Gets the length of the BOM's bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#length-byte:A-">length(byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the length of the given array in a null-safe manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#length-char:A-">length(char[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the length of the given array in a null-safe manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#length-java.lang.CharSequence-">length(CharSequence)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the length of the given CharSequence in a null-safe manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#length-java.lang.Object:A-">length(Object[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the length of the given array in a null-safe manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#LF">LF</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">LF char.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#LINE_SEPARATOR">LINE_SEPARATOR</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#lineSeparator--" title="class or interface in java.lang"><code>System.lineSeparator()</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#LINE_SEPARATOR_UNIX">LINE_SEPARATOR_UNIX</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">The Unix line separator string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#LINE_SEPARATOR_WINDOWS">LINE_SEPARATOR_WINDOWS</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">The Windows line separator string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#lineIterator-java.io.File-">lineIterator(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns an Iterator for the lines in a <code>File</code> using the default encoding for the VM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#lineIterator-java.io.File-java.lang.String-">lineIterator(File, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns an Iterator for the lines in a <code>File</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#lineIterator-java.io.InputStream-java.nio.charset.Charset-">lineIterator(InputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns an Iterator for the lines in an <code>InputStream</code>, using
the character encoding specified (or default encoding if null).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#lineIterator-java.io.InputStream-java.lang.String-">lineIterator(InputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns an Iterator for the lines in an <code>InputStream</code>, using
the character encoding specified (or default encoding if null).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#lineIterator-java.io.Reader-">lineIterator(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns an Iterator for the lines in a <code>Reader</code>.</div>
</dd>
<dt><a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io"><span class="typeNameLink">LineIterator</span></a> - Class in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">An Iterator over the lines in a <code>Reader</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#LineIterator-java.io.Reader-">LineIterator(Reader)</a></span> - Constructor for class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Constructs an iterator of the lines for a <code>Reader</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#listFiles-java.io.File-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">listFiles(File, IOFileFilter, IOFileFilter)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Finds files within a given directory (and optionally its
subdirectories).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#listFiles-java.io.File-java.lang.String:A-boolean-">listFiles(File, String[], boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Finds files within a given directory (and optionally its subdirectories)
which match an array of extensions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#listFilesAndDirs-java.io.File-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">listFilesAndDirs(File, IOFileFilter, IOFileFilter)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Finds files within a given directory (and optionally its
subdirectories).</div>
</dd>
<dt><a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">LockableFileWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">FileWriter that will create and honor lock files to allow simple
cross thread file lock handling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.lang.String-">LockableFileWriter(String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.lang.String-boolean-">LockableFileWriter(String, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.lang.String-boolean-java.lang.String-">LockableFileWriter(String, boolean, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-">LockableFileWriter(File)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-boolean-">LockableFileWriter(File, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-boolean-java.lang.String-">LockableFileWriter(File, boolean, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-java.nio.charset.Charset-boolean-java.lang.String-"><code>LockableFileWriter(File, Charset, boolean, String)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-java.nio.charset.Charset-">LockableFileWriter(File, Charset)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-java.lang.String-">LockableFileWriter(File, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-java.nio.charset.Charset-boolean-java.lang.String-">LockableFileWriter(File, Charset, boolean, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#LockableFileWriter-java.io.File-java.lang.String-boolean-java.lang.String-">LockableFileWriter(File, String, boolean, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Constructs a LockableFileWriter with a file encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#longCounter--">longCounter()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>
<div class="block">Returns a new long Counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#longPathCounters--">longPathCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>
<div class="block">Returns a new BigInteger PathCounters.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#magicNumberFileFilter-byte:A-">magicNumberFileFilter(byte[])</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that accepts files that begin with the provided magic
number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#magicNumberFileFilter-byte:A-long-">magicNumberFileFilter(byte[], long)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that accepts files that contains the provided magic
number at a specified offset within the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#magicNumberFileFilter-java.lang.String-">magicNumberFileFilter(String)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that accepts files that begin with the provided magic
number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#magicNumberFileFilter-java.lang.String-long-">magicNumberFileFilter(String, long)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that accepts files that contains the provided magic
number at a specified offset within the file.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">MagicNumberFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">
File filter for matching files containing a "magic number".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#MagicNumberFileFilter-byte:A-">MagicNumberFileFilter(byte[])</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">
Constructs a new MagicNumberFileFilter and associates it with the magic
number to test for in files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#MagicNumberFileFilter-byte:A-long-">MagicNumberFileFilter(byte[], long)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">
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.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#MagicNumberFileFilter-java.lang.String-">MagicNumberFileFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">
Constructs a new MagicNumberFileFilter and associates it with the magic
number to test for in files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#MagicNumberFileFilter-java.lang.String-long-">MagicNumberFileFilter(String, long)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">
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.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#makeCVSAware-org.apache.commons.io.filefilter.IOFileFilter-">makeCVSAware(IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Decorates a filter to make it ignore CVS directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#makeDirectoryOnly-org.apache.commons.io.filefilter.IOFileFilter-">makeDirectoryOnly(IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Decorates a filter so that it only applies to directories and not to files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#makeFileOnly-org.apache.commons.io.filefilter.IOFileFilter-">makeFileOnly(IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Decorates a filter so that it only applies to files and not to directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#makeSVNAware-org.apache.commons.io.filefilter.IOFileFilter-">makeSVNAware(IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Decorates a filter to make it ignore SVN directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>mark(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>mark(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedReader.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input">BoundedReader</a></dt>
<dd>
<div class="block">marks the target stream</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Mark the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MarkShieldInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MarkShieldInputStream.html" title="class in org.apache.commons.io.input">MarkShieldInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Mark the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Marks the current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>mark(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>mark(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnixLineEndingInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnixLineEndingInputStream.html" title="class in org.apache.commons.io.input">UnixLineEndingInputStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html#mark-int-">mark(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html" title="class in org.apache.commons.io.input">WindowsLineEndingInputStream</a></dt>
<dt><a href="org/apache/commons/io/input/MarkShieldInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">MarkShieldInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">This is an alternative to <a href="https://docs.oracle.com/javase/7/docs/api/java/io/ByteArrayInputStream.html?is-external=true" title="class or interface in java.io"><code>ByteArrayInputStream</code></a>
which removes the synchronization overhead for non-concurrent
access; as such this class is not thread-safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MarkShieldInputStream.html#MarkShieldInputStream-java.io.InputStream-">MarkShieldInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MarkShieldInputStream.html" title="class in org.apache.commons.io.input">MarkShieldInputStream</a></dt>
<dd>
<div class="block">Creates a proxy that shields the given input stream from being
marked or rest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>markSupported()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Mark is supported (returns true).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MarkShieldInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MarkShieldInputStream.html" title="class in org.apache.commons.io.input">MarkShieldInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Indicates whether <i>mark</i> is supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Indicates whether <i>mark</i> is supported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>markSupported()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>markSupported()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#markSupported--">markSupported()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ClassNameMatcher.html#matches-java.lang.String-">matches(String)</a></span> - Method in interface org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ClassNameMatcher.html" title="interface in org.apache.commons.io.serialization">ClassNameMatcher</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the supplied class name matches this object's condition.</div>
</dd>
<dt><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">MessageDigestCalculatingInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">This class is an example for using an <a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input"><code>ObservableInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html#MessageDigestCalculatingInputStream-java.io.InputStream-java.security.MessageDigest-">MessageDigestCalculatingInputStream(InputStream, MessageDigest)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which calculates a signature on the given stream,
using the given <a href="https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html#MessageDigestCalculatingInputStream-java.io.InputStream-java.lang.String-">MessageDigestCalculatingInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which calculates a signature on the given stream, using a <a href="https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a> with the
given algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html#MessageDigestCalculatingInputStream-java.io.InputStream-">MessageDigestCalculatingInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which calculates a signature on the given stream, using a <a href="https://docs.oracle.com/javase/7/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a> with the
"MD5" algorithm.</div>
</dd>
<dt><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Maintains the message digest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html#MessageDigestMaintainingObserver-java.security.MessageDigest-">MessageDigestMaintainingObserver(MessageDigest)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.html" title="class in org.apache.commons.io.input">MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver</a></dt>
<dd>
<div class="block">Creates an MessageDigestMaintainingObserver for the given MessageDigest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#moveDirectory-java.io.File-java.io.File-">moveDirectory(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Moves a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#moveDirectoryToDirectory-java.io.File-java.io.File-boolean-">moveDirectoryToDirectory(File, File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Moves a directory to another directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#moveFile-java.io.File-java.io.File-">moveFile(File, File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Moves a file preserving attributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#moveFile-java.io.File-java.io.File-java.nio.file.CopyOption...-">moveFile(File, File, CopyOption...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Moves a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#moveFileToDirectory-java.io.File-java.io.File-boolean-">moveFileToDirectory(File, File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Moves a file to a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#moveToDirectory-java.io.File-java.io.File-boolean-">moveToDirectory(File, File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Moves a file or directory to the destination directory.</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NAME_COMPARATOR">NAME_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Case-sensitive name comparator instance (see <a href="org/apache/commons/io/IOCase.html#SENSITIVE"><code>IOCase.SENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NAME_INSENSITIVE_COMPARATOR">NAME_INSENSITIVE_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Case-insensitive name comparator instance (see <a href="org/apache/commons/io/IOCase.html#INSENSITIVE"><code>IOCase.INSENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NAME_INSENSITIVE_REVERSE">NAME_INSENSITIVE_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Reverse case-insensitive name comparator instance (see <a href="org/apache/commons/io/IOCase.html#INSENSITIVE"><code>IOCase.INSENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NAME_REVERSE">NAME_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Reverse case-sensitive name comparator instance (see <a href="org/apache/commons/io/IOCase.html#SENSITIVE"><code>IOCase.SENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NAME_SYSTEM_COMPARATOR">NAME_SYSTEM_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">System sensitive name comparator instance (see <a href="org/apache/commons/io/IOCase.html#SYSTEM"><code>IOCase.SYSTEM</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NAME_SYSTEM_REVERSE">NAME_SYSTEM_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Reverse system sensitive name comparator instance (see <a href="org/apache/commons/io/IOCase.html#SYSTEM"><code>IOCase.SYSTEM</code></a>)</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">NameFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare the <b>names</b> of two files for order (see <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#getName--" title="class or interface in java.io"><code>File.getName()</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NameFileComparator--">NameFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Construct a case sensitive file name comparator instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#NameFileComparator-org.apache.commons.io.IOCase-">NameFileComparator(IOCase)</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">Construct a file name comparator instance with the specified case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#nameFileFilter-java.lang.String-">nameFileFilter(String)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file name matches the specified text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#nameFileFilter-java.lang.String-org.apache.commons.io.IOCase-">nameFileFilter(String, IOCase)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file name matches the specified text.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">NameFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters file names for a certain name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.util.List-">NameFileFilter(List&lt;String&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Constructs a new case-sensitive name file filter for a list of names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.util.List-org.apache.commons.io.IOCase-">NameFileFilter(List&lt;String&gt;, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Constructs a new name file filter for a list of names specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.lang.String-">NameFileFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Constructs a new case-sensitive name file filter for a single name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.lang.String...-">NameFileFilter(String...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Constructs a new case-sensitive name file filter for an array of names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.lang.String-org.apache.commons.io.IOCase-">NameFileFilter(String, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Construct a new name file filter specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#NameFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">NameFileFilter(String[], IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Constructs a new name file filter for an array of names specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#needNewBuffer-int-">needNewBuffer(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Makes a new buffer available either by allocating
a new one or re-cycling an existing one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#negate--">negate()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#negate--">negate()</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">Creates a new "not" filter with this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#negate--">negate()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#newChildInstance-java.io.File-">newChildInstance(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Create a new child instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#newDirectoryStream-java.nio.file.Path-org.apache.commons.io.file.PathFilter-">newDirectoryStream(Path, PathFilter)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Creates a new DirectoryStream for Paths rooted at the given directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/QueueOutputStream.html#newQueueInputStream--">newQueueInputStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/QueueOutputStream.html" title="class in org.apache.commons.io.output">QueueOutputStream</a></dt>
<dd>
<div class="block">Creates a new QueueInputStream instance connected to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/QueueInputStream.html#newQueueOutputStream--">newQueueOutputStream()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/QueueInputStream.html" title="class in org.apache.commons.io.input">QueueInputStream</a></dt>
<dd>
<div class="block">Creates a new QueueOutputStream instance connected to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#next--">next()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Returns the next line in the wrapped <code>Reader</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#nextLine--">nextLine()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Returns the next line in the wrapped <code>Reader</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#NOFOLLOW_LINK_OPTION_ARRAY">NOFOLLOW_LINK_OPTION_ARRAY</a></span> - Static variable in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/LinkOption.html?is-external=true" title="class or interface in java.nio.file"><code>LinkOption</code></a> array for <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/LinkOption.html?is-external=true#NOFOLLOW_LINKS" title="class or interface in java.nio.file"><code>LinkOption.NOFOLLOW_LINKS</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOConsumer.html#noop--">noop()</a></span> - Static method in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOConsumer.html" title="interface in org.apache.commons.io.function">IOConsumer</a></dt>
<dd>
<div class="block">Returns a constant NOOP consumer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/function/IOConsumer.html#NOOP_IO_CONSUMER">NOOP_IO_CONSUMER</a></span> - Static variable in interface org.apache.commons.io.function.<a href="org/apache/commons/io/function/IOConsumer.html" title="interface in org.apache.commons.io.function">IOConsumer</a></dt>
<dd>
<div class="block">Package private constant; consider private.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#noopCounter--">noopCounter()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>
<div class="block">Returns the NOOP Counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.html#noopPathCounters--">noopPathCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.html" title="class in org.apache.commons.io.file">Counters</a></dt>
<dd>
<div class="block">Returns the NOOP PathCounters.</div>
</dd>
<dt><a href="org/apache/commons/io/file/NoopPathVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">NoopPathVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">A noop path visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/NoopPathVisitor.html#NoopPathVisitor--">NoopPathVisitor()</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/NoopPathVisitor.html" title="class in org.apache.commons.io.file">NoopPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#NORMAL">NORMAL</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">The singleton instance for normal file deletion, which does not permit
the deletion of directories that are not empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#normalize-java.lang.String-">normalize(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Normalizes a path, removing double and single dot path steps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#normalize-java.lang.String-boolean-">normalize(String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Normalizes a path, removing double and single dot path steps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#normalizeNoEndSeparator-java.lang.String-">normalizeNoEndSeparator(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#normalizeNoEndSeparator-java.lang.String-boolean-">normalizeNoEndSeparator(String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Normalizes a path, removing double and single dot path steps,
and removing any final directory separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/EmptyFileFilter.html#NOT_EMPTY">NOT_EMPTY</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/EmptyFileFilter.html" title="class in org.apache.commons.io.filefilter">EmptyFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>not-empty</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#noteClosed--">noteClosed()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Notifies the observers by invoking <a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#finished--"><code>ObservableInputStream.Observer.finished()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#noteDataByte-int-">noteDataByte(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Notifies the observers by invoking <a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#data-int-"><code>ObservableInputStream.Observer.data(int)</code></a> with the given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#noteDataBytes-byte:A-int-int-">noteDataBytes(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Notifies the observers by invoking <a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#data-byte:A-int-int-"><code>ObservableInputStream.Observer.data(byte[],int,int)</code></a> with the given arguments.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#noteError-java.io.IOException-">noteError(IOException)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Notifies the observers by invoking <a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#error-java.io.IOException-"><code>ObservableInputStream.Observer.error(IOException)</code></a> with the given argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#noteFinished--">noteFinished()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Notifies the observers by invoking <a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#finished--"><code>ObservableInputStream.Observer.finished()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#notFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">notFileFilter(IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that NOTs the specified filter.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/NotFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">NotFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter produces a logical NOT of the filters specified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NotFileFilter.html#NotFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">NotFileFilter(IOFileFilter)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NotFileFilter.html" title="class in org.apache.commons.io.filefilter">NotFileFilter</a></dt>
<dd>
<div class="block">Constructs a new file filter that NOTs the result of another filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullOutputStream.html#NULL_OUTPUT_STREAM">NULL_OUTPUT_STREAM</a></span> - Static variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullOutputStream.html" title="class in org.apache.commons.io.output">NullOutputStream</a></dt>
<dd>
<div class="block">The singleton.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullPrintStream.html#NULL_PRINT_STREAM">NULL_PRINT_STREAM</a></span> - Static variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullPrintStream.html" title="class in org.apache.commons.io.output">NullPrintStream</a></dt>
<dd>
<div class="block">The singleton instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#NULL_WRITER">NULL_WRITER</a></span> - Static variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">A singleton.</div>
</dd>
<dt><a href="org/apache/commons/io/output/NullAppendable.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">NullAppendable</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Appends all data to the famous <b>/dev/null</b>.</div>
</dd>
<dt><a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">NullInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A functional, light weight <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that emulates
a stream of a specified size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#NullInputStream--">NullInputStream()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Create an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that emulates a size 0 stream
which supports marking and does not throw EOFException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#NullInputStream-long-">NullInputStream(long)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Create an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that emulates a specified size
which supports marking and does not throw EOFException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#NullInputStream-long-boolean-boolean-">NullInputStream(long, boolean, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Create an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that emulates a specified
size with option settings.</div>
</dd>
<dt><a href="org/apache/commons/io/output/NullOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">NullOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Writes all data to the famous <b>/dev/null</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullOutputStream.html#NullOutputStream--">NullOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullOutputStream.html" title="class in org.apache.commons.io.output">NullOutputStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/output/NullOutputStream.html#NULL_OUTPUT_STREAM"><code>NullOutputStream.NULL_OUTPUT_STREAM</code></a>.</span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/output/NullPrintStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">NullPrintStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Writes all data to the famous <b>/dev/null</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullPrintStream.html#NullPrintStream--">NullPrintStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullPrintStream.html" title="class in org.apache.commons.io.output">NullPrintStream</a></dt>
<dd>
<div class="block">Constructs an instance.</div>
</dd>
<dt><a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">NullReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A functional, light weight <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> that emulates
a reader of a specified size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#NullReader--">NullReader()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Creates a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> that emulates a size 0 reader
which supports marking and does not throw EOFException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#NullReader-long-">NullReader(long)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Creates a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> that emulates a specified size
which supports marking and does not throw EOFException.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#NullReader-long-boolean-boolean-">NullReader(long, boolean, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Creates a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> that emulates a specified
size with option settings.</div>
</dd>
<dt><a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">NullWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Writes all data to the famous <b>/dev/null</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#NullWriter--">NullWriter()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Constructs a new NullWriter.</div>
</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ObservableInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">The <a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input"><code>ObservableInputStream</code></a> allows, that an InputStream may be consumed by other receivers, apart from the
thread, which is reading it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#ObservableInputStream-java.io.InputStream-">ObservableInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Creates a new ObservableInputStream for the given InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#ObservableInputStream-java.io.InputStream-org.apache.commons.io.input.ObservableInputStream.Observer...-">ObservableInputStream(InputStream, ObservableInputStream.Observer...)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Creates a new ObservableInputStream for the given InputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ObservableInputStream.Observer</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Abstracts observer callback for <code>ObservableInputStream</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.Observer.html#Observer--">Observer()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.Observer.html" title="class in org.apache.commons.io.input">ObservableInputStream.Observer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onDirectoryChange-java.io.File-">onDirectoryChange(File)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">Directory changed Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onDirectoryChange-java.io.File-">onDirectoryChange(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">Directory changed Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onDirectoryCreate-java.io.File-">onDirectoryCreate(File)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">Directory created Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onDirectoryCreate-java.io.File-">onDirectoryCreate(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">Directory created Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onDirectoryDelete-java.io.File-">onDirectoryDelete(File)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">Directory deleted Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onDirectoryDelete-java.io.File-">onDirectoryDelete(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">Directory deleted Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_EB">ONE_EB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in an exabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_EB_BI">ONE_EB_BI</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in an exabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_GB">ONE_GB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a gigabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_GB_BI">ONE_GB_BI</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a gigabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_KB">ONE_KB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a kilobyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_KB_BI">ONE_KB_BI</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a kilobyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_MB">ONE_MB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a megabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_MB_BI">ONE_MB_BI</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a megabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_PB">ONE_PB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a petabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_PB_BI">ONE_PB_BI</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a petabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_TB">ONE_TB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a terabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_TB_BI">ONE_TB_BI</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a terabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_YB">ONE_YB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a yottabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#ONE_ZB">ONE_ZB</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">The number of bytes in a zettabyte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onFileChange-java.io.File-">onFileChange(File)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">File changed Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onFileChange-java.io.File-">onFileChange(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">File changed Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onFileCreate-java.io.File-">onFileCreate(File)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">File created Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onFileCreate-java.io.File-">onFileCreate(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">File created Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onFileDelete-java.io.File-">onFileDelete(File)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">File deleted Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onFileDelete-java.io.File-">onFileDelete(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">File deleted Event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onStart-org.apache.commons.io.monitor.FileAlterationObserver-">onStart(FileAlterationObserver)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">File system observer started checking event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onStart-org.apache.commons.io.monitor.FileAlterationObserver-">onStart(FileAlterationObserver)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">File system observer started checking event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListener.html#onStop-org.apache.commons.io.monitor.FileAlterationObserver-">onStop(FileAlterationObserver)</a></span> - Method in interface org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListener.html" title="interface in org.apache.commons.io.monitor">FileAlterationListener</a></dt>
<dd>
<div class="block">File system observer finished checking event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html#onStop-org.apache.commons.io.monitor.FileAlterationObserver-">onStop(FileAlterationObserver)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationListenerAdaptor.html" title="class in org.apache.commons.io.monitor">FileAlterationListenerAdaptor</a></dt>
<dd>
<div class="block">File system observer finished checking event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#openInputStream-java.io.File-">openInputStream(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Opens a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io"><code>FileInputStream</code></a> for the specified file, providing better error messages than simply calling
<code>new FileInputStream(file)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#openOutputStream-java.io.File-">openOutputStream(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Opens a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileOutputStream.html?is-external=true" title="class or interface in java.io"><code>FileOutputStream</code></a> for the specified file, checking and
creating the parent directory if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#openOutputStream-java.io.File-boolean-">openOutputStream(File, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Opens a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileOutputStream.html?is-external=true" title="class or interface in java.io"><code>FileOutputStream</code></a> for the specified file, checking and
creating the parent directory if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#or-org.apache.commons.io.filefilter.IOFileFilter-">or(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#or-org.apache.commons.io.filefilter.IOFileFilter...-">or(IOFileFilter...)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that ORs the specified filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/IOFileFilter.html#or-org.apache.commons.io.filefilter.IOFileFilter-">or(IOFileFilter)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/IOFileFilter.html" title="interface in org.apache.commons.io.filefilter">IOFileFilter</a></dt>
<dd>
<div class="block">Creates a new "or" filter with this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#or-org.apache.commons.io.filefilter.IOFileFilter-">or(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#orFileFilter-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">orFileFilter(IOFileFilter, IOFileFilter)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/commons/io/filefilter/FileFilterUtils.html#or-org.apache.commons.io.filefilter.IOFileFilter...-"><code>FileFilterUtils.or(IOFileFilter...)</code></a></span></div>
</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">OrFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io"><code>FileFilter</code></a> providing conditional OR logic across a list of file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#OrFileFilter--">OrFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance of <code>OrFileFilter</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#OrFileFilter-org.apache.commons.io.filefilter.IOFileFilter...-">OrFileFilter(IOFileFilter...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance for the give filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#OrFileFilter-org.apache.commons.io.filefilter.IOFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">OrFileFilter(IOFileFilter, IOFileFilter)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Constructs a new file filter that ORs the result of other filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#OrFileFilter-java.util.List-">OrFileFilter(List&lt;IOFileFilter&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance of <code>OrFileFilter</code> with the specified filters.</div>
</dd>
<dt><a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a> - package org.apache.commons.io</dt>
<dd>
<div class="block">
This package defines utility classes for working with streams, readers,
writers and files.</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a> - package org.apache.commons.io.comparator</dt>
<dd>
<div class="block">This package provides various <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><code>Comparator</code></a> implementations
for <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>s.</div>
</dd>
<dt><a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a> - package org.apache.commons.io.file</dt>
<dd>
<div class="block">This package provides extensions in the realm of java.nio.file.</div>
</dd>
<dt><a href="org/apache/commons/io/file/spi/package-summary.html">org.apache.commons.io.file.spi</a> - package org.apache.commons.io.file.spi</dt>
<dd>
<div class="block">This package provides extensions in the realm of java.nio.file.spi.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a> - package org.apache.commons.io.filefilter</dt>
<dd>
<div class="block">This package defines an interface (IOFileFilter) that combines both
<a href="https://docs.oracle.com/javase/7/docs/api/java/io/FileFilter.html?is-external=true" title="class or interface in java.io"><code>FileFilter</code></a> and <a href="https://docs.oracle.com/javase/7/docs/api/java/io/FilenameFilter.html?is-external=true" title="class or interface in java.io"><code>FilenameFilter</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/function/package-summary.html">org.apache.commons.io.function</a> - package org.apache.commons.io.function</dt>
<dd>
<div class="block">
This package defines IO-only related functional interfaces for lambda expressions and method references.</div>
</dd>
<dt><a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a> - package org.apache.commons.io.input</dt>
<dd>
<div class="block">
This package provides implementations of input classes, such as
<code>InputStream</code> and <code>Reader</code>.</div>
</dd>
<dt><a href="org/apache/commons/io/input/buffer/package-summary.html">org.apache.commons.io.input.buffer</a> - package org.apache.commons.io.input.buffer</dt>
<dd>
<div class="block">
This package provides implementations of buffered input classes, such as
<code>CircularBufferInputStream</code> and <code>PeekableInputStream</code>.</div>
</dd>
<dt><a href="org/apache/commons/io/monitor/package-summary.html">org.apache.commons.io.monitor</a> - package org.apache.commons.io.monitor</dt>
<dd>
<div class="block">
This package provides a component for monitoring file system events
(directory and file create, update and delete events).</div>
</dd>
<dt><a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a> - package org.apache.commons.io.output</dt>
<dd>
<div class="block">
This package provides implementations of output classes, such as
<code>OutputStream</code> and <code>Writer</code>.</div>
</dd>
<dt><a href="org/apache/commons/io/serialization/package-summary.html">org.apache.commons.io.serialization</a> - package org.apache.commons.io.serialization</dt>
<dd>
<div class="block">
This package provides a framework for controlling the deserialization of classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/StandardDeleteOption.html#overrideReadOnly-org.apache.commons.io.file.DeleteOption:A-">overrideReadOnly(DeleteOption[])</a></span> - Static method in enum org.apache.commons.io.file.<a href="org/apache/commons/io/file/StandardDeleteOption.html" title="enum in org.apache.commons.io.file">StandardDeleteOption</a></dt>
<dd>
<div class="block">Returns true if the given options contain <a href="org/apache/commons/io/file/StandardDeleteOption.html#OVERRIDE_READ_ONLY"><code>StandardDeleteOption.OVERRIDE_READ_ONLY</code></a>.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderParser.html#parseByteOrder-java.lang.String-">parseByteOrder(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderParser.html" title="class in org.apache.commons.io">ByteOrderParser</a></dt>
<dd>
<div class="block">Parses the String argument as a <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/ByteOrder.html?is-external=true" title="class or interface in java.nio"><code>ByteOrder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PATH_COMPARATOR">PATH_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Case-sensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#SENSITIVE"><code>IOCase.SENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PATH_INSENSITIVE_COMPARATOR">PATH_INSENSITIVE_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Case-insensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#INSENSITIVE"><code>IOCase.INSENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PATH_INSENSITIVE_REVERSE">PATH_INSENSITIVE_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Reverse case-insensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#INSENSITIVE"><code>IOCase.INSENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PATH_REVERSE">PATH_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Reverse case-sensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#SENSITIVE"><code>IOCase.SENSITIVE</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PATH_SYSTEM_COMPARATOR">PATH_SYSTEM_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">System sensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#SYSTEM"><code>IOCase.SYSTEM</code></a>)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PATH_SYSTEM_REVERSE">PATH_SYSTEM_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Reverse system sensitive path comparator instance (see <a href="org/apache/commons/io/IOCase.html#SYSTEM"><code>IOCase.SYSTEM</code></a>)</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">PathEqualsFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Accepts only an exact <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a> object match.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html#PathEqualsFileFilter-java.nio.file.Path-">PathEqualsFileFilter(Path)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathEqualsFileFilter.html" title="class in org.apache.commons.io.filefilter">PathEqualsFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance for the given <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">PathFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare the <b>path</b> of two files for order (see <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#getPath--" title="class or interface in java.io"><code>File.getPath()</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PathFileComparator--">PathFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Construct a case sensitive file path comparator instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#PathFileComparator-org.apache.commons.io.IOCase-">PathFileComparator(IOCase)</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">Construct a file path comparator instance with the specified case-sensitivity.</div>
</dd>
<dt><a href="org/apache/commons/io/file/PathFilter.html" title="interface in org.apache.commons.io.file"><span class="typeNameLink">PathFilter</span></a> - Interface in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">A filter for <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a>s.</div>
</dd>
<dt><a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">PathUtils</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">NIO Path utilities.</div>
</dd>
<dt><a href="org/apache/commons/io/file/PathVisitor.html" title="interface in org.apache.commons.io.file"><span class="typeNameLink">PathVisitor</span></a> - Interface in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileVisitor.html?is-external=true" title="class or interface in java.nio.file"><code>FileVisitor</code></a> typed to a <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">PathVisitorFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">A file filter backed by a path visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html#PathVisitorFileFilter-org.apache.commons.io.file.PathVisitor-">PathVisitorFileFilter(PathVisitor)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html" title="class in org.apache.commons.io.filefilter">PathVisitorFileFilter</a></dt>
<dd>
<div class="block">Constructs a new instance that will forward calls to the given visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#peek-byte:A-int-int-">peek(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns, whether the next bytes in the buffer are exactly those, given by
<code>sourceBuffer</code>, <code>offset</code>, and <code>length</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/PeekableInputStream.html#peek-byte:A-">peek(byte[])</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/PeekableInputStream.html" title="class in org.apache.commons.io.input.buffer">PeekableInputStream</a></dt>
<dd>
<div class="block">Returns whether the next bytes in the buffer are as given by <code>sourceBuffer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/PeekableInputStream.html#peek-byte:A-int-int-">peek(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/PeekableInputStream.html" title="class in org.apache.commons.io.input.buffer">PeekableInputStream</a></dt>
<dd>
<div class="block">Returns whether the next bytes in the buffer are as given by <code>sourceBuffer</code>, {code offset}, and
<code>length</code>.</div>
</dd>
<dt><a href="org/apache/commons/io/input/buffer/PeekableInputStream.html" title="class in org.apache.commons.io.input.buffer"><span class="typeNameLink">PeekableInputStream</span></a> - Class in <a href="org/apache/commons/io/input/buffer/package-summary.html">org.apache.commons.io.input.buffer</a></dt>
<dd>
<div class="block">Implements a buffered input stream, which allows to peek into the buffers first bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/PeekableInputStream.html#PeekableInputStream-java.io.InputStream-int-">PeekableInputStream(InputStream, int)</a></span> - Constructor for class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/PeekableInputStream.html" title="class in org.apache.commons.io.input.buffer">PeekableInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which filters the given input stream, and uses the given buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/PeekableInputStream.html#PeekableInputStream-java.io.InputStream-">PeekableInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/PeekableInputStream.html" title="class in org.apache.commons.io.input.buffer">PeekableInputStream</a></dt>
<dd>
<div class="block">Creates a new instance, which filters the given input stream, and uses a reasonable default buffer size (8192).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#postVisitDirectory-java.nio.file.Path-java.io.IOException-">postVisitDirectory(Path, IOException)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#postVisitDirectory-java.nio.file.Path-java.io.IOException-">postVisitDirectory(Path, IOException)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#postVisitDirectory-java.nio.file.Path-java.io.IOException-">postVisitDirectory(Path, IOException)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#prefixFileFilter-java.lang.String-">prefixFileFilter(String)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file name starts with the specified text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#prefixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">prefixFileFilter(String, IOCase)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file name starts with the specified text.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">PrefixFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters file names for a certain prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.util.List-">PrefixFileFilter(List&lt;String&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Prefix file filter for a list of prefixes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.util.List-org.apache.commons.io.IOCase-">PrefixFileFilter(List&lt;String&gt;, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Prefix file filter for a list of prefixes
specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.lang.String-">PrefixFileFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Prefix file filter for a single prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.lang.String...-">PrefixFileFilter(String...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Prefix file filter for any of an array of prefixes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">PrefixFileFilter(String, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Prefix file filter for a single prefix
specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#PrefixFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">PrefixFileFilter(String[], IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Prefix file filter for any of an array of prefixes
specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#preVisitDirectory-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">preVisitDirectory(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#preVisitDirectory-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">preVisitDirectory(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#preVisitDirectory-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">preVisitDirectory(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#preVisitDirectory-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">preVisitDirectory(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#preVisitDirectory-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">preVisitDirectory(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#processByte--">processByte()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Return a byte value for the <code>read()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#processBytes-byte:A-int-int-">processBytes(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Process the bytes for the <code>read(byte[], offset, length)</code>
method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#processChar--">processChar()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Returns a character value for the <code>read()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#processChars-char:A-int-int-">processChars(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Process the characters for the <code>read(char[], offset, length)</code>
method.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ProxyCollectionWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">A Proxy stream collection which acts as expected, that is it passes the method calls on to the proxied streams and
doesn't change which methods are being called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#ProxyCollectionWriter-java.util.Collection-">ProxyCollectionWriter(Collection&lt;Writer&gt;)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Creates a new proxy collection writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#ProxyCollectionWriter-java.io.Writer...-">ProxyCollectionWriter(Writer...)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Creates a new proxy collection writer.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ProxyInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#ProxyInputStream-java.io.InputStream-">ProxyInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Constructs a new ProxyInputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ProxyOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#ProxyOutputStream-java.io.OutputStream-">ProxyOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Constructs a new ProxyOutputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ProxyReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#ProxyReader-java.io.Reader-">ProxyReader(Reader)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Constructs a new ProxyReader.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ProxyWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't
change which methods are being called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#ProxyWriter-java.io.Writer-">ProxyWriter(Writer)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Constructs a new ProxyWriter.</div>
</dd>
</dl>
<a name="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><a href="org/apache/commons/io/input/QueueInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">QueueInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Simple alternative to JDK <a href="https://docs.oracle.com/javase/7/docs/api/java/io/PipedInputStream.html?is-external=true" title="class or interface in java.io"><code>PipedInputStream</code></a>; queue input stream provides what's written in queue
output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/QueueInputStream.html#QueueInputStream--">QueueInputStream()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/QueueInputStream.html" title="class in org.apache.commons.io.input">QueueInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance with no limit to its internal buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/QueueInputStream.html#QueueInputStream-java.util.concurrent.BlockingQueue-">QueueInputStream(BlockingQueue&lt;Integer&gt;)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/QueueInputStream.html" title="class in org.apache.commons.io.input">QueueInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance with given buffer</div>
</dd>
<dt><a href="org/apache/commons/io/output/QueueOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">QueueOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Simple alternative to JDK <a href="https://docs.oracle.com/javase/7/docs/api/java/io/PipedOutputStream.html?is-external=true" title="class or interface in java.io"><code>PipedOutputStream</code></a>; queue input stream provides what's written in queue
output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/QueueOutputStream.html#QueueOutputStream--">QueueOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/QueueOutputStream.html" title="class in org.apache.commons.io.output">QueueOutputStream</a></dt>
<dd>
<div class="block">Constructs a new instance with no limit to internal buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/QueueOutputStream.html#QueueOutputStream-java.util.concurrent.BlockingQueue-">QueueOutputStream(BlockingQueue&lt;Integer&gt;)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/QueueOutputStream.html" title="class in org.apache.commons.io.output">QueueOutputStream</a></dt>
<dd>
<div class="block">Constructs a new instance with given buffer.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">RandomAccessFileInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Streams data from a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/RandomAccessFile.html?is-external=true" title="class or interface in java.io"><code>RandomAccessFile</code></a> starting at its current position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#RandomAccessFileInputStream-java.io.RandomAccessFile-">RandomAccessFileInputStream(RandomAccessFile)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance configured to leave the underlying file open when this stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#RandomAccessFileInputStream-java.io.RandomAccessFile-boolean-">RandomAccessFileInputStream(RandomAccessFile, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input">AbstractCharacterFilterReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input">AbstractCharacterFilterReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read()</code> method, detecting and optionally skipping BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[], int, int)</code> method, detecting and optionally skipping BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[])</code> method, detecting and optionally skipping BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read()</code> method if
the current position is less than the limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[], int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input">BoundedReader</a></dt>
<dd>
<div class="block">Reads a single character</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input">BoundedReader</a></dt>
<dd>
<div class="block">Reads into an array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularBufferInputStream.html" title="class in org.apache.commons.io.input.buffer">CircularBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns the next byte from the buffer, removing it at the same time, so
that following invocations won't return it again.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.buffer.<a href="org/apache/commons/io/input/buffer/CircularByteBuffer.html" title="class in org.apache.commons.io.input.buffer">CircularByteBuffer</a></dt>
<dd>
<div class="block">Returns the given number of bytes from the buffer by storing them in
the given byte array at the given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Read a single character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Read the specified number of characters into the array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CircularInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CircularInputStream.html" title="class in org.apache.commons.io.input">CircularInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedInputStream.html" title="class in org.apache.commons.io.input">ClosedInputStream</a></dt>
<dd>
<div class="block">Returns -1 to indicate that the stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClosedReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClosedReader.html" title="class in org.apache.commons.io.input">ClosedReader</a></dt>
<dd>
<div class="block">Returns -1 to indicate that the stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/DemuxInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/DemuxInputStream.html" title="class in org.apache.commons.io.input">DemuxInputStream</a></dt>
<dd>
<div class="block">Reads byte from stream associated with current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Read a byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Read some bytes into the specified array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Read the specified number bytes into an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Reads a character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#read-char:A-">read(char[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Reads some characters into the specified array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Reads the specified number characters into an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[], int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#read-char:A-">read(char[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(char[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(char[], int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#read-java.nio.CharBuffer-">read(CharBuffer)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(CharBuffer)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/QueueInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/QueueInputStream.html" title="class in org.apache.commons.io.input">QueueInputStream</a></dt>
<dd>
<div class="block">Reads and returns a single byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Read the specified number of bytes into an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Read the specified number of bytes into an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Read a single byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SequenceReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SequenceReader.html" title="class in org.apache.commons.io.input">SequenceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SequenceReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SequenceReader.html" title="class in org.apache.commons.io.input">SequenceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input">TeeInputStream</a></dt>
<dd>
<div class="block">Reads a single byte from the proxied input stream and writes it to
the associated output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input">TeeInputStream</a></dt>
<dd>
<div class="block">Reads bytes from the proxied input stream and writes the read bytes
to the associated output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input">TeeInputStream</a></dt>
<dd>
<div class="block">Reads bytes from the proxied input stream and writes the read bytes
to the associated output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Reads a single character from the proxied reader and writes it to the associated writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#read-char:A-">read(char[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Reads characters from the proxied reader and writes the read characters to the associated writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Reads characters from the proxied reader and writes the read characters to the associated writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#read-java.nio.CharBuffer-">read(CharBuffer)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Reads characters from the proxied reader and writes the read characters to the associated writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnixLineEndingInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnixLineEndingInputStream.html" title="class in org.apache.commons.io.input">UnixLineEndingInputStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html#read--">read()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html" title="class in org.apache.commons.io.input">WindowsLineEndingInputStream</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#read-char:A-int-int-">read(char[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Invokes the underlying reader's <code>read(char[], int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#read-java.io.InputStream-byte:A-">read(InputStream, byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads bytes from an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#read-java.io.InputStream-byte:A-int-int-">read(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads bytes from an input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#read-java.nio.channels.ReadableByteChannel-java.nio.ByteBuffer-">read(ReadableByteChannel, ByteBuffer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads bytes from a ReadableByteChannel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#read-java.io.Reader-char:A-">read(Reader, char[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads characters from an input character stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#read-java.io.Reader-char:A-int-int-">read(Reader, char[], int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads characters from an input character stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/CanReadFileFilter.html#READ_ONLY">READ_ONLY</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/CanReadFileFilter.html" title="class in org.apache.commons.io.filefilter">CanReadFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>read-only</i> filter</div>
</dd>
<dt><a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ReadAheadInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Implements <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> to asynchronously read ahead from an underlying input stream when a specified amount
of data has been read from the current buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#ReadAheadInputStream-java.io.InputStream-int-">ReadAheadInputStream(InputStream, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>
<div class="block">Creates an instance with the specified buffer size and read-ahead threshold</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#ReadAheadInputStream-java.io.InputStream-int-java.util.concurrent.ExecutorService-">ReadAheadInputStream(InputStream, int, ExecutorService)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>
<div class="block">Creates an instance with the specified buffer size and read-ahead threshold</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#readBasicFileAttributes-java.nio.file.Path-">readBasicFileAttributes(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Shorthand for <code>Files.readAttributes(path, BasicFileAttributes.class)</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#readBasicFileAttributesUnchecked-java.nio.file.Path-">readBasicFileAttributesUnchecked(Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Shorthand for <code>Files.readAttributes(path, BasicFileAttributes.class)</code> while wrapping <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>
as <a href="https://docs.oracle.com/javase/7/docs/api/java/io/UncheckedIOException.html?is-external=true" title="class or interface in java.io"><code>UncheckedIOException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readBoolean--">readBoolean()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Return <code><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readByte--"><code>SwappedDataInputStream.readByte()</code></a> != 0</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readByte--">readByte()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readChar--">readChar()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Reads a character delegating to <a href="org/apache/commons/io/input/SwappedDataInputStream.html#readShort--"><code>SwappedDataInputStream.readShort()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readDouble--">readDouble()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/commons/io/EndianUtils.html#readSwappedDouble-java.io.InputStream-"><code>EndianUtils.readSwappedDouble(InputStream)</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ReaderInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> implementation that reads a character stream from a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>
and transforms it to a byte stream using a specified charset encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.nio.charset.CharsetEncoder-">ReaderInputStream(Reader, CharsetEncoder)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.nio.charset.CharsetEncoder-int-">ReaderInputStream(Reader, CharsetEncoder, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.nio.charset.Charset-int-">ReaderInputStream(Reader, Charset, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.nio.charset.Charset-">ReaderInputStream(Reader, Charset)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a> with a default input buffer size of
characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.lang.String-int-">ReaderInputStream(Reader, String, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.lang.String-">ReaderInputStream(Reader, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block">Construct a new <a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input"><code>ReaderInputStream</code></a> with a default input buffer size of
characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-">ReaderInputStream(Reader)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReaderInputStream.html" title="class in org.apache.commons.io.input">ReaderInputStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/input/ReaderInputStream.html#ReaderInputStream-java.io.Reader-java.nio.charset.Charset-"><code>ReaderInputStream(Reader, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readFileToByteArray-java.io.File-">readFileToByteArray(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Reads the contents of a file into a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readFileToString-java.io.File-">readFileToString(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/FileUtils.html#readFileToString-java.io.File-java.nio.charset.Charset-"><code>FileUtils.readFileToString(File, Charset)</code></a> instead (and specify the appropriate encoding)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readFileToString-java.io.File-java.nio.charset.Charset-">readFileToString(File, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Reads the contents of a file into a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readFileToString-java.io.File-java.lang.String-">readFileToString(File, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Reads the contents of a file into a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readFloat--">readFloat()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/commons/io/EndianUtils.html#readSwappedFloat-java.io.InputStream-"><code>EndianUtils.readSwappedFloat(InputStream)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readFully-byte:A-">readFully(byte[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[] data, int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readFully-byte:A-int-int-">readFully(byte[], int, int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read(byte[] data, int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readFully-java.io.InputStream-byte:A-">readFully(InputStream, byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads the requested number of bytes or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readFully-java.io.InputStream-byte:A-int-int-">readFully(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads the requested number of bytes or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readFully-java.io.InputStream-int-">readFully(InputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads the requested number of bytes or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readFully-java.nio.channels.ReadableByteChannel-java.nio.ByteBuffer-">readFully(ReadableByteChannel, ByteBuffer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads the requested number of bytes or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readFully-java.io.Reader-char:A-">readFully(Reader, char[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads the requested number of characters or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readFully-java.io.Reader-char:A-int-int-">readFully(Reader, char[], int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Reads the requested number of characters or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readInt--">readInt()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/commons/io/EndianUtils.html#readSwappedInteger-java.io.InputStream-"><code>EndianUtils.readSwappedInteger(InputStream)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#readLine--">readLine()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Returns the lines of the file from bottom to top.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readLine--">readLine()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Not currently supported - throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readLines-java.io.File-">readLines(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/FileUtils.html#readLines-java.io.File-java.nio.charset.Charset-"><code>FileUtils.readLines(File, Charset)</code></a> instead (and specify the appropriate encoding)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readLines-java.io.File-java.nio.charset.Charset-">readLines(File, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Reads the contents of a file line by line to a List of Strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#readLines-java.io.File-java.lang.String-">readLines(File, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Reads the contents of a file line by line to a List of Strings.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#readLines-int-">readLines(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Returns <code>lineCount</code> lines of the file from bottom to top.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readLines-java.io.InputStream-">readLines(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#readLines-java.io.InputStream-java.nio.charset.Charset-"><code>IOUtils.readLines(InputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readLines-java.io.InputStream-java.nio.charset.Charset-">readLines(InputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a list of Strings,
one entry per line, using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readLines-java.io.InputStream-java.lang.String-">readLines(InputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a list of Strings,
one entry per line, using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#readLines-java.io.Reader-">readLines(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>Reader</code> as a list of Strings,
one entry per line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readLong--">readLong()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/commons/io/EndianUtils.html#readSwappedLong-java.io.InputStream-"><code>EndianUtils.readSwappedLong(InputStream)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readShort--">readShort()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/commons/io/EndianUtils.html#readSwappedShort-java.io.InputStream-"><code>EndianUtils.readSwappedShort(InputStream)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedDouble-byte:A-int-">readSwappedDouble(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "double" value from a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedDouble-java.io.InputStream-">readSwappedDouble(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "double" value from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedFloat-byte:A-int-">readSwappedFloat(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "float" value from a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedFloat-java.io.InputStream-">readSwappedFloat(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "float" value from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedInteger-byte:A-int-">readSwappedInteger(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "int" value from a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedInteger-java.io.InputStream-">readSwappedInteger(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "int" value from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedLong-byte:A-int-">readSwappedLong(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "long" value from a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedLong-java.io.InputStream-">readSwappedLong(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "long" value from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedShort-byte:A-int-">readSwappedShort(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "short" value from a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedShort-java.io.InputStream-">readSwappedShort(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a "short" value from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedUnsignedInteger-byte:A-int-">readSwappedUnsignedInteger(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads an unsigned integer (32-bit) value from a byte array at a given
offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedUnsignedInteger-java.io.InputStream-">readSwappedUnsignedInteger(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a unsigned integer (32-bit) from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedUnsignedShort-byte:A-int-">readSwappedUnsignedShort(byte[], int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads an unsigned short (16-bit) value from a byte array at a given
offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#readSwappedUnsignedShort-java.io.InputStream-">readSwappedUnsignedShort(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Reads a unsigned short (16-bit) from an InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readUnsignedByte--">readUnsignedByte()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>read()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readUnsignedShort--">readUnsignedShort()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Delegates to <a href="org/apache/commons/io/EndianUtils.html#readSwappedUnsignedShort-java.io.InputStream-"><code>EndianUtils.readSwappedUnsignedShort(InputStream)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#readUTF--">readUTF()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Not currently supported - throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#ready--">ready()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#ready--">ready()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Tells whether this stream is ready to be read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#ready--">ready()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>ready()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#refresh-java.io.File-">refresh(File)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Refresh the attributes from the <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a>, indicating
whether the file has changed.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">RegexFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters files using supplied regular expression(s).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#RegexFileFilter-java.util.regex.Pattern-">RegexFileFilter(Pattern)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Constructs a new regular expression filter for a compiled regular expression</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#RegexFileFilter-java.util.regex.Pattern-java.util.function.Function-">RegexFileFilter(Pattern, Function&lt;Path, String&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Constructs a new regular expression filter for a compiled regular expression</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#RegexFileFilter-java.lang.String-">RegexFileFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Constructs a new regular expression filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#RegexFileFilter-java.lang.String-int-">RegexFileFilter(String, int)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Constructs a new regular expression filter with the specified flags.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#RegexFileFilter-java.lang.String-org.apache.commons.io.IOCase-">RegexFileFilter(String, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Constructs a new regular expression filter with the specified flags case sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#reject-java.lang.Class...-">reject(Class&lt;?&gt;...)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Reject the specified classes for deserialization, even if they
are otherwise accepted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#reject-java.lang.String...-">reject(String...)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Reject the wildcard specified classes for deserialization,
even if they are otherwise accepted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#reject-java.util.regex.Pattern-">reject(Pattern)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Reject class names that match the supplied pattern for
deserialization, even if they are otherwise accepted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#reject-org.apache.commons.io.serialization.ClassNameMatcher-">reject(ClassNameMatcher)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Reject class names where the supplied ClassNameMatcher matches for
deserialization, even if they are otherwise accepted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#relativizeDirectories-java.nio.file.Path-boolean-java.util.Comparator-">relativizeDirectories(Path, boolean, Comparator&lt;? super Path&gt;)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Relativizes each directory path with <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true#relativize-java.nio.file.Path-" title="class or interface in java.nio.file"><code>Path.relativize(Path)</code></a> against the given <code>parent</code>, optionally
sorting the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#relativizeFiles-java.nio.file.Path-boolean-java.util.Comparator-">relativizeFiles(Path, boolean, Comparator&lt;? super Path&gt;)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Relativizes each file path with <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true#relativize-java.nio.file.Path-" title="class or interface in java.nio.file"><code>Path.relativize(Path)</code></a> against the given <code>parent</code>, optionally
sorting the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#remove-org.apache.commons.io.input.ObservableInputStream.Observer-">remove(ObservableInputStream.Observer)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Removes an Observer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/LineIterator.html#remove--">remove()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a></dt>
<dd>
<div class="block">Unsupported.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ObservableInputStream.html#removeAllObservers--">removeAllObservers()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ObservableInputStream.html" title="class in org.apache.commons.io.input">ObservableInputStream</a></dt>
<dd>
<div class="block">Removes all Observers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#removeExtension-java.lang.String-">removeExtension(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Removes the extension from a fileName.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#removeFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">removeFileFilter(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Removes the specified file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html#removeFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">removeFileFilter(IOFileFilter)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html" title="interface in org.apache.commons.io.filefilter">ConditionalFileFilter</a></dt>
<dd>
<div class="block">Removes the specified file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#removeFileFilter-org.apache.commons.io.filefilter.IOFileFilter-">removeFileFilter(IOFileFilter)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Removes the specified file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#removeListener-org.apache.commons.io.monitor.FileAlterationListener-">removeListener(FileAlterationListener)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Removes a file system listener.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#removeObserver-org.apache.commons.io.monitor.FileAlterationObserver-">removeObserver(FileAlterationObserver)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Removes a file system observer from this monitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#requiredCharsets--">requiredCharsets()</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block">Constructs a sorted map from canonical charset names to charset objects required of every implementation of the
Java platform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.Counter.html#reset--">reset()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.Counter.html" title="interface in org.apache.commons.io.file">Counters.Counter</a></dt>
<dd>
<div class="block">Resets this count to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/Counters.PathCounters.html#reset--">reset()</a></span> - Method in interface org.apache.commons.io.file.<a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file">Counters.PathCounters</a></dt>
<dd>
<div class="block">Resets the counts to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>reset()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>reset()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedReader.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedReader.html" title="class in org.apache.commons.io.input">BoundedReader</a></dt>
<dd>
<div class="block">Resets the target to the latest mark,</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Reset the reader to the last marked position (or the beginning if
mark has not been called).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/MarkShieldInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/MarkShieldInputStream.html" title="class in org.apache.commons.io.input">MarkShieldInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Reset the stream to the point when mark was last called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Resets the stream to the point when mark was last called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>reset()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>reset()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#reset--">reset()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#resetByteCount--">resetByteCount()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">Set the byte count back to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CountingOutputStream.html#resetByteCount--">resetByteCount()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></dt>
<dd>
<div class="block">Set the byte count back to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#resetByteCount--">resetByteCount()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Resets the byteCount to zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#resetCount--">resetCount()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">Set the byte count back to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CountingOutputStream.html#resetCount--">resetCount()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CountingOutputStream.html" title="class in org.apache.commons.io.output">CountingOutputStream</a></dt>
<dd>
<div class="block">Set the byte count back to 0.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#resetImpl--">resetImpl()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html#resolveClass-java.io.ObjectStreamClass-">resolveClass(ObjectStreamClass)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html" title="class in org.apache.commons.io.input">ClassLoaderObjectInputStream</a></dt>
<dd>
<div class="block">Resolve a class specified by the descriptor using the
specified ClassLoader or the super ClassLoader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#resolveClass-java.io.ObjectStreamClass-">resolveClass(ObjectStreamClass)</a></span> - Method in class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html#resolveProxyClass-java.lang.String:A-">resolveProxyClass(String[])</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ClassLoaderObjectInputStream.html" title="class in org.apache.commons.io.input">ClassLoaderObjectInputStream</a></dt>
<dd>
<div class="block">Create a proxy class that implements the specified interfaces using
the specified ClassLoader or the super ClassLoader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#resourceToByteArray-java.lang.String-">resourceToByteArray(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a classpath resource as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#resourceToByteArray-java.lang.String-java.lang.ClassLoader-">resourceToByteArray(String, ClassLoader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a classpath resource as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#resourceToString-java.lang.String-java.nio.charset.Charset-">resourceToString(String, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a classpath resource as a String using the
specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#resourceToString-java.lang.String-java.nio.charset.Charset-java.lang.ClassLoader-">resourceToString(String, Charset, ClassLoader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a classpath resource as a String using the
specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#resourceToURL-java.lang.String-">resourceToURL(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets a URL pointing to the given classpath resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#resourceToURL-java.lang.String-java.lang.ClassLoader-">resourceToURL(String, ClassLoader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets a URL pointing to the given classpath resource.</div>
</dd>
<dt><a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">ReversedLinesFileReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Reads lines in a file reversely (similar to a BufferedReader, but starting at
the last line).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.io.File-">ReversedLinesFileReader(File)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.io.File-java.nio.charset.Charset-"><code>ReversedLinesFileReader(File, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.io.File-java.nio.charset.Charset-">ReversedLinesFileReader(File, Charset)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Creates a ReversedLinesFileReader with default block size of 4KB and the
specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.io.File-int-java.nio.charset.Charset-">ReversedLinesFileReader(File, int, Charset)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Creates a ReversedLinesFileReader with the given block size and encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.io.File-int-java.lang.String-">ReversedLinesFileReader(File, int, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Creates a ReversedLinesFileReader with the given block size and encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.nio.file.Path-java.nio.charset.Charset-">ReversedLinesFileReader(Path, Charset)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Creates a ReversedLinesFileReader with default block size of 4KB and the
specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.nio.file.Path-int-java.nio.charset.Charset-">ReversedLinesFileReader(Path, int, Charset)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Creates a ReversedLinesFileReader with the given block size and encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#ReversedLinesFileReader-java.nio.file.Path-int-java.lang.String-">ReversedLinesFileReader(Path, int, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Creates a ReversedLinesFileReader with the given block size and encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#run--">run()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Follows changes in the file, calling the TailerListener's handle method for each new line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#run--">run()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Runs this monitor.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#separatorsToSystem-java.lang.String-">separatorsToSystem(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Converts all separators to the system separator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#separatorsToUnix-java.lang.String-">separatorsToUnix(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Converts all separators to the Unix separator of forward slash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#separatorsToWindows-java.lang.String-">separatorsToWindows(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Converts all separators to the Windows separator of backslash.</div>
</dd>
<dt><a href="org/apache/commons/io/input/SequenceReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">SequenceReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Provides the contents of multiple Readers in sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SequenceReader.html#SequenceReader-java.lang.Iterable-">SequenceReader(Iterable&lt;? extends Reader&gt;)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SequenceReader.html" title="class in org.apache.commons.io.input">SequenceReader</a></dt>
<dd>
<div class="block">Construct a new instance with readers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SequenceReader.html#SequenceReader-java.io.Reader...-">SequenceReader(Reader...)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SequenceReader.html" title="class in org.apache.commons.io.input">SequenceReader</a></dt>
<dd>
<div class="block">Construct a new instance with readers</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#setByteCount-long-">setByteCount(long)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Sets the byteCount to count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#setChildren-org.apache.commons.io.monitor.FileEntry...-">setChildren(FileEntry...)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Set the directory's files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#setDirectory-boolean-">setDirectory(boolean)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Set whether the file is a directory or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#setExists-boolean-">setExists(boolean)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Set whether the file existed the last time it
was checked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#setFileFilters-java.util.List-">setFileFilters(List&lt;IOFileFilter&gt;)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Sets the list of file filters, replacing any previously configured
file filters on this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html#setFileFilters-java.util.List-">setFileFilters(List&lt;IOFileFilter&gt;)</a></span> - Method in interface org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/ConditionalFileFilter.html" title="interface in org.apache.commons.io.filefilter">ConditionalFileFilter</a></dt>
<dd>
<div class="block">Sets the list of file filters, replacing any previously configured
file filters on this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#setFileFilters-java.util.List-">setFileFilters(List&lt;IOFileFilter&gt;)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Sets the list of file filters, replacing any previously configured
file filters on this filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#setLastModified-long-">setLastModified(long)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Return the last modified time from the last time it
was checked.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#setLength-long-">setLength(long)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Set the length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileEntry.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileEntry.html" title="class in org.apache.commons.io.monitor">FileEntry</a></dt>
<dd>
<div class="block">Set the file name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#setPropagateClose-boolean-">setPropagateClose(boolean)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Set whether the <a href="org/apache/commons/io/input/BoundedInputStream.html#close--"><code>BoundedInputStream.close()</code></a> method
should propagate to the underling <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#setReadOnly-java.nio.file.Path-boolean-java.nio.file.LinkOption...-">setReadOnly(Path, boolean, LinkOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Sets the given Path to the <code>readOnly</code> value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#setThreadFactory-java.util.concurrent.ThreadFactory-">setThreadFactory(ThreadFactory)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Sets the thread factory.</div>
</dd>
<dt><a href="org/apache/commons/io/file/SimplePathVisitor.html" title="class in org.apache.commons.io.file"><span class="typeNameLink">SimplePathVisitor</span></a> - Class in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">A <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/SimpleFileVisitor.html?is-external=true" title="class or interface in java.nio.file"><code>SimpleFileVisitor</code></a> typed to a <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file"><code>Path</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/SimplePathVisitor.html#SimplePathVisitor--">SimplePathVisitor()</a></span> - Constructor for class org.apache.commons.io.file.<a href="org/apache/commons/io/file/SimplePathVisitor.html" title="class in org.apache.commons.io.file">SimplePathVisitor</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#size--">size()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Returns the current size of the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#size--">size()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#size--">size()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#SIZE_COMPARATOR">SIZE_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Size comparator instance - directories are treated as zero size</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#SIZE_REVERSE">SIZE_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Reverse size comparator instance - directories are treated as zero size</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#SIZE_SUMDIR_COMPARATOR">SIZE_SUMDIR_COMPARATOR</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Size comparator instance which sums the size of a directory's contents
using <a href="org/apache/commons/io/FileUtils.html#sizeOfDirectory-java.io.File-"><code>FileUtils.sizeOfDirectory(File)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#SIZE_SUMDIR_REVERSE">SIZE_SUMDIR_REVERSE</a></span> - Static variable in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Reverse size comparator instance which sums the size of a directory's contents
using <a href="org/apache/commons/io/FileUtils.html#sizeOfDirectory-java.io.File-"><code>FileUtils.sizeOfDirectory(File)</code></a></div>
</dd>
<dt><a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator"><span class="typeNameLink">SizeFileComparator</span></a> - Class in <a href="org/apache/commons/io/comparator/package-summary.html">org.apache.commons.io.comparator</a></dt>
<dd>
<div class="block">Compare the <b>length/size</b> of two files for order (see
<a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true#length--" title="class or interface in java.io"><code>File.length()</code></a> and <a href="org/apache/commons/io/FileUtils.html#sizeOfDirectory-java.io.File-"><code>FileUtils.sizeOfDirectory(File)</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#SizeFileComparator--">SizeFileComparator()</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Construct a file size comparator instance (directories treated as zero size).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#SizeFileComparator-boolean-">SizeFileComparator(boolean)</a></span> - Constructor for class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">Construct a file size comparator instance specifying whether the size of
the directory contents should be aggregated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#sizeFileFilter-long-">sizeFileFilter(long)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file is bigger than a certain size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#sizeFileFilter-long-boolean-">sizeFileFilter(long, boolean)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that filters based on file size.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">SizeFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters files based on size, can filter either smaller files or
files equal to or larger than a given threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SizeFileFilter.html#SizeFileFilter-long-">SizeFileFilter(long)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter">SizeFileFilter</a></dt>
<dd>
<div class="block">Constructs a new size file filter for files equal to or
larger than a certain size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SizeFileFilter.html#SizeFileFilter-long-boolean-">SizeFileFilter(long, boolean)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter">SizeFileFilter</a></dt>
<dd>
<div class="block">Constructs a new size file filter for files based on a certain size
threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#sizeOf-java.io.File-">sizeOf(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns the size of the specified file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#sizeOfAsBigInteger-java.io.File-">sizeOfAsBigInteger(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Returns the size of the specified file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#sizeOfDirectory-java.io.File-">sizeOfDirectory(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Counts the size of a directory recursively (sum of the length of all files).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#sizeOfDirectoryAsBigInteger-java.io.File-">sizeOfDirectoryAsBigInteger(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Counts the size of a directory recursively (sum of the length of all files).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#sizeRangeFileFilter-long-long-">sizeRangeFileFilter(long, long)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that accepts files whose size is &gt;= minimum size
and &lt;= maximum size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BOMInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BOMInputStream.html" title="class in org.apache.commons.io.input">BOMInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>skip(long)</code> method, detecting and optionally skipping BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>skip(long)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenInputStream.html" title="class in org.apache.commons.io.input">BrokenInputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BrokenReader.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BrokenReader.html" title="class in org.apache.commons.io.input">BrokenReader</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BufferedFileChannelInputStream.html" title="class in org.apache.commons.io.input">BufferedFileChannelInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceInputStream.html" title="class in org.apache.commons.io.input">CharSequenceInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Skip the specified number of characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CountingInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CountingInputStream.html" title="class in org.apache.commons.io.input">CountingInputStream</a></dt>
<dd>
<div class="block">Skips the stream over the specified number of bytes, adding the skipped
amount to the count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullInputStream.html" title="class in org.apache.commons.io.input">NullInputStream</a></dt>
<dd>
<div class="block">Skip a specified number of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/NullReader.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/NullReader.html" title="class in org.apache.commons.io.input">NullReader</a></dt>
<dd>
<div class="block">Skips a specified number of characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyInputStream.html" title="class in org.apache.commons.io.input">ProxyInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>skip(long)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ProxyReader.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ProxyReader.html" title="class in org.apache.commons.io.input">ProxyReader</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>skip(long)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/RandomAccessFileInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/RandomAccessFileInputStream.html" title="class in org.apache.commons.io.input">RandomAccessFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReadAheadInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReadAheadInputStream.html" title="class in org.apache.commons.io.input">ReadAheadInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#skip-long-">skip(long)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#skip-java.io.InputStream-long-">skip(InputStream, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Skips bytes from an input byte stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#skip-java.nio.channels.ReadableByteChannel-long-">skip(ReadableByteChannel, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Skips bytes from a ReadableByteChannel.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#skip-java.io.Reader-long-">skip(Reader, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Skips characters from an input character stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html#SKIP_NONE">SKIP_NONE</a></span> - Static variable in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/AbstractCharacterFilterReader.html" title="class in org.apache.commons.io.input">AbstractCharacterFilterReader</a></dt>
<dd>
<div class="block">Skips nothing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#skipBytes-int-">skipBytes(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>skip(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#skipFully-java.io.InputStream-long-">skipFully(InputStream, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Skips the requested number of bytes or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#skipFully-java.nio.channels.ReadableByteChannel-long-">skipFully(ReadableByteChannel, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Skips the requested number of bytes or fail if there are not enough left.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#skipFully-java.io.Reader-long-">skipFully(Reader, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Skips the requested number of characters or fail if there are not enough left.</div>
</dd>
<dt><a href="org/apache/commons/io/file/StandardDeleteOption.html" title="enum in org.apache.commons.io.file"><span class="typeNameLink">StandardDeleteOption</span></a> - Enum in <a href="org/apache/commons/io/file/package-summary.html">org.apache.commons.io.file</a></dt>
<dd>
<div class="block">Defines the standard delete options.</div>
</dd>
<dt><a href="org/apache/commons/io/StandardLineSeparator.html" title="enum in org.apache.commons.io"><span class="typeNameLink">StandardLineSeparator</span></a> - Enum in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">Enumerates standard line separators: <a href="org/apache/commons/io/StandardLineSeparator.html#CR"><code>StandardLineSeparator.CR</code></a>, <a href="org/apache/commons/io/StandardLineSeparator.html#CRLF"><code>StandardLineSeparator.CRLF</code></a>, <a href="org/apache/commons/io/StandardLineSeparator.html#LF"><code>StandardLineSeparator.LF</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#start--">start()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Starts monitoring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#stop--">stop()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Allows the tailer to complete its current loop and return.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#stop--">stop()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Stops monitoring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationMonitor.html#stop-long-">stop(long)</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationMonitor.html" title="class in org.apache.commons.io.monitor">FileAlterationMonitor</a></dt>
<dd>
<div class="block">Stops monitoring.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#streamFiles-java.io.File-boolean-java.lang.String...-">streamFiles(File, boolean, String...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Streams over the files in a given directory (and optionally
its subdirectories) which match an array of extensions.</div>
</dd>
<dt><a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">StringBuilderWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> implementation that outputs to a <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#StringBuilderWriter--">StringBuilderWriter()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Constructs a new <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a> instance with default capacity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#StringBuilderWriter-int-">StringBuilderWriter(int)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Constructs a new <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a> instance with the specified capacity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#StringBuilderWriter-java.lang.StringBuilder-">StringBuilderWriter(StringBuilder)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Constructs a new instance with the specified <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#suffixFileFilter-java.lang.String-">suffixFileFilter(String)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file name ends with the specified text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#suffixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">suffixFileFilter(String, IOCase)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that returns true if the file name ends with the specified text.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">SuffixFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters files based on the suffix (what the file name ends with).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.util.List-">SuffixFileFilter(List&lt;String&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Suffix file filter for a list of suffixes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.util.List-org.apache.commons.io.IOCase-">SuffixFileFilter(List&lt;String&gt;, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Suffix file filter for a list of suffixes
specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.lang.String-">SuffixFileFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Suffix file filter for a single extension.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.lang.String...-">SuffixFileFilter(String...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Suffix file filter for an array of suffixes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.lang.String-org.apache.commons.io.IOCase-">SuffixFileFilter(String, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Suffix file filter for a single extension
specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#SuffixFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">SuffixFileFilter(String[], IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Constructs a new Suffix file filter for an array of suffixes
specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#supportsDriveLetter--">supportsDriveLetter()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Tests whether this file system support driver letters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#swapDouble-double-">swapDouble(double)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Converts a "double" value between endian systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#swapFloat-float-">swapFloat(float)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Converts a "float" value between endian systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#swapInteger-int-">swapInteger(int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Converts a "int" value between endian systems.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#swapLong-long-">swapLong(long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Converts a "long" value between endian systems.</div>
</dd>
<dt><a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">SwappedDataInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">DataInput for systems relying on little endian data formats.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/SwappedDataInputStream.html#SwappedDataInputStream-java.io.InputStream-">SwappedDataInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/SwappedDataInputStream.html" title="class in org.apache.commons.io.input">SwappedDataInputStream</a></dt>
<dd>
<div class="block">Constructs a SwappedDataInputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#swapShort-short-">swapShort(short)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Converts a "short" value between endian systems.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">SymbolicLinkFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">This filter accepts <code>File</code>s that are symbolic links.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html#SymbolicLinkFileFilter--">SymbolicLinkFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SymbolicLinkFileFilter.html" title="class in org.apache.commons.io.filefilter">SymbolicLinkFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="org/apache/commons/io/input/TaggedInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">TaggedInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">An input stream decorator that tags potential exceptions so that the
stream that caused the exception can easily be identified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedInputStream.html#TaggedInputStream-java.io.InputStream-">TaggedInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedInputStream.html" title="class in org.apache.commons.io.input">TaggedInputStream</a></dt>
<dd>
<div class="block">Creates a tagging decorator for the given input stream.</div>
</dd>
<dt><a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io"><span class="typeNameLink">TaggedIOException</span></a> - Exception in <a href="org/apache/commons/io/package-summary.html">org.apache.commons.io</a></dt>
<dd>
<div class="block">An <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> decorator that adds a serializable tag to the
wrapped exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/TaggedIOException.html#TaggedIOException-java.io.IOException-java.io.Serializable-">TaggedIOException(IOException, Serializable)</a></span> - Constructor for exception org.apache.commons.io.<a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io">TaggedIOException</a></dt>
<dd>
<div class="block">Creates a tagged wrapper for the given exception.</div>
</dd>
<dt><a href="org/apache/commons/io/output/TaggedOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">TaggedOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">An output stream decorator that tags potential exceptions so that the
stream that caused the exception can easily be identified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedOutputStream.html#TaggedOutputStream-java.io.OutputStream-">TaggedOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedOutputStream.html" title="class in org.apache.commons.io.output">TaggedOutputStream</a></dt>
<dd>
<div class="block">Creates a tagging decorator for the given output stream.</div>
</dd>
<dt><a href="org/apache/commons/io/input/TaggedReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">TaggedReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A reader decorator that tags potential exceptions so that the reader that caused the exception can easily be
identified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedReader.html#TaggedReader-java.io.Reader-">TaggedReader(Reader)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedReader.html" title="class in org.apache.commons.io.input">TaggedReader</a></dt>
<dd>
<div class="block">Creates a tagging decorator for the given reader.</div>
</dd>
<dt><a href="org/apache/commons/io/output/TaggedWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">TaggedWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">A writer decorator that tags potential exceptions so that the
reader that caused the exception can easily be identified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedWriter.html#TaggedWriter-java.io.Writer-">TaggedWriter(Writer)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedWriter.html" title="class in org.apache.commons.io.output">TaggedWriter</a></dt>
<dd>
<div class="block">Creates a tagging decorator for the given writer.</div>
</dd>
<dt><a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">Tailer</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Simple implementation of the unix "tail -f" functionality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-org.apache.commons.io.input.TailerListener-">Tailer(File, TailerListener)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, starting from the beginning, with the default delay of 1.0s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-org.apache.commons.io.input.TailerListener-long-">Tailer(File, TailerListener, long)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, starting from the beginning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-">Tailer(File, TailerListener, long, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, with a delay other than the default 1.0s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-boolean-">Tailer(File, TailerListener, long, boolean, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, with a delay other than the default 1.0s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-int-">Tailer(File, TailerListener, long, boolean, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, with a specified buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-org.apache.commons.io.input.TailerListener-long-boolean-boolean-int-">Tailer(File, TailerListener, long, boolean, boolean, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, with a specified buffer size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/Tailer.html#Tailer-java.io.File-java.nio.charset.Charset-org.apache.commons.io.input.TailerListener-long-boolean-boolean-int-">Tailer(File, Charset, TailerListener, long, boolean, boolean, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input">Tailer</a></dt>
<dd>
<div class="block">Creates a Tailer for the given file, with a specified buffer size.</div>
</dd>
<dt><a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input"><span class="typeNameLink">TailerListener</span></a> - Interface in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Listener for events from a <a href="org/apache/commons/io/input/Tailer.html" title="class in org.apache.commons.io.input"><code>Tailer</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">TailerListenerAdapter</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block"><a href="org/apache/commons/io/input/TailerListener.html" title="interface in org.apache.commons.io.input"><code>TailerListener</code></a> Adapter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TailerListenerAdapter.html#TailerListenerAdapter--">TailerListenerAdapter()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TailerListenerAdapter.html" title="class in org.apache.commons.io.input">TailerListenerAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">TeeInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">InputStream proxy that transparently writes a copy of all bytes read
from the proxied stream to a given OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeInputStream.html#TeeInputStream-java.io.InputStream-java.io.OutputStream-">TeeInputStream(InputStream, OutputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input">TeeInputStream</a></dt>
<dd>
<div class="block">Creates a TeeInputStream that proxies the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>
and copies all read bytes to the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeInputStream.html#TeeInputStream-java.io.InputStream-java.io.OutputStream-boolean-">TeeInputStream(InputStream, OutputStream, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeInputStream.html" title="class in org.apache.commons.io.input">TeeInputStream</a></dt>
<dd>
<div class="block">Creates a TeeInputStream that proxies the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>
and copies all read bytes to the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">TeeOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Classic splitter of <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#TeeOutputStream-java.io.OutputStream-java.io.OutputStream-">TeeOutputStream(OutputStream, OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">Constructs a TeeOutputStream.</div>
</dd>
<dt><a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">TeeReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Reader proxy that transparently writes a copy of all characters read from the proxied reader to a given Reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#TeeReader-java.io.Reader-java.io.Writer-">TeeReader(Reader, Writer)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Creates a TeeReader that proxies the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> and copies all read characters to the given
<a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TeeReader.html#TeeReader-java.io.Reader-java.io.Writer-boolean-">TeeReader(Reader, Writer, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TeeReader.html" title="class in org.apache.commons.io.input">TeeReader</a></dt>
<dd>
<div class="block">Creates a TeeReader that proxies the given <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> and copies all read characters to the given
<a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
</dd>
<dt><a href="org/apache/commons/io/output/TeeWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">TeeWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Classic splitter of <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeWriter.html#TeeWriter-java.util.Collection-">TeeWriter(Collection&lt;Writer&gt;)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeWriter.html" title="class in org.apache.commons.io.output">TeeWriter</a></dt>
<dd>
<div class="block">Creates a new filtered collection writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeWriter.html#TeeWriter-java.io.Writer...-">TeeWriter(Writer...)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeWriter.html" title="class in org.apache.commons.io.output">TeeWriter</a></dt>
<dd>
<div class="block">Creates a new filtered collection writer.</div>
</dd>
<dt><a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">ThresholdingOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">An output stream which triggers an event when a specified number of bytes of data have been written to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#ThresholdingOutputStream-int-">ThresholdingOutputStream(int)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Constructs an instance of this class which will trigger an event at the specified threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#ThresholdingOutputStream-int-org.apache.commons.io.function.IOConsumer-org.apache.commons.io.function.IOFunction-">ThresholdingOutputStream(int, IOConsumer&lt;ThresholdingOutputStream&gt;, IOFunction&lt;ThresholdingOutputStream, OutputStream&gt;)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Constructs an instance of this class which will trigger an event at the specified threshold.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#thresholdReached--">thresholdReached()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Switches the underlying output stream from a memory based stream to one that is backed by disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#thresholdReached--">thresholdReached()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Indicates that the configured threshold has been reached, and that a subclass should take whatever action
necessary on this event.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/TaggedIOException.html#throwCauseIfTaggedWith-java.lang.Throwable-java.lang.Object-">throwCauseIfTaggedWith(Throwable, Object)</a></span> - Static method in exception org.apache.commons.io.<a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io">TaggedIOException</a></dt>
<dd>
<div class="block">Throws the original <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> if the given throwable is
a <a href="org/apache/commons/io/TaggedIOException.html" title="class in org.apache.commons.io"><code>TaggedIOException</code></a> decorator the given tag.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedInputStream.html#throwIfCauseOf-java.lang.Throwable-">throwIfCauseOf(Throwable)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedInputStream.html" title="class in org.apache.commons.io.input">TaggedInputStream</a></dt>
<dd>
<div class="block">Re-throws the original exception thrown by this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TaggedReader.html#throwIfCauseOf-java.lang.Throwable-">throwIfCauseOf(Throwable)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TaggedReader.html" title="class in org.apache.commons.io.input">TaggedReader</a></dt>
<dd>
<div class="block">Re-throws the original exception thrown by this reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedOutputStream.html#throwIfCauseOf-java.lang.Exception-">throwIfCauseOf(Exception)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedOutputStream.html" title="class in org.apache.commons.io.output">TaggedOutputStream</a></dt>
<dd>
<div class="block">Re-throws the original exception thrown by this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TaggedWriter.html#throwIfCauseOf-java.lang.Exception-">throwIfCauseOf(Exception)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TaggedWriter.html" title="class in org.apache.commons.io.output">TaggedWriter</a></dt>
<dd>
<div class="block">Re-throws the original exception thrown by this writer.</div>
</dd>
<dt><a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">TimestampedObserver</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">An observer with timestamps.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#TimestampedObserver--">TimestampedObserver()</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toBufferedInputStream-java.io.InputStream-">toBufferedInputStream(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Fetches entire contents of an <code>InputStream</code> and represent
same data as result InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toBufferedInputStream-java.io.InputStream-int-">toBufferedInputStream(InputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Fetches entire contents of an <code>InputStream</code> and represent
same data as result InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#toBufferedInputStream-java.io.InputStream-">toBufferedInputStream(InputStream)</a></span> - Static method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>
<div class="block">Fetches entire contents of an <code>InputStream</code> and represent
same data as result InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#toBufferedInputStream-java.io.InputStream-int-">toBufferedInputStream(InputStream, int)</a></span> - Static method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>
<div class="block">Fetches entire contents of an <code>InputStream</code> and represent
same data as result InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#toBufferedInputStream-java.io.InputStream-">toBufferedInputStream(InputStream)</a></span> - Static method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>
<div class="block">Fetches entire contents of an <code>InputStream</code> and represent same data as result InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#toBufferedInputStream-java.io.InputStream-int-">toBufferedInputStream(InputStream, int)</a></span> - Static method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>
<div class="block">Fetches entire contents of an <code>InputStream</code> and represent same data as result InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toBufferedReader-java.io.Reader-">toBufferedReader(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given reader if it is a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true" title="class or interface in java.io"><code>BufferedReader</code></a>, otherwise creates a BufferedReader from the given
reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toBufferedReader-java.io.Reader-int-">toBufferedReader(Reader, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given reader if it is a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html?is-external=true" title="class or interface in java.io"><code>BufferedReader</code></a>, otherwise creates a BufferedReader from the given
reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.InputStream-">toByteArray(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.InputStream-int-">toByteArray(InputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.InputStream-long-">toByteArray(InputStream, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets contents of an <code>InputStream</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.Reader-">toByteArray(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.Reader-java.nio.charset.Charset-"><code>IOUtils.toByteArray(Reader, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.Reader-java.nio.charset.Charset-">toByteArray(Reader, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>Reader</code> as a <code>byte[]</code>
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.io.Reader-java.lang.String-">toByteArray(Reader, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>Reader</code> as a <code>byte[]</code>
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.lang.String-">toByteArray(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 Use <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#getBytes--" title="class or interface in java.lang"><code>String.getBytes()</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.net.URI-">toByteArray(URI)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>URI</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.net.URL-">toByteArray(URL)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>URL</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toByteArray-java.net.URLConnection-">toByteArray(URLConnection)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>URLConnection</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toByteArray--">toByteArray()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#toByteArray--">toByteArray()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#toByteArray--">toByteArray()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toByteArrayImpl--">toByteArrayImpl()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toCharArray-java.io.InputStream-">toCharArray(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toCharArray-java.io.InputStream-java.nio.charset.Charset-"><code>IOUtils.toCharArray(InputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toCharArray-java.io.InputStream-java.nio.charset.Charset-">toCharArray(InputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a character array
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toCharArray-java.io.InputStream-java.lang.String-">toCharArray(InputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a character array
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toCharArray-java.io.Reader-">toCharArray(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>Reader</code> as a character array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#toCharset-java.nio.charset.Charset-">toCharset(Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block">Returns the given Charset or the default Charset if the given Charset is null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#toCharset-java.lang.String-">toCharset(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block">Returns a Charset for the named charset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#toFile-java.net.URL-">toFile(URL)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Converts from a <code>URL</code> to a <code>File</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#toFiles-java.net.URL...-">toFiles(URL...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Converts each of an array of <code>URL</code> to a <code>File</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.CharSequence-">toInputStream(CharSequence)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.CharSequence-java.nio.charset.Charset-"><code>IOUtils.toInputStream(CharSequence, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.CharSequence-java.nio.charset.Charset-">toInputStream(CharSequence, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.CharSequence-java.lang.String-">toInputStream(CharSequence, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Converts the specified CharSequence to an input stream, encoded as bytes
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.String-">toInputStream(String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.String-java.nio.charset.Charset-"><code>IOUtils.toInputStream(String, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.String-java.nio.charset.Charset-">toInputStream(String, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toInputStream-java.lang.String-java.lang.String-">toInputStream(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Converts the specified string to an input stream, encoded as bytes
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toInputStream--">toInputStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as a Input Stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toInputStream-org.apache.commons.io.output.AbstractByteArrayOutputStream.InputStreamConstructor-">toInputStream(AbstractByteArrayOutputStream.InputStreamConstructor&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as a Input Stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#toInputStream--">toInputStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#toInputStream--">toInputStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#toInputStream--">toInputStream()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#toLegalFileName-java.lang.String-char-">toLegalFileName(String, char)</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Converts a candidate file name (without a path) like <code>"filename.ext"</code> or <code>"filename"</code> to a legal file
name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#toList-org.apache.commons.io.filefilter.IOFileFilter...-">toList(IOFileFilter...)</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Create a List of file filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOIndexedException.html#toMessage-int-java.lang.Throwable-">toMessage(int, Throwable)</a></span> - Static method in exception org.apache.commons.io.<a href="org/apache/commons/io/IOIndexedException.html" title="class in org.apache.commons.io">IOIndexedException</a></dt>
<dd>
<div class="block">Converts input to a suitable String for exception message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Converts this instance to a String representation of the BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/CompositeFileComparator.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/CompositeFileComparator.html" title="class in org.apache.commons.io.comparator">CompositeFileComparator</a></dt>
<dd>
<div class="block">String representation of this file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/ExtensionFileComparator.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/ExtensionFileComparator.html" title="class in org.apache.commons.io.comparator">ExtensionFileComparator</a></dt>
<dd>
<div class="block">String representation of this file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/NameFileComparator.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/NameFileComparator.html" title="class in org.apache.commons.io.comparator">NameFileComparator</a></dt>
<dd>
<div class="block">String representation of this file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/PathFileComparator.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/PathFileComparator.html" title="class in org.apache.commons.io.comparator">PathFileComparator</a></dt>
<dd>
<div class="block">String representation of this file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/comparator/SizeFileComparator.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.comparator.<a href="org/apache/commons/io/comparator/SizeFileComparator.html" title="class in org.apache.commons.io.comparator">SizeFileComparator</a></dt>
<dd>
<div class="block">String representation of this file comparator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileDeleteStrategy.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileDeleteStrategy.html" title="class in org.apache.commons.io">FileDeleteStrategy</a></dt>
<dd>
<div class="block">Gets a string describing the delete strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>
<div class="block">Provides a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AgeFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AgeFileFilter.html" title="class in org.apache.commons.io.filefilter">AgeFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AndFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AndFileFilter.html" title="class in org.apache.commons.io.filefilter">AndFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/DelegateFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/DelegateFileFilter.html" title="class in org.apache.commons.io.filefilter">DelegateFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FalseFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FalseFileFilter.html" title="class in org.apache.commons.io.filefilter">FalseFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/MagicNumberFileFilter.html" title="class in org.apache.commons.io.filefilter">MagicNumberFileFilter</a></dt>
<dd>
<div class="block">Returns a String representation of the file filter, which includes the
magic number bytes and byte offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NameFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NameFileFilter.html" title="class in org.apache.commons.io.filefilter">NameFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/NotFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/NotFileFilter.html" title="class in org.apache.commons.io.filefilter">NotFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/OrFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/OrFileFilter.html" title="class in org.apache.commons.io.filefilter">OrFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PrefixFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PrefixFileFilter.html" title="class in org.apache.commons.io.filefilter">PrefixFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/RegexFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/RegexFileFilter.html" title="class in org.apache.commons.io.filefilter">RegexFileFilter</a></dt>
<dd>
<div class="block">Returns a debug string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SizeFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter">SizeFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SuffixFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SuffixFileFilter.html" title="class in org.apache.commons.io.filefilter">SuffixFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Provide a String representation of this file filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/BoundedInputStream.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/BoundedInputStream.html" title="class in org.apache.commons.io.input">BoundedInputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>toString()</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CharSequenceReader.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input">CharSequenceReader</a></dt>
<dd>
<div class="block">Return a String representation of the underlying
character sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/ReversedLinesFileReader.html#toString-int-">toString(int)</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/ReversedLinesFileReader.html" title="class in org.apache.commons.io.input">ReversedLinesFileReader</a></dt>
<dd>
<div class="block">Returns the last <code>lineCount</code> lines of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/TimestampedObserver.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/TimestampedObserver.html" title="class in org.apache.commons.io.input">TimestampedObserver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#toString--">toString()</a></span> - Method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Gets a string describing the sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-byte:A-">toString(byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 Use <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#String-byte:A-" title="class or interface in java.lang"><code>String(byte[])</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-byte:A-java.lang.String-">toString(byte[], String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>byte[]</code> as a String
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.io.InputStream-">toString(InputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toString-java.io.InputStream-java.nio.charset.Charset-"><code>IOUtils.toString(InputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.io.InputStream-java.nio.charset.Charset-">toString(InputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a String
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.io.InputStream-java.lang.String-">toString(InputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a String
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.io.Reader-">toString(Reader)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of a <code>Reader</code> as a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.net.URI-">toString(URI)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toString-java.net.URI-java.nio.charset.Charset-"><code>IOUtils.toString(URI, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.net.URI-java.nio.charset.Charset-">toString(URI, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents at the given URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.net.URI-java.lang.String-">toString(URI, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents at the given URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.net.URL-">toString(URL)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#toString-java.net.URL-java.nio.charset.Charset-"><code>IOUtils.toString(URL, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.net.URL-java.nio.charset.Charset-">toString(URL, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents at the given URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#toString-java.net.URL-java.lang.String-">toString(URL, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents at the given URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/monitor/FileAlterationObserver.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.monitor.<a href="org/apache/commons/io/monitor/FileAlterationObserver.html" title="class in org.apache.commons.io.monitor">FileAlterationObserver</a></dt>
<dd>
<div class="block">Returns a String representation of this observer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toString-java.lang.String-"><code>AbstractByteArrayOutputStream.toString(String)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toString-java.lang.String-">toString(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as a string
using the specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#toString-java.nio.charset.Charset-">toString(Charset)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Gets the current contents of this byte stream as a string
using the specified encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#toString--">toString()</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Returns <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true#toString--" title="class or interface in java.lang"><code>StringBuilder.toString()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#touch-java.io.File-">touch(File)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Implements the same behavior as the "touch" utility on Unix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#toURLs-java.io.File...-">toURLs(File...)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Converts each of an array of <code>File</code> to a <code>URL</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#track-java.io.File-java.lang.Object-">track(File, Object)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html#track-java.io.File-java.lang.Object-"><code>FileCleaningTracker.track(File, Object)</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#track-java.io.File-java.lang.Object-org.apache.commons.io.FileDeleteStrategy-">track(File, Object, FileDeleteStrategy)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html#track-java.io.File-java.lang.Object-org.apache.commons.io.FileDeleteStrategy-"><code>FileCleaningTracker.track(File, Object, FileDeleteStrategy)</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#track-java.lang.String-java.lang.Object-">track(String, Object)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html#track-java.lang.String-java.lang.Object-"><code>FileCleaningTracker.track(String, Object)</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaner.html#track-java.lang.String-java.lang.Object-org.apache.commons.io.FileDeleteStrategy-">track(String, Object, FileDeleteStrategy)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaner.html" title="class in org.apache.commons.io">FileCleaner</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/commons/io/FileCleaningTracker.html#track-java.lang.String-java.lang.Object-org.apache.commons.io.FileDeleteStrategy-"><code>FileCleaningTracker.track(String, Object, FileDeleteStrategy)</code></a>.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#track-java.io.File-java.lang.Object-">track(File, Object)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#track-java.io.File-java.lang.Object-org.apache.commons.io.FileDeleteStrategy-">track(File, Object, FileDeleteStrategy)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#track-java.lang.String-java.lang.Object-">track(String, Object)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileCleaningTracker.html#track-java.lang.String-java.lang.Object-org.apache.commons.io.FileDeleteStrategy-">track(String, Object, FileDeleteStrategy)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/FileCleaningTracker.html" title="class in org.apache.commons.io">FileCleaningTracker</a></dt>
<dd>
<div class="block">Track the specified file, using the provided marker, deleting the file
when the marker instance is garbage collected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#TRUE">TRUE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of true filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/FileFilterUtils.html#trueFileFilter--">trueFileFilter()</a></span> - Static method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/FileFilterUtils.html" title="class in org.apache.commons.io.filefilter">FileFilterUtils</a></dt>
<dd>
<div class="block">Returns a filter that always returns true.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">TrueFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">A file filter that always returns true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/TrueFileFilter.html#TrueFileFilter--">TrueFileFilter()</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/TrueFileFilter.html" title="class in org.apache.commons.io.filefilter">TrueFileFilter</a></dt>
<dd>
<div class="block">Restrictive constructor.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="org/apache/commons/io/input/UnixLineEndingInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">UnixLineEndingInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A filtering input stream that ensures the content will have UNIX-style line endings, LF.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnixLineEndingInputStream.html#UnixLineEndingInputStream-java.io.InputStream-boolean-">UnixLineEndingInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnixLineEndingInputStream.html" title="class in org.apache.commons.io.input">UnixLineEndingInputStream</a></dt>
<dd>
<div class="block">Creates an input stream that filters another stream</div>
</dd>
<dt><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">UnsynchronizedByteArrayInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">This is an alternative to <a href="https://docs.oracle.com/javase/7/docs/api/java/io/ByteArrayInputStream.html?is-external=true" title="class or interface in java.io"><code>ByteArrayInputStream</code></a>
which removes the synchronization overhead for non-concurrent
access; as such this class is not thread-safe.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#UnsynchronizedByteArrayInputStream-byte:A-">UnsynchronizedByteArrayInputStream(byte[])</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>
<div class="block">Creates a new byte array input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#UnsynchronizedByteArrayInputStream-byte:A-int-">UnsynchronizedByteArrayInputStream(byte[], int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>
<div class="block">Creates a new byte array input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html#UnsynchronizedByteArrayInputStream-byte:A-int-int-">UnsynchronizedByteArrayInputStream(byte[], int, int)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/UnsynchronizedByteArrayInputStream.html" title="class in org.apache.commons.io.input">UnsynchronizedByteArrayInputStream</a></dt>
<dd>
<div class="block">Creates a new byte array input stream.</div>
</dd>
<dt><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">UnsynchronizedByteArrayOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Implements a version of <a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output"><code>AbstractByteArrayOutputStream</code></a> <b>without</b> any concurrent thread safety.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#UnsynchronizedByteArrayOutputStream--">UnsynchronizedByteArrayOutputStream()</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>
<div class="block">Creates a new byte array output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#UnsynchronizedByteArrayOutputStream-int-">UnsynchronizedByteArrayOutputStream(int)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>
<div class="block">Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#updateDirCounter-java.nio.file.Path-java.io.IOException-">updateDirCounter(Path, IOException)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#updateDirCounter-java.nio.file.Path-java.io.IOException-">updateDirCounter(Path, IOException)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Updates the counter for visiting the given directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#updateFileCounters-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">updateFileCounters(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#updateFileCounters-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">updateFileCounters(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Updates the counters for visiting the given file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#US_ASCII">US_ASCII</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Java 7's <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html?is-external=true" title="class or interface in java.nio.charset"><code>StandardCharsets</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#UTF_16">UTF_16</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Java 7's <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html?is-external=true" title="class or interface in java.nio.charset"><code>StandardCharsets</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#UTF_16BE">UTF_16BE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">UTF-16BE BOM (Big-Endian).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#UTF_16BE">UTF_16BE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Java 7's <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html?is-external=true" title="class or interface in java.nio.charset"><code>StandardCharsets</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#UTF_16LE">UTF_16LE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">UTF-16LE BOM (Little-Endian).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#UTF_16LE">UTF_16LE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Java 7's <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html?is-external=true" title="class or interface in java.nio.charset"><code>StandardCharsets</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#UTF_32BE">UTF_32BE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">UTF-32BE BOM (Big-Endian).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#UTF_32LE">UTF_32LE</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">UTF-32LE BOM (Little-Endian).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#UTF_8">UTF_8</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">UTF-8 BOM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/Charsets.html#UTF_8">UTF_8</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/Charsets.html" title="class in org.apache.commons.io">Charsets</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use Java 7's <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html?is-external=true" title="class or interface in java.nio.charset"><code>StandardCharsets</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/ByteOrderMark.html#UTF_BOM">UTF_BOM</a></span> - Static variable in class org.apache.commons.io.<a href="org/apache/commons/io/ByteOrderMark.html" title="class in org.apache.commons.io">ByteOrderMark</a></dt>
<dd>
<div class="block">Unicode BOM character; external form depends on the encoding.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization"><span class="typeNameLink">ValidatingObjectInputStream</span></a> - Class in <a href="org/apache/commons/io/serialization/package-summary.html">org.apache.commons.io.serialization</a></dt>
<dd>
<div class="block">An <code>ObjectInputStream</code> that's restricted to deserialize
a limited set of classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html#ValidatingObjectInputStream-java.io.InputStream-">ValidatingObjectInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.io.serialization.<a href="org/apache/commons/io/serialization/ValidatingObjectInputStream.html" title="class in org.apache.commons.io.serialization">ValidatingObjectInputStream</a></dt>
<dd>
<div class="block">Constructs an object to deserialize the specified input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/StandardDeleteOption.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.io.file.<a href="org/apache/commons/io/file/StandardDeleteOption.html" title="enum in org.apache.commons.io.file">StandardDeleteOption</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/StandardLineSeparator.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/StandardLineSeparator.html" title="enum in org.apache.commons.io">StandardLineSeparator</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/StandardDeleteOption.html#values--">values()</a></span> - Static method in enum org.apache.commons.io.file.<a href="org/apache/commons/io/file/StandardDeleteOption.html" title="enum in org.apache.commons.io.file">StandardDeleteOption</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileSystem.html#values--">values()</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/FileSystem.html" title="enum in org.apache.commons.io">FileSystem</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOCase.html#values--">values()</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/IOCase.html" title="enum in org.apache.commons.io">IOCase</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/StandardLineSeparator.html#values--">values()</a></span> - Static method in enum org.apache.commons.io.<a href="org/apache/commons/io/StandardLineSeparator.html" title="enum in org.apache.commons.io">StandardLineSeparator</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/HiddenFileFilter.html#VISIBLE">VISIBLE</a></span> - Static variable in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/HiddenFileFilter.html" title="class in org.apache.commons.io.filefilter">HiddenFileFilter</a></dt>
<dd>
<div class="block">Singleton instance of <i>visible</i> filter</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CopyDirectoryVisitor.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CopyDirectoryVisitor.html" title="class in org.apache.commons.io.file">CopyDirectoryVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/PathVisitorFileFilter.html" title="class in org.apache.commons.io.filefilter">PathVisitorFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/SizeFileFilter.html#visitFile-java.nio.file.Path-java.nio.file.attribute.BasicFileAttributes-">visitFile(Path, BasicFileAttributes)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/SizeFileFilter.html" title="class in org.apache.commons.io.filefilter">SizeFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/AbstractFileFilter.html#visitFileFailed-java.nio.file.Path-java.io.IOException-">visitFileFailed(Path, IOException)</a></span> - Method in class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/AbstractFileFilter.html" title="class in org.apache.commons.io.filefilter">AbstractFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#visitFileTree-T-java.nio.file.Path-">visitFileTree(T, Path)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Performs <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#walkFileTree-java.nio.file.Path-java.nio.file.FileVisitor-" title="class or interface in java.nio.file"><code>Files.walkFileTree(Path,FileVisitor)</code></a> and returns the given visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#visitFileTree-T-java.nio.file.Path-java.util.Set-int-">visitFileTree(T, Path, Set&lt;FileVisitOption&gt;, int)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Performs <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#walkFileTree-java.nio.file.Path-java.nio.file.FileVisitor-" title="class or interface in java.nio.file"><code>Files.walkFileTree(Path,FileVisitor)</code></a> and returns the given visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#visitFileTree-T-java.lang.String-java.lang.String...-">visitFileTree(T, String, String...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Performs <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#walkFileTree-java.nio.file.Path-java.nio.file.FileVisitor-" title="class or interface in java.nio.file"><code>Files.walkFileTree(Path,FileVisitor)</code></a> and returns the given visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#visitFileTree-T-java.net.URI-">visitFileTree(T, URI)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Performs <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html?is-external=true#walkFileTree-java.nio.file.Path-java.nio.file.FileVisitor-" title="class or interface in java.nio.file"><code>Files.walkFileTree(Path,FileVisitor)</code></a> and returns the given visitor.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#waitFor-java.io.File-int-">waitFor(File, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Waits for NFS to propagate a file creation, imposing a timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/DirectoryWalker.html#walk-java.io.File-java.util.Collection-">walk(File, Collection&lt;T&gt;)</a></span> - Method in class org.apache.commons.io.<a href="org/apache/commons/io/DirectoryWalker.html" title="class in org.apache.commons.io">DirectoryWalker</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Internal method that walks the directory hierarchy in a depth-first manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/PathUtils.html#walk-java.nio.file.Path-org.apache.commons.io.file.PathFilter-int-boolean-java.nio.file.FileVisitOption...-">walk(Path, PathFilter, int, boolean, FileVisitOption...)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/PathUtils.html" title="class in org.apache.commons.io.file">PathUtils</a></dt>
<dd>
<div class="block">Returns a stream of filtered paths.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">WildcardFileFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block">Filters files using the supplied wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.util.List-">WildcardFileFilter(List&lt;String&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Construct a new case-sensitive wildcard filter for a list of wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.util.List-org.apache.commons.io.IOCase-">WildcardFileFilter(List&lt;String&gt;, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.lang.String-">WildcardFileFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Construct a new case-sensitive wildcard filter for a single wildcard.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.lang.String...-">WildcardFileFilter(String...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Construct a new case-sensitive wildcard filter for an array of wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.lang.String-org.apache.commons.io.IOCase-">WildcardFileFilter(String, IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Construct a new wildcard filter for a single wildcard specifying case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFileFilter.html#WildcardFileFilter-java.lang.String:A-org.apache.commons.io.IOCase-">WildcardFileFilter(String[], IOCase)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFileFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFileFilter</a></dt>
<dd>
<div class="block">Construct a new wildcard filter for an array of wildcards specifying case-sensitivity.</div>
</dd>
<dt><a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter"><span class="typeNameLink">WildcardFilter</span></a> - Class in <a href="org/apache/commons/io/filefilter/package-summary.html">org.apache.commons.io.filefilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use WildcardFileFilter. Deprecated as this class performs directory
filtering which it shouldn't do, but that can't be removed due to compatibility.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFilter.html#WildcardFilter-java.util.List-">WildcardFilter(List&lt;String&gt;)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct a new case-sensitive wildcard filter for a list of wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFilter.html#WildcardFilter-java.lang.String-">WildcardFilter(String)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct a new case-sensitive wildcard filter for a single wildcard.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/filefilter/WildcardFilter.html#WildcardFilter-java.lang.String...-">WildcardFilter(String...)</a></span> - Constructor for class org.apache.commons.io.filefilter.<a href="org/apache/commons/io/filefilter/WildcardFilter.html" title="class in org.apache.commons.io.filefilter">WildcardFilter</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Construct a new case-sensitive wildcard filter for an array of wildcards.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#wildcardMatch-java.lang.String-java.lang.String-">wildcardMatch(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks a fileName to see if it matches the specified wildcard matcher,
always testing case-sensitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#wildcardMatch-java.lang.String-java.lang.String-org.apache.commons.io.IOCase-">wildcardMatch(String, String, IOCase)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks a fileName to see if it matches the specified wildcard matcher
allowing control over case-sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FilenameUtils.html#wildcardMatchOnSystem-java.lang.String-java.lang.String-">wildcardMatchOnSystem(String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FilenameUtils.html" title="class in org.apache.commons.io">FilenameUtils</a></dt>
<dd>
<div class="block">Checks a fileName to see if it matches the specified wildcard matcher
using the case rules of the system.</div>
</dd>
<dt><a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">WindowsLineEndingInputStream</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">A filtering input stream that ensures the content will have Windows line endings, CRLF.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html#WindowsLineEndingInputStream-java.io.InputStream-boolean-">WindowsLineEndingInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/WindowsLineEndingInputStream.html" title="class in org.apache.commons.io.input">WindowsLineEndingInputStream</a></dt>
<dd>
<div class="block">Creates an input stream that filters another stream</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#withBigIntegerCounters--">withBigIntegerCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a BigInteger <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#withBigIntegerCounters-org.apache.commons.io.file.PathFilter-org.apache.commons.io.file.PathFilter-">withBigIntegerCounters(PathFilter, PathFilter)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a BigInteger <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#withBigIntegerCounters--">withBigIntegerCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a BigInteger <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#withBigIntegerCounters--">withBigIntegerCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a BigInteger <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#withBigIntegerCounters--">withBigIntegerCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a BigInteger <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#withLongCounters--">withLongCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a long <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/AccumulatorPathVisitor.html#withLongCounters-org.apache.commons.io.file.PathFilter-org.apache.commons.io.file.PathFilter-">withLongCounters(PathFilter, PathFilter)</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/AccumulatorPathVisitor.html" title="class in org.apache.commons.io.file">AccumulatorPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a long <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CleaningPathVisitor.html#withLongCounters--">withLongCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CleaningPathVisitor.html" title="class in org.apache.commons.io.file">CleaningPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a long <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/CountingPathVisitor.html#withLongCounters--">withLongCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/CountingPathVisitor.html" title="class in org.apache.commons.io.file">CountingPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a long <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/file/DeletingPathVisitor.html#withLongCounters--">withLongCounters()</a></span> - Static method in class org.apache.commons.io.file.<a href="org/apache/commons/io/file/DeletingPathVisitor.html" title="class in org.apache.commons.io.file">DeletingPathVisitor</a></dt>
<dd>
<div class="block">Creates a new instance configured with a long <a href="org/apache/commons/io/file/Counters.PathCounters.html" title="interface in org.apache.commons.io.file"><code>Counters.PathCounters</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CloseShieldInputStream.html#wrap-java.io.InputStream-">wrap(InputStream)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CloseShieldInputStream.html" title="class in org.apache.commons.io.input">CloseShieldInputStream</a></dt>
<dd>
<div class="block">Creates a proxy that shields the given input stream from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/CloseShieldReader.html#wrap-java.io.Reader-">wrap(Reader)</a></span> - Static method in class org.apache.commons.io.input.<a href="org/apache/commons/io/input/CloseShieldReader.html" title="class in org.apache.commons.io.input">CloseShieldReader</a></dt>
<dd>
<div class="block">Creates a proxy that shields the given reader from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CloseShieldOutputStream.html#wrap-java.io.OutputStream-">wrap(OutputStream)</a></span> - Static method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CloseShieldOutputStream.html" title="class in org.apache.commons.io.output">CloseShieldOutputStream</a></dt>
<dd>
<div class="block">Creates a proxy that shields the given output stream from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/CloseShieldWriter.html#wrap-java.io.Writer-">wrap(Writer)</a></span> - Static method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/CloseShieldWriter.html" title="class in org.apache.commons.io.output">CloseShieldWriter</a></dt>
<dd>
<div class="block">Creates a proxy that shields the given writer from being closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-">write(File, CharSequence)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-java.nio.charset.Charset-"><code>FileUtils.write(File, CharSequence, Charset)</code></a> instead (and specify the appropriate encoding)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-boolean-">write(File, CharSequence, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-java.nio.charset.Charset-boolean-"><code>FileUtils.write(File, CharSequence, Charset, boolean)</code></a> instead (and specify the appropriate encoding)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-java.nio.charset.Charset-">write(File, CharSequence, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a CharSequence to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-java.nio.charset.Charset-boolean-">write(File, CharSequence, Charset, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a CharSequence to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-java.lang.String-">write(File, CharSequence, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a CharSequence to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#write-java.io.File-java.lang.CharSequence-java.lang.String-boolean-">write(File, CharSequence, String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a CharSequence to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-byte:A-java.io.OutputStream-">write(byte[], OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes bytes from a <code>byte[]</code> to an <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-byte:A-java.io.Writer-">write(byte[], Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#write-byte:A-java.io.Writer-java.nio.charset.Charset-"><code>IOUtils.write(byte[], Writer, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-byte:A-java.io.Writer-java.nio.charset.Charset-">write(byte[], Writer, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes bytes from a <code>byte[]</code> to chars on a <code>Writer</code>
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-byte:A-java.io.Writer-java.lang.String-">write(byte[], Writer, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes bytes from a <code>byte[]</code> to chars on a <code>Writer</code>
using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-char:A-java.io.OutputStream-">write(char[], OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#write-char:A-java.io.OutputStream-java.nio.charset.Charset-"><code>IOUtils.write(char[], OutputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-char:A-java.io.OutputStream-java.nio.charset.Charset-">write(char[], OutputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>char[]</code> to bytes on an
<code>OutputStream</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-char:A-java.io.OutputStream-java.lang.String-">write(char[], OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>char[]</code> to bytes on an
<code>OutputStream</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-char:A-java.io.Writer-">write(char[], Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>char[]</code> to a <code>Writer</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.CharSequence-java.io.OutputStream-">write(CharSequence, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#write-java.lang.CharSequence-java.io.OutputStream-java.nio.charset.Charset-"><code>IOUtils.write(CharSequence, OutputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.CharSequence-java.io.OutputStream-java.nio.charset.Charset-">write(CharSequence, OutputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>CharSequence</code> to bytes on an
<code>OutputStream</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.CharSequence-java.io.OutputStream-java.lang.String-">write(CharSequence, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>CharSequence</code> to bytes on an
<code>OutputStream</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.CharSequence-java.io.Writer-">write(CharSequence, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>CharSequence</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.String-java.io.OutputStream-">write(String, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#write-java.lang.String-java.io.OutputStream-java.nio.charset.Charset-"><code>IOUtils.write(String, OutputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.String-java.io.OutputStream-java.nio.charset.Charset-">write(String, OutputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>String</code> to bytes on an
<code>OutputStream</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.String-java.io.OutputStream-java.lang.String-">write(String, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>String</code> to bytes on an
<code>OutputStream</code> using the specified character encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.String-java.io.Writer-">write(String, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>String</code> to a <code>Writer</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.StringBuffer-java.io.OutputStream-">write(StringBuffer, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">replaced by write(CharSequence, OutputStream)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.StringBuffer-java.io.OutputStream-java.lang.String-">write(StringBuffer, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">replaced by write(CharSequence, OutputStream, String)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#write-java.lang.StringBuffer-java.io.Writer-">write(StringBuffer, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">replaced by write(CharSequence, Writer)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Writes the bytes to the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Write a byte to byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#write-java.io.InputStream-">write(InputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Writes the entire contents of the specified input stream to this
byte stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableOutputStream.html" title="class in org.apache.commons.io.output">AppendableOutputStream</a></dt>
<dd>
<div class="block">Write a character to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Writes a portion of an array of characters to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Writes a character to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AppendableWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AppendableWriter.html" title="class in org.apache.commons.io.output">AppendableWriter</a></dt>
<dd>
<div class="block">Writes a portion of a String to the underlying appendable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenOutputStream.html" title="class in org.apache.commons.io.output">BrokenOutputStream</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/BrokenWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/BrokenWriter.html" title="class in org.apache.commons.io.output">BrokenWriter</a></dt>
<dd>
<div class="block">Throws the configured exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#write-java.io.InputStream-">write(InputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ChunkedOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ChunkedOutputStream.html" title="class in org.apache.commons.io.output">ChunkedOutputStream</a></dt>
<dd>
<div class="block">Writes the data buffer in chunks to the underlying stream</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ChunkedWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ChunkedWriter.html" title="class in org.apache.commons.io.output">ChunkedWriter</a></dt>
<dd>
<div class="block">writes the data buffer in chunks to the underlying writer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedOutputStream.html" title="class in org.apache.commons.io.output">ClosedOutputStream</a></dt>
<dd>
<div class="block">Throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> to indicate that the stream is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ClosedWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ClosedWriter.html" title="class in org.apache.commons.io.output">ClosedWriter</a></dt>
<dd>
<div class="block">Throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> to indicate that the writer is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DemuxOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DemuxOutputStream.html" title="class in org.apache.commons.io.output">DemuxOutputStream</a></dt>
<dd>
<div class="block">Writes byte to stream associated with current thread.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Write a character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Write the characters from an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Write the specified characters from an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Write the characters from a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FileWriterWithEncoding.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FileWriterWithEncoding.html" title="class in org.apache.commons.io.output">FileWriterWithEncoding</a></dt>
<dd>
<div class="block">Write the specified characters from a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Writes a portion of an array of characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Writes a single character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">Writes a portion of a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Writes a character.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Writes the characters from an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Writes the specified characters from an array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Writes the characters from a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/LockableFileWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/LockableFileWriter.html" title="class in org.apache.commons.io.output">LockableFileWriter</a></dt>
<dd>
<div class="block">Writes the specified characters from a string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullOutputStream.html" title="class in org.apache.commons.io.output">NullOutputStream</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullOutputStream.html" title="class in org.apache.commons.io.output">NullOutputStream</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullOutputStream.html" title="class in org.apache.commons.io.output">NullOutputStream</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/NullWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/NullWriter.html" title="class in org.apache.commons.io.output">NullWriter</a></dt>
<dd>
<div class="block">Does nothing - output to <code>/dev/null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(char[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(char[], int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyCollectionWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyCollectionWriter.html" title="class in org.apache.commons.io.output">ProxyCollectionWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(byte[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyOutputStream.html" title="class in org.apache.commons.io.output">ProxyOutputStream</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(byte[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#write-char:A-">write(char[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(char[])</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(char[], int, int)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ProxyWriter.html#write-java.lang.String-int-int-">write(String, int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ProxyWriter.html" title="class in org.apache.commons.io.output">ProxyWriter</a></dt>
<dd>
<div class="block">Invokes the delegate's <code>write(String)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/QueueOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/QueueOutputStream.html" title="class in org.apache.commons.io.output">QueueOutputStream</a></dt>
<dd>
<div class="block">Writes a single byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#write-java.lang.String-">write(String)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Writes a String to the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/StringBuilderWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/StringBuilderWriter.html" title="class in org.apache.commons.io.output">StringBuilderWriter</a></dt>
<dd>
<div class="block">Writes a portion of a character array to the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">Writes the bytes to both streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">Writes the specified bytes to both streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/TeeOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/TeeOutputStream.html" title="class in org.apache.commons.io.output">TeeOutputStream</a></dt>
<dd>
<div class="block">Writes a byte to both streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Writes <code>b.length</code> bytes from the specified byte array to this output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Writes <code>len</code> bytes from the specified byte array starting at offset <code>off</code> to this output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ThresholdingOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ThresholdingOutputStream.html" title="class in org.apache.commons.io.output">ThresholdingOutputStream</a></dt>
<dd>
<div class="block">Writes the specified byte to this output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#write-java.io.InputStream-">write(InputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Write bytes from the specified byte array to the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Write bytes from the specified byte array to the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#write-int-">write(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Write a single byte to the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#write-char:A-int-int-">write(char[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Writes the characters to the underlying writer, detecting encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeByteArrayToFile-java.io.File-byte:A-">writeByteArrayToFile(File, byte[])</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a byte array to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeByteArrayToFile-java.io.File-byte:A-boolean-">writeByteArrayToFile(File, byte[], boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a byte array to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeByteArrayToFile-java.io.File-byte:A-int-int-">writeByteArrayToFile(File, byte[], int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes <code>len</code> bytes from the specified byte array starting
at offset <code>off</code> to a file, creating the file if it does
not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeByteArrayToFile-java.io.File-byte:A-int-int-boolean-">writeByteArrayToFile(File, byte[], int, int, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes <code>len</code> bytes from the specified byte array starting
at offset <code>off</code> to a file, creating the file if it does
not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writeChunked-byte:A-java.io.OutputStream-">writeChunked(byte[], OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes bytes from a <code>byte[]</code> to an <code>OutputStream</code> using chunked writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writeChunked-char:A-java.io.Writer-">writeChunked(char[], Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes chars from a <code>char[]</code> to a <code>Writer</code> using chunked writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#writeImpl-byte:A-int-int-">writeImpl(byte[], int, int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Writes the bytes to the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#writeImpl-int-">writeImpl(int)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Write a byte to byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#writeImpl-java.io.InputStream-">writeImpl(InputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Writes the entire contents of the specified input stream to this
byte stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.util.Collection-">writeLines(File, Collection&lt;?&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.util.Collection-boolean-">writeLines(File, Collection&lt;?&gt;, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.util.Collection-java.lang.String-">writeLines(File, Collection&lt;?&gt;, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.util.Collection-java.lang.String-boolean-">writeLines(File, Collection&lt;?&gt;, String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.lang.String-java.util.Collection-">writeLines(File, String, Collection&lt;?&gt;)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.lang.String-java.util.Collection-boolean-">writeLines(File, String, Collection&lt;?&gt;, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line, optionally appending.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.lang.String-java.util.Collection-java.lang.String-">writeLines(File, String, Collection&lt;?&gt;, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeLines-java.io.File-java.lang.String-java.util.Collection-java.lang.String-boolean-">writeLines(File, String, Collection&lt;?&gt;, String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
the specified <code>File</code> line by line.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writeLines-java.util.Collection-java.lang.String-java.io.OutputStream-">writeLines(Collection&lt;?&gt;, String, OutputStream)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/IOUtils.html#writeLines-java.util.Collection-java.lang.String-java.io.OutputStream-java.nio.charset.Charset-"><code>IOUtils.writeLines(Collection, String, OutputStream, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writeLines-java.util.Collection-java.lang.String-java.io.OutputStream-java.nio.charset.Charset-">writeLines(Collection&lt;?&gt;, String, OutputStream, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
an <code>OutputStream</code> line by line, using the specified character
encoding and the specified line ending.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writeLines-java.util.Collection-java.lang.String-java.io.OutputStream-java.lang.String-">writeLines(Collection&lt;?&gt;, String, OutputStream, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
an <code>OutputStream</code> line by line, using the specified character
encoding and the specified line ending.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writeLines-java.util.Collection-java.lang.String-java.io.Writer-">writeLines(Collection&lt;?&gt;, String, Writer)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Writes the <code>toString()</code> value of each item in a collection to
a <code>Writer</code> line by line, using the specified line ending.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/IOUtils.html#writer-java.lang.Appendable-">writer(Appendable)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/IOUtils.html" title="class in org.apache.commons.io">IOUtils</a></dt>
<dd>
<div class="block">Returns the given Appendable if it is already a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>, otherwise creates a Writer wrapper around the
given Appendable.</div>
</dd>
<dt><a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">WriterOutputStream</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block"><a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> implementation that transforms a byte stream to a
character stream using a specified charset encoding and writes the resulting
stream to a <a href="https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.CharsetDecoder-">WriterOutputStream(Writer, CharsetDecoder)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.CharsetDecoder-int-boolean-">WriterOutputStream(Writer, CharsetDecoder, int, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-int-boolean-">WriterOutputStream(Writer, Charset, int, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-">WriterOutputStream(Writer, Charset)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.lang.String-int-boolean-">WriterOutputStream(Writer, String, int, boolean)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.lang.String-">WriterOutputStream(Writer, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output"><code>WriterOutputStream</code></a> with a default output buffer size of
characters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-">WriterOutputStream(Writer)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/WriterOutputStream.html" title="class in org.apache.commons.io.output">WriterOutputStream</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/output/WriterOutputStream.html#WriterOutputStream-java.io.Writer-java.nio.charset.Charset-"><code>WriterOutputStream(Writer, Charset)</code></a> instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/FilterCollectionWriter.html#writers">writers</a></span> - Variable in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/FilterCollectionWriter.html" title="class in org.apache.commons.io.output">FilterCollectionWriter</a></dt>
<dd>
<div class="block">The underlying writers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-">writeStringToFile(File, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-java.nio.charset.Charset-"><code>FileUtils.writeStringToFile(File, String, Charset)</code></a> instead (and specify the appropriate encoding)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-boolean-">writeStringToFile(File, String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">2.5 use <a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-java.nio.charset.Charset-boolean-"><code>FileUtils.writeStringToFile(File, String, Charset, boolean)</code></a> instead (and specify the appropriate encoding)</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-java.nio.charset.Charset-">writeStringToFile(File, String, Charset)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a String to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-java.nio.charset.Charset-boolean-">writeStringToFile(File, String, Charset, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a String to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-java.lang.String-">writeStringToFile(File, String, String)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a String to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/FileUtils.html#writeStringToFile-java.io.File-java.lang.String-java.lang.String-boolean-">writeStringToFile(File, String, String, boolean)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/FileUtils.html" title="class in org.apache.commons.io">FileUtils</a></dt>
<dd>
<div class="block">Writes a String to a file creating the file if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedDouble-byte:A-int-double-">writeSwappedDouble(byte[], int, double)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "double" value to a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedDouble-java.io.OutputStream-double-">writeSwappedDouble(OutputStream, double)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "double" value to an OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedFloat-byte:A-int-float-">writeSwappedFloat(byte[], int, float)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "float" value to a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedFloat-java.io.OutputStream-float-">writeSwappedFloat(OutputStream, float)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "float" value to an OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedInteger-byte:A-int-int-">writeSwappedInteger(byte[], int, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "int" value to a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedInteger-java.io.OutputStream-int-">writeSwappedInteger(OutputStream, int)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "int" value to an OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedLong-byte:A-int-long-">writeSwappedLong(byte[], int, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "long" value to a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedLong-java.io.OutputStream-long-">writeSwappedLong(OutputStream, long)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "long" value to an OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedShort-byte:A-int-short-">writeSwappedShort(byte[], int, short)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "short" value to a byte array at a given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/EndianUtils.html#writeSwappedShort-java.io.OutputStream-short-">writeSwappedShort(OutputStream, short)</a></span> - Static method in class org.apache.commons.io.<a href="org/apache/commons/io/EndianUtils.html" title="class in org.apache.commons.io">EndianUtils</a></dt>
<dd>
<div class="block">Writes a "short" value to an OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#writeTo-java.io.OutputStream-">writeTo(OutputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Writes the entire contents of this byte stream to the
specified output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/ByteArrayOutputStream.html#writeTo-java.io.OutputStream-">writeTo(OutputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/ByteArrayOutputStream.html" title="class in org.apache.commons.io.output">ByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/DeferredFileOutputStream.html#writeTo-java.io.OutputStream-">writeTo(OutputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/DeferredFileOutputStream.html" title="class in org.apache.commons.io.output">DeferredFileOutputStream</a></dt>
<dd>
<div class="block">Writes the data from this output stream to the specified output stream, after it has been closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html#writeTo-java.io.OutputStream-">writeTo(OutputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/UnsynchronizedByteArrayOutputStream.html" title="class in org.apache.commons.io.output">UnsynchronizedByteArrayOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html#writeToImpl-java.io.OutputStream-">writeToImpl(OutputStream)</a></span> - Method in class org.apache.commons.io.output.<a href="org/apache/commons/io/output/AbstractByteArrayOutputStream.html" title="class in org.apache.commons.io.output">AbstractByteArrayOutputStream</a></dt>
<dd>
<div class="block">Writes the entire contents of this byte stream to the
specified output stream.</div>
</dd>
</dl>
<a name="I:X">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">XmlStreamReader</span></a> - Class in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">Character stream that handles all the necessary Voodoo to figure out the
charset encoding of the XML document within the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.File-">XmlStreamReader(File)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader for a File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.InputStream-">XmlStreamReader(InputStream)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader for a raw InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.InputStream-boolean-">XmlStreamReader(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader for a raw InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.InputStream-boolean-java.lang.String-">XmlStreamReader(InputStream, boolean, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader for a raw InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.InputStream-java.lang.String-">XmlStreamReader(InputStream, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader using an InputStream and the associated content-type
header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.InputStream-java.lang.String-boolean-">XmlStreamReader(InputStream, String, boolean)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader using an InputStream and the associated content-type
header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.io.InputStream-java.lang.String-boolean-java.lang.String-">XmlStreamReader(InputStream, String, boolean, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader using an InputStream and the associated content-type
header.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.nio.file.Path-">XmlStreamReader(Path)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader for a File.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.net.URL-">XmlStreamReader(URL)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader using the InputStream of a URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReader.html#XmlStreamReader-java.net.URLConnection-java.lang.String-">XmlStreamReader(URLConnection, String)</a></span> - Constructor for class org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReader.html" title="class in org.apache.commons.io.input">XmlStreamReader</a></dt>
<dd>
<div class="block">Creates a Reader using the InputStream of a URLConnection.</div>
</dd>
<dt><a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input"><span class="typeNameLink">XmlStreamReaderException</span></a> - Exception in <a href="org/apache/commons/io/input/package-summary.html">org.apache.commons.io.input</a></dt>
<dd>
<div class="block">The XmlStreamReaderException is thrown by the XmlStreamReader constructors if
the charset encoding can not be determined according to the XML 1.0
specification and RFC 3023.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#XmlStreamReaderException-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">XmlStreamReaderException(String, String, String, String)</a></span> - Constructor for exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Creates an exception instance if the charset encoding could not be
determined.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/input/XmlStreamReaderException.html#XmlStreamReaderException-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">XmlStreamReaderException(String, String, String, String, String, String)</a></span> - Constructor for exception org.apache.commons.io.input.<a href="org/apache/commons/io/input/XmlStreamReaderException.html" title="class in org.apache.commons.io.input">XmlStreamReaderException</a></dt>
<dd>
<div class="block">Creates an exception instance if the charset encoding could not be
determined.</div>
</dd>
<dt><a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output"><span class="typeNameLink">XmlStreamWriter</span></a> - Class in <a href="org/apache/commons/io/output/package-summary.html">org.apache.commons.io.output</a></dt>
<dd>
<div class="block">Character stream that handles all the necessary Voodoo to figure out the
charset encoding of the XML document written to the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#XmlStreamWriter-java.io.OutputStream-">XmlStreamWriter(OutputStream)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Constructs a new XML stream writer for the specified output stream
with a default encoding of UTF-8.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#XmlStreamWriter-java.io.OutputStream-java.lang.String-">XmlStreamWriter(OutputStream, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Constructs a new XML stream writer for the specified output stream
with the specified default encoding.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#XmlStreamWriter-java.io.File-">XmlStreamWriter(File)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Constructs a new XML stream writer for the specified file
with a default encoding of UTF-8.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/commons/io/output/XmlStreamWriter.html#XmlStreamWriter-java.io.File-java.lang.String-">XmlStreamWriter(File, String)</a></span> - Constructor for class org.apache.commons.io.output.<a href="org/apache/commons/io/output/XmlStreamWriter.html" title="class in org.apache.commons.io.output">XmlStreamWriter</a></dt>
<dd>
<div class="block">Constructs a new XML stream writer for the specified file
with the specified default encoding.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>