org.pentaho.reporting.engine.classic.core.wizard.writer
Class StandaloneDataSchemaWriter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.wizard.writer.StandaloneDataSchemaWriter

public class StandaloneDataSchemaWriter
extends Object

Todo: Document Me

Author:
Thomas Morgner

Constructor Summary
StandaloneDataSchemaWriter()
           
 
Method Summary
 void write(DataSchemaDefinition definition, OutputStream outputStream, String encoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneDataSchemaWriter

public StandaloneDataSchemaWriter()
Method Detail

write

public void write(DataSchemaDefinition definition,
                  OutputStream outputStream,
                  String encoding)
           throws IOException
Throws:
IOException