Class SXSSFWorkbookWithCustomZipEntrySource

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Iterable<Sheet>, Workbook

    @Beta
    public class SXSSFWorkbookWithCustomZipEntrySource
    extends SXSSFWorkbook
    • Constructor Detail

      • SXSSFWorkbookWithCustomZipEntrySource

        public SXSSFWorkbookWithCustomZipEntrySource()
    • Method Detail

      • write

        public void write​(java.io.OutputStream stream)
                   throws java.io.IOException
        Description copied from class: SXSSFWorkbook
        Write out this workbook to an OutputStream.
        Specified by:
        write in interface Workbook
        Overrides:
        write in class SXSSFWorkbook
        Parameters:
        stream - - the java OutputStream you wish to write to
        Throws:
        java.io.IOException - if anything can't be written.