]> source.dussan.org Git - poi.git/commitdiff
[bug-65613] experimental SXSSF writeAvoidingTempFiles
authorPJ Fanning <fanningpj@apache.org>
Mon, 4 Oct 2021 20:51:05 +0000 (20:51 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 4 Oct 2021 20:51:05 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893897 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java

index f0421af8bdfe43afd8c529ccb3f6c4e23e8c03ad..ce6c8d6c295b6a12dff7f183c5a5e59b30ba1472 100644 (file)
@@ -977,6 +977,7 @@ public class SXSSFWorkbook implements Workbook {
      *
      * @param stream - the java OutputStream you wish to write to
      * @exception IOException if anything can't be written.
+     * @since POI 5.1.0 (experimental and still liable to change or be removed)
      */
     @Beta
     public void writeAvoidingTempFiles(OutputStream stream) throws IOException {