|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.streaming.SheetDataWriter
org.apache.poi.poifs.crypt.temp.SheetDataWriterWithDecorator
@Beta public class SheetDataWriterWithDecorator
| Constructor Summary | |
|---|---|
SheetDataWriterWithDecorator()
|
|
| Method Summary | |
|---|---|
protected java.io.InputStream |
decorateInputStream(java.io.FileInputStream fis)
Override this to translate (such as decrypt or expand) the file input stream as it is being read from disk. |
protected java.io.OutputStream |
decorateOutputStream(java.io.FileOutputStream fos)
Override this to translate (such as encrypt or compress) the file output stream as it is being written to disk. |
| Methods inherited from class org.apache.poi.xssf.streaming.SheetDataWriter |
|---|
close, createTempFile, createWriter, finalize, getLastFlushedRow, getLowestIndexOfFlushedRows, getNumberOfCellsOfLastFlushedRow, getNumberOfFlushedRows, getTempFile, getWorksheetXMLInputStream, outputQuotedString, writeCell, writeRow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SheetDataWriterWithDecorator()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
protected java.io.OutputStream decorateOutputStream(java.io.FileOutputStream fos)
SheetDataWriter
decorateOutputStream in class SheetDataWriterfos - the stream to decorate
SheetDataWriter.decorateInputStream(FileInputStream)protected java.io.InputStream decorateInputStream(java.io.FileInputStream fis)
SheetDataWriter
decorateInputStream in class SheetDataWriterfis - the stream to decorate
SheetDataWriter.decorateOutputStream(FileOutputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||