public class GZIPSheetDataWriter extends SheetDataWriter
Constructor and Description |
---|
GZIPSheetDataWriter() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
createTempFile()
Create a temp file to write sheet data.
|
java.io.Writer |
createWriter(java.io.File fd)
Create a writer for the sheet data.
|
java.io.InputStream |
getWorksheetXMLInputStream() |
close, finalize, getLowestIndexOfFlushedRows, getNumberOfCellsOfLastFlushedRow, getNumberOfFlushedRows, outputQuotedString, writeCell, writeRow
public GZIPSheetDataWriter() throws java.io.IOException
java.io.IOException
public java.io.File createTempFile() throws java.io.IOException
SheetDataWriter
.gz
createTempFile
in class SheetDataWriter
java.io.IOException
public java.io.Writer createWriter(java.io.File fd) throws java.io.IOException
SheetDataWriter
createWriter
in class SheetDataWriter
fd
- the file to write tojava.io.IOException
public java.io.InputStream getWorksheetXMLInputStream() throws java.io.IOException
getWorksheetXMLInputStream
in class SheetDataWriter
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.