Class InputSourceImpl

java.lang.Object
org.xml.sax.InputSource
org.loboevolution.html.parser.InputSourceImpl

public class InputSourceImpl extends InputSource
The InputSourceImpl class implements the InputSource interface. Author J. H. S.
  • Constructor Details

    • InputSourceImpl

      public InputSourceImpl(InputStream byteStream, String uri, Charset charset)
      Constructs an InputSourceImpl.
      Parameters:
      byteStream - The input stream where content can be read.
      uri - The URI that identifies the content.
      charset - The character set of the input stream.
    • InputSourceImpl

      public InputSourceImpl(Reader characterStream, String uri)
      Constructs an InputSourceImpl.
      Parameters:
      characterStream - The Reader where characters can be read.
      uri - The URI of the document.