public interface DataWriterManager
Modifier and Type | Method and Description |
---|---|
DataWriterEngine |
getDataWriterEngine(DataFormat dataFormat,
java.io.OutputStream out)
Returns a
DataWriterEngine that can write the given DATA_TYPE . |
DataWriterEngine getDataWriterEngine(DataFormat dataFormat, java.io.OutputStream out)
DataWriterEngine
that can write the given DATA_TYPE
.dataFormat
- defines the data format to write the output inout
- the OutputStream
to write the data toSdmxNotImplementedException
- if no DataWriterEngine
could be found to write the requested data