org.apache.poi.xssf.streaming
Class SXSSFSheet.SheetDataWriter

java.lang.Object
  extended by org.apache.poi.xssf.streaming.SXSSFSheet.SheetDataWriter
Enclosing class:
SXSSFSheet

public class SXSSFSheet.SheetDataWriter
extends java.lang.Object


Constructor Summary
SXSSFSheet.SheetDataWriter()
           
 
Method Summary
protected  void finalize()
           
 int getLowestIndexOfFlushedRows()
           
 int getNumberOfCellsOfLastFlushedRow()
           
 int getNumberOfFlushedRows()
           
 java.io.InputStream getWorksheetXMLInputStream()
           
protected  void outputQuotedString(java.lang.String s)
           
 void writeCell(int columnIndex, Cell cell)
           
 void writeRow(int rownum, SXSSFRow row)
          Write a row to the file
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SXSSFSheet.SheetDataWriter

public SXSSFSheet.SheetDataWriter()
                           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getNumberOfFlushedRows

public int getNumberOfFlushedRows()

getNumberOfCellsOfLastFlushedRow

public int getNumberOfCellsOfLastFlushedRow()

getLowestIndexOfFlushedRows

public int getLowestIndexOfFlushedRows()

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

getWorksheetXMLInputStream

public java.io.InputStream getWorksheetXMLInputStream()
                                               throws java.io.IOException
Throws:
java.io.IOException

writeRow

public void writeRow(int rownum,
                     SXSSFRow row)
              throws java.io.IOException
Write a row to the file

Parameters:
rownum - 0-based row number
row - a row
Throws:
java.io.IOException

writeCell

public void writeCell(int columnIndex,
                      Cell cell)
               throws java.io.IOException
Throws:
java.io.IOException

outputQuotedString

protected void outputQuotedString(java.lang.String s)
                           throws java.io.IOException
Throws:
java.io.IOException


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.