Package org.w3c.tidy

Class StreamInJavaImpl

java.lang.Object
org.w3c.tidy.StreamInJavaImpl
All Implemented Interfaces:
StreamIn

public class StreamInJavaImpl extends Object implements StreamIn
StreamIn Implementation using java writers.
Version:
$Revision$ ($Author$)
Author:
Fabrizio Giustina
  • Constructor Details

    • StreamInJavaImpl

      protected StreamInJavaImpl(InputStream stream, String encoding, int tabsize) throws UnsupportedEncodingException
      Instantiates a new StreamInJavaImpl.
      Parameters:
      stream - the stream to read from
      encoding - the streams text encoding
      tabsize - the tab size
      Throws:
      UnsupportedEncodingException - if encoding not supported
    • StreamInJavaImpl

      protected StreamInJavaImpl(Reader reader, int tabsize)
      Instantiates a new StreamInJavaImpl.
      Parameters:
      reader - the reader
      tabsize - the tab size
  • Method Details