TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.internal
Interface IWriter

All Known Implementing Classes:
DXmlDocumentWriter, DXmlWriter

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IWriter

IWriter is provided to federate any class wanted to write IDObject, or IDItem of JScribe core using an OutputStream.


Method Summary
 void clear()
          Deprecated. Clears before re-use
 void write(java.io.OutputStream output, IDObject object)
          Deprecated. Writes the object to the output stream.
 void write(java.io.OutputStream output, IDObject[] objects)
          Deprecated. Writes all the objects from the table to the output stream.
 

Method Detail

write

void write(java.io.OutputStream output,
           IDObject object)
           throws java.lang.Exception
Deprecated. 
Writes the object to the output stream.

Throws:
java.lang.Exception

write

void write(java.io.OutputStream output,
           IDObject[] objects)
           throws java.lang.Exception
Deprecated. 
Writes all the objects from the table to the output stream.

Throws:
java.lang.Exception

clear

void clear()
Deprecated. 
Clears before re-use


TPTP 4.6.0 Platform Project
Internal API Specification