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

svn commit: r967987 - in /websites/staging/pdfbox/trunk/content: ./ docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html

Author: buildbot
Date: Tue Oct  6 20:12:31 2015
New Revision: 967987

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct  6 20:12:31 2015
@@ -1 +1 @@
-1707131
+1707132

Modified: websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html (original)
+++ websites/staging/pdfbox/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/io/RandomAccessBufferedFileInputStream.html Tue Oct  6 20:12:31 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>