Package org.apache.poi.xssf.streaming
Class GZIPSheetDataWriter
java.lang.Object
org.apache.poi.xssf.streaming.SheetDataWriter
org.apache.poi.xssf.streaming.GZIPSheetDataWriter
- All Implemented Interfaces:
Closeable,AutoCloseable
Sheet writer that supports gzip compression of the temp files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.no need for this be public, will be made private or protected in an upcoming releaseMethods inherited from class org.apache.poi.xssf.streaming.SheetDataWriter
close, createWriter, getLastFlushedRow, getLowestIndexOfFlushedRows, getNumberOfCellsOfLastFlushedRow, getNumberOfFlushedRows, getWorksheetXMLInputStream, writeCell, writeRow
-
Constructor Details
-
GZIPSheetDataWriter
- Throws:
IOException
-
-
Method Details
-
createTempFile
Deprecated.no need for this be public, will be made private or protected in an upcoming releaseDescription copied from class:SheetDataWriterCreate a temp file to write sheet data. By default, temp files are created in the default temporary-file directory with a prefix "poi-sxssf-sheet" and suffix ".xml". Subclasses can override it and specify a different temp directory or filename or suffix, e.g..gz- Overrides:
createTempFilein classSheetDataWriter- Returns:
- temp file to write sheet data
- Throws:
IOException
-