com.jclark.xsl.sax

Class OutputStreamDestination

public class OutputStreamDestination extends GenericDestination

A Destination on an already opened OutputStream
Constructor Summary
OutputStreamDestination(OutputStream outputStream)
Method Summary
OutputStreamgetOutputStream(String contentType, String encoding)
initialize with the given (Java) character encoding name, ignore the mime contentType and return the OutputStream for an OutputHandler to write to

Constructor Detail

OutputStreamDestination

public OutputStreamDestination(OutputStream outputStream)

Method Detail

getOutputStream

public OutputStream getOutputStream(String contentType, String encoding)
initialize with the given (Java) character encoding name, ignore the mime contentType and return the OutputStream for an OutputHandler to write to