Package io.keikai.range.impl.imexp
Class AbstractExporter
- java.lang.Object
-
- io.keikai.range.impl.imexp.AbstractExporter
-
- All Implemented Interfaces:
SExporter,java.io.Serializable
- Direct Known Subclasses:
AbstractExcelExporter
public abstract class AbstractExporter extends java.lang.Object implements SExporter, java.io.Serializable
Defines common behaviors for an exporter.- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(SBook book, java.io.File file)Export a bookvoidexport(SheetRegion sheetRegion, java.io.OutputStream fos)voidexport(SSheet sheet, java.io.OutputStream fos)
-
-
-
Method Detail
-
export
public void export(SBook book, java.io.File file) throws java.io.IOException
Description copied from interface:SExporterExport a book
-
export
public void export(SSheet sheet, java.io.OutputStream fos) throws java.io.IOException
- Throws:
java.io.IOException
-
export
public void export(SheetRegion sheetRegion, java.io.OutputStream fos) throws java.io.IOException
- Throws:
java.io.IOException
-
-