org.w3c.tidy
Class StreamInJavaImpl
java.lang.Objectorg.w3c.tidy.StreamInJavaImpl
- StreamIn
public class StreamInJavaImpl
extends java.lang.Object
StreamIn Implementation using java writers.
$Revision: 807 $ ($Author: fgiust $)
StreamInJavaImpl(InputStream stream, String encoding, int tabsize)- Instantiates a new StreamInJavaImpl.
|
StreamInJavaImpl(Reader reader, int tabsize)- Instantiates a new StreamInJavaImpl.
|
StreamInJavaImpl
protected StreamInJavaImpl(InputStream stream,
String encoding,
int tabsize)
throws UnsupportedEncodingException Instantiates a new StreamInJavaImpl.
stream - encoding - tabsize -
StreamInJavaImpl
protected StreamInJavaImpl(Reader reader,
int tabsize) Instantiates a new StreamInJavaImpl.