Package com.google.refine.exporters
Interface StreamExporter
- All Superinterfaces:
Exporter
- All Known Implementing Classes:
OdsExporter,XlsExporter
-
Method Summary
Modifier and TypeMethodDescriptionvoidexport(Project project, Properties options, Engine engine, OutputStream outputStream) Methods inherited from interface com.google.refine.exporters.Exporter
getContentType
-
Method Details
-
export
void export(Project project, Properties options, Engine engine, OutputStream outputStream) throws IOException - Throws:
IOException
-