com.stylusstudio.converter
Class OutputStreamSource

java.lang.Object
  extended bycom.ddtek.xmlconverter.OutputStreamSource
      extended bycom.stylusstudio.converter.OutputStreamSource
All Implemented Interfaces:
Source

Deprecated. Replaced by OutputStreamSource.

public class OutputStreamSource
extends OutputStreamSource

The class OutputStreamSource is used to specify that the user of Converter wants to provide the source data for the conversion by writing it to a OutputStream.


Constructor Summary
OutputStreamSource()
          Deprecated.  
 
Methods inherited from class com.ddtek.xmlconverter.OutputStreamSource
getOutputStream, getSystemId, setOutputStream, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamSource

public OutputStreamSource()
Deprecated.