You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2015/10/06 22:12:11 UTC

svn commit: r1707132 - /pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html

Author: msahyoun
Date: Tue Oct  6 20:12:11 2015
New Revision: 1707132

URL: http://svn.apache.org/viewvc?rev=1707132&view=rev
Log:
Site checkin for project Apache PDFBox

Modified:
    pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html?rev=1707132&r1=1707131&r2=1707132&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html Tue Oct  6 20:12:11 2015
@@ -312,7 +312,7 @@ implements <a href="../../../../org/apac
                                     throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Create a random access input stream for the given input stream by copying the data to a
  temporary file.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>input</code> - the input stream to be read.</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>input</code> - the input stream to be read. It will be closed by this method.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if something went wrong while creating the temporary file.</dd></dl>
 </li>