public abstract class AbstractWritingEngine extends java.lang.Object implements StructureWriterEngine
Constructor and Description |
---|
AbstractWritingEngine(SDMX_SCHEMA schemaVersion,
java.io.OutputStream outputStream,
boolean prettyfy) |
Modifier and Type | Method and Description |
---|---|
void |
writeStructure(MaintainableBean bean)
Writes the bean out to the output location in the format specified by the implementation
|
void |
writeStructures(SdmxBeans beans)
Writes the beans to the output location in the format specified by the implementation
|
public AbstractWritingEngine(SDMX_SCHEMA schemaVersion, java.io.OutputStream outputStream, boolean prettyfy)
public void writeStructure(MaintainableBean bean)
StructureWriterEngine
writeStructure
in interface StructureWriterEngine
public void writeStructures(SdmxBeans beans)
StructureWriterEngine
writeStructures
in interface StructureWriterEngine