You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/08 21:32:41 UTC

svn commit: r861378 [2/41] - in /websites/production/commons/content/proper/commons-io: ./ apidocs/ apidocs/org/apache/commons/io/ apidocs/src-html/org/apache/commons/io/ cobertura/ xref/org/apache/commons/io/

Modified: websites/production/commons/content/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html (original)
+++ websites/production/commons/content/proper/commons-io/apidocs/org/apache/commons/io/FileUtils.html Wed May  8 19:32:39 2013
@@ -115,7 +115,7 @@ extends <a href="http://download.oracle.
  <p>
  Origin of code: Excalibur, Alexandria, Commons-Utils</div>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: FileUtils.java 1480300 2013-05-08 14:36:32Z ggregory $</dd></dl>
+  <dd>$Id: FileUtils.java 1480346 2013-05-08 16:45:03Z ggregory $</dd></dl>
 </li>
 </ul>
 </div>
@@ -397,9 +397,8 @@ extends <a href="http://download.oracle.
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/io/FileUtils.html#copyInputStreamToFile(java.io.InputStream, java.io.File, boolean)">copyInputStreamToFile</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;source,
-                                          <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destination,
-                                          boolean&nbsp;closeSource)</code>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/io/FileUtils.html#copyToFile(java.io.InputStream, java.io.File)">copyToFile</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;source,
+                    <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destination)</code>
 <div class="block">Copies bytes from an <a href="http://download.oracle.com/javase/6/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>
 </td>
@@ -2125,22 +2124,22 @@ extends <a href="http://download.oracle.
   <dd>2.0</dd></dl>
 </li>
 </ul>
-<a name="copyInputStreamToFile(java.io.InputStream, java.io.File, boolean)">
+<a name="copyToFile(java.io.InputStream, java.io.File)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>copyInputStreamToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1529">copyInputStreamToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;source,
-                         <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destination,
-                         boolean&nbsp;closeSource)
-                                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<h4>copyToFile</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1533">copyToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;source,
+              <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destination)
+                       throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Copies bytes from an <a href="http://download.oracle.com/javase/6/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>. The directories up to <code>destination</code>
  will be created if they don't already exist. <code>destination</code>
- will be overwritten if it already exists.</div>
+ will be overwritten if it already exists.
+ The <code>source</code> stream is closed.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - the <code>InputStream</code> to copy bytes from, must not be <code>null</code></dd><dd><code>destination</code> - the non-directory <code>File</code> to write bytes to
-  (possibly overwriting), must not be <code>null</code></dd><dd><code>closeSource</code> - If true, closes the <code>source</code></dd>
+  (possibly overwriting), must not be <code>null</code></dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if <code>destination</code> is a directory</dd>
 <dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if <code>destination</code> cannot be written</dd>
@@ -2155,7 +2154,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>deleteDirectory</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1553">deleteDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1550">deleteDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)
                             throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Deletes a directory recursively.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>directory</code> - directory to delete</dd>
@@ -2169,7 +2168,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>deleteQuietly</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1584">deleteQuietly</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1581">deleteQuietly</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
 <div class="block">Deletes a file, never throwing an exception. If file is a directory, delete it and all sub-directories.
  <p>
  The difference between File.delete() and this method are:
@@ -2189,7 +2188,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>directoryContains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1626">directoryContains</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1623">directoryContains</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory,
                         <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;child)
                                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Determines whether the <code>parent</code> directory contains the <code>child</code> element (a file or directory).
@@ -2218,7 +2217,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>cleanDirectory</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1658">cleanDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1655">cleanDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)
                            throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Cleans a directory without deleting it.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>directory</code> - directory to clean</dd>
@@ -2232,7 +2231,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>waitFor</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1700">waitFor</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1697">waitFor</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               int&nbsp;seconds)</pre>
 <div class="block">Waits for NFS to propagate a file creation, imposing a timeout.
  <p>
@@ -2250,7 +2249,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>readFileToString</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1732">readFileToString</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1729">readFileToString</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                       <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;encoding)
                                throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Reads the contents of a file into a String.
@@ -2268,7 +2267,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>readFileToString</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1757">readFileToString</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1754">readFileToString</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                       <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
                                throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Reads the contents of a file into a String. The file is always closed.</div>
@@ -2288,7 +2287,7 @@ extends <a href="http://download.oracle.
 <li class="blockList">
 <h4>readFileToString</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1773">readFileToString</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1770">readFileToString</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                                throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>2.5 use <a href="../../../../org/apache/commons/io/FileUtils.html#readFileToString(java.io.File, java.nio.charset.Charset)"><code>readFileToString(File, Charset)</code></a> instead</i></div>
 <div class="block">Reads the contents of a file into a String using the default encoding for the VM.
@@ -2306,7 +2305,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>readFileToByteArray</h4>
-<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1786">readFileToByteArray</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1783">readFileToByteArray</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                                   throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Reads the contents of a file into a byte array.
  The file is always closed.</div>
@@ -2323,7 +2322,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>readLines</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1806">readLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1803">readLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;encoding)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Reads the contents of a file line by line to a List of Strings.
@@ -2341,7 +2340,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>readLines</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1831">readLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1828">readLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Reads the contents of a file line by line to a List of Strings. The file is always closed.</div>
@@ -2361,7 +2360,7 @@ public static&nbsp;<a href="http://downl
 <li class="blockList">
 <h4>readLines</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1846">readLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1843">readLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>2.5 use <a href="../../../../org/apache/commons/io/FileUtils.html#readLines(java.io.File, java.nio.charset.Charset)"><code>readLines(File, Charset)</code></a> instead</i></div>
 <div class="block">Reads the contents of a file line by line to a List of Strings using the default encoding for the VM.
@@ -2379,7 +2378,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>lineIterator</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1881">lineIterator</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1878">lineIterator</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                         <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
                                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Returns an Iterator for the lines in a <code>File</code>.
@@ -2418,7 +2417,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>lineIterator</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1904">lineIterator</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/io/LineIterator.html" title="class in org.apache.commons.io">LineIterator</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1901">lineIterator</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Returns an Iterator for the lines in a <code>File</code> using the default encoding for the VM.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file to open for input, must not be <code>null</code></dd>
@@ -2435,7 +2434,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>writeStringToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1922">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1919">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;encoding)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2456,7 +2455,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>writeStringToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1938">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1935">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2476,7 +2475,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>writeStringToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1953">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1950">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;encoding,
                      boolean&nbsp;append)
@@ -2495,7 +2494,7 @@ public static&nbsp;<a href="http://downl
 <ul class="blockList">
 <li class="blockList">
 <h4>writeStringToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1978">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1975">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
                      <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
                      boolean&nbsp;append)
@@ -2517,7 +2516,7 @@ public static&nbsp;<a href="http://downl
 <li class="blockList">
 <h4>writeStringToFile</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1991">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.1988">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                                 <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>2.5 use <a href="../../../../org/apache/commons/io/FileUtils.html#writeStringToFile(java.io.File, java.lang.String, java.nio.charset.Charset)"><code>writeStringToFile(File, String, Charset)</code></a> instead</i></div>
@@ -2534,7 +2533,7 @@ public static&nbsp;void&nbsp;<a href="..
 <li class="blockList">
 <h4>writeStringToFile</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2007">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2004">writeStringToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                                 <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;data,
                                 boolean&nbsp;append)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2554,7 +2553,7 @@ public static&nbsp;void&nbsp;<a href="..
 <li class="blockList">
 <h4>write</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2021">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2018">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                     <a href="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;data)
                   throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>2.5 use <a href="../../../../org/apache/commons/io/FileUtils.html#write(java.io.File, java.lang.CharSequence, java.nio.charset.Charset)"><code>write(File, CharSequence, Charset)</code></a> instead</i></div>
@@ -2572,7 +2571,7 @@ public static&nbsp;void&nbsp;<a href="..
 <li class="blockList">
 <h4>write</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2037">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2034">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                     <a href="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;data,
                     boolean&nbsp;append)
                   throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2591,7 +2590,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2050">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2047">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;data,
          <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;encoding)
                   throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2608,7 +2607,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2064">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2061">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;data,
          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
                   throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2626,7 +2625,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2079">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2076">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;data,
          <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;encoding,
          boolean&nbsp;append)
@@ -2645,7 +2644,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2098">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2095">write</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;data,
          <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
          boolean&nbsp;append)
@@ -2666,7 +2665,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeByteArrayToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2113">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2110">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                         byte[]&nbsp;data)
                                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Writes a byte array to a file creating the file if it does not exist.
@@ -2685,7 +2684,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeByteArrayToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2127">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2124">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                         byte[]&nbsp;data,
                         boolean&nbsp;append)
                                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2703,7 +2702,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeByteArrayToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2143">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2140">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                         byte[]&nbsp;data,
                         int&nbsp;off,
                         int&nbsp;len)
@@ -2723,7 +2722,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeByteArrayToFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2161">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2158">writeByteArrayToFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                         byte[]&nbsp;data,
                         int&nbsp;off,
                         int&nbsp;len,
@@ -2745,7 +2744,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2187">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2184">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines)
                        throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2768,7 +2767,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2205">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2202">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines,
               boolean&nbsp;append)
@@ -2790,7 +2789,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2219">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2216">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines)
                        throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Writes the <code>toString()</code> value of each item in a collection to
@@ -2808,7 +2807,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2235">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2232">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines,
               boolean&nbsp;append)
                        throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2828,7 +2827,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2255">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2252">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lineEnding)
@@ -2852,7 +2851,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2275">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2272">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lineEnding,
@@ -2875,7 +2874,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2300">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2297">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lineEnding)
                        throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -2894,7 +2893,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLines</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2317">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2314">writeLines</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
               <a href="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;lines,
               <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lineEnding,
               boolean&nbsp;append)
@@ -2915,7 +2914,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>forceDelete</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2338">forceDelete</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2335">forceDelete</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                         throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Deletes a file. If file is a directory, delete it and all sub-directories.
  <p>
@@ -2938,7 +2937,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>forceDeleteOnExit</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2362">forceDeleteOnExit</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2359">forceDeleteOnExit</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                               throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Schedules a file to be deleted when JVM exits.
  If file is directory delete it and all sub-directories.</div>
@@ -2954,7 +2953,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>forceMkdir</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2436">forceMkdir</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2433">forceMkdir</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)
                        throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Makes a directory, including any necessary but nonexistent parent
  directories. If a file already exists with specified name but it is
@@ -2973,7 +2972,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>forceMkdirParent</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2472">forceMkdirParent</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2469">forceMkdirParent</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                              throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Makes any necessary but nonexistent parent directories for a given File. If the parent directory cannot be
  created then an IOException is thrown.</div>
@@ -2990,7 +2989,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>sizeOf</h4>
-<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2503">sizeOf</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
+<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2500">sizeOf</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
 <div class="block">Returns the size of the specified file or directory. If the provided
  <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> is a regular file, then the file's length is returned.
  If the argument is a directory, then the size of the directory is
@@ -3016,7 +3015,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>sizeOfAsBigInteger</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2536">sizeOfAsBigInteger</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2533">sizeOfAsBigInteger</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</pre>
 <div class="block">Returns the size of the specified file or directory. If the provided
  <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> is a regular file, then the file's length is returned.
  If the argument is a directory, then the size of the directory is
@@ -3038,7 +3037,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>sizeOfDirectory</h4>
-<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2566">sizeOfDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)</pre>
+<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2563">sizeOfDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)</pre>
 <div class="block">Counts the size of a directory recursively (sum of the length of all files).
  <p>
  Note that overflow is not detected, and the return value may be negative if
@@ -3057,7 +3056,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>sizeOfDirectoryAsBigInteger</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2601">sizeOfDirectoryAsBigInteger</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)</pre>
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2598">sizeOfDirectoryAsBigInteger</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;directory)</pre>
 <div class="block">Counts the size of a directory recursively (sum of the length of all files).</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>directory</code> - directory to inspect, must not be <code>null</code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>size of directory in bytes, 0 if directory is security restricted.</dd>
@@ -3072,7 +3071,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>isFileNewer</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2652">isFileNewer</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2649">isFileNewer</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                   <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;reference)</pre>
 <div class="block">Tests if the specified <code>File</code> is newer than the reference
  <code>File</code>.</div>
@@ -3092,7 +3091,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>isFileNewer</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2675">isFileNewer</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2672">isFileNewer</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                   <a href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;date)</pre>
 <div class="block">Tests if the specified <code>File</code> is newer than the specified
  <code>Date</code>.</div>
@@ -3111,7 +3110,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>isFileNewer</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2694">isFileNewer</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2691">isFileNewer</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                   long&nbsp;timeMillis)</pre>
 <div class="block">Tests if the specified <code>File</code> is newer than the specified
  time reference.</div>
@@ -3130,7 +3129,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>isFileOlder</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2719">isFileOlder</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2716">isFileOlder</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                   <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;reference)</pre>
 <div class="block">Tests if the specified <code>File</code> is older than the reference
  <code>File</code>.</div>
@@ -3150,7 +3149,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>isFileOlder</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2742">isFileOlder</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2739">isFileOlder</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                   <a href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;date)</pre>
 <div class="block">Tests if the specified <code>File</code> is older than the specified
  <code>Date</code>.</div>
@@ -3169,7 +3168,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>isFileOlder</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2761">isFileOlder</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2758">isFileOlder</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                   long&nbsp;timeMillis)</pre>
 <div class="block">Tests if the specified <code>File</code> is older than the specified
  time reference.</div>
@@ -3188,7 +3187,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>checksumCRC32</h4>
-<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2783">checksumCRC32</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;long&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2780">checksumCRC32</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                           throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Computes the checksum of a file using the CRC32 checksum routine.
  The value of the checksum is returned.</div>
@@ -3207,7 +3206,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>checksum</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/zip/Checksum.html?is-external=true" title="class or interface in java.util.zip">Checksum</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2806">checksum</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/zip/Checksum.html?is-external=true" title="class or interface in java.util.zip">Checksum</a>&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2803">checksum</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
                 <a href="http://download.oracle.com/javase/6/docs/api/java/util/zip/Checksum.html?is-external=true" title="class or interface in java.util.zip">Checksum</a>&nbsp;checksum)
                          throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Computes the checksum of a file using the specified checksum object.
@@ -3232,7 +3231,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>moveDirectory</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2833">moveDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;srcDir,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2830">moveDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;srcDir,
                  <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destDir)
                           throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Moves a directory.
@@ -3253,7 +3252,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>moveDirectoryToDirectory</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2876">moveDirectoryToDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;src,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2873">moveDirectoryToDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;src,
                             <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destDir,
                             boolean&nbsp;createDestDir)
                                      throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -3274,7 +3273,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>moveFile</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2910">moveFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;srcFile,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2907">moveFile</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;srcFile,
             <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destFile)
                      throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Moves a file.
@@ -3295,7 +3294,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>moveFileToDirectory</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2953">moveFileToDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;srcFile,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2950">moveFileToDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;srcFile,
                        <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destDir,
                        boolean&nbsp;createDestDir)
                                 throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -3316,7 +3315,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockList">
 <li class="blockList">
 <h4>moveToDirectory</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2988">moveToDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;src,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.2985">moveToDirectory</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;src,
                    <a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;destDir,
                    boolean&nbsp;createDestDir)
                             throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -3339,7 +3338,7 @@ public static&nbsp;void&nbsp;<a href="..
 <ul class="blockListLast">
 <li class="blockList">
 <h4>isSymlink</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.3022">isSymlink</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/io/FileUtils.html#line.3019">isSymlink</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
                          throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Determines whether the specified file is a Symbolic Link rather than an actual file.
  <p>