Package org.cyclos.impl.system
Interface ExportHandler
-
public interface ExportHandlerHandles exporting of a specific format
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExportHandler.ExportParametersInternal parameters for exporting data
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializableInputStreamexport(ExportHandler.ExportParameters params)Exports the given data to fileBuiltInExportFormatgetBuiltInFormat()Returns the built-in format handled by this type, or null if handles custom types
-
-
-
Method Detail
-
export
SerializableInputStream export(ExportHandler.ExportParameters params)
Exports the given data to file
-
getBuiltInFormat
BuiltInExportFormat getBuiltInFormat()
Returns the built-in format handled by this type, or null if handles custom types
-
-