Patch from Tim Jones from #61044 - Note on setCompressTempFiles

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1792720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-04-26 09:43:56 +00:00
parent c2dc3ad585
commit 9896e13bf4

View File

@ -306,6 +306,10 @@ public class SXSSFWorkbook implements Workbook {
* <p>
* Please note the the "compress" option may cause performance penalty.
* </p>
* <p>
* Setting this option only affects compression for subsequent <code>createSheet()</code>
* calls.
* </p>
* @param compress whether to compress temp files
*/
public void setCompressTempFiles(boolean compress) {