com.jclark.xsl.sax
Class OutputStreamDestination
- Destination
public class OutputStreamDestination
A Destination on an already opened OutputStream
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
|
OutputStreamDestination
public OutputStreamDestination(OutputStream outputStream)
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
- getOutputStream in interface Destination