All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.StreamInImpl

java.lang.Object
   |
   +----org.w3c.tidy.StreamIn
           |
           +----org.w3c.tidy.StreamInImpl

public class StreamInImpl
extends StreamIn

Constructor Index

 o StreamInImpl(InputStream, int, int)

Method Index

 o isEndOfStream()
 o readChar()
 o readCharFromStream()
 o ungetChar(int)

Constructors

 o StreamInImpl
 public StreamInImpl(InputStream stream,
                     int encoding,
                     int tabsize)

Methods

 o readCharFromStream
 public int readCharFromStream()
Overrides:
readCharFromStream in class StreamIn
 o readChar
 public int readChar()
Overrides:
readChar in class StreamIn
 o ungetChar
 public void ungetChar(int c)
Overrides:
ungetChar in class StreamIn
 o isEndOfStream
 public boolean isEndOfStream()
Overrides:
isEndOfStream in class StreamIn

All Packages  Class Hierarchy  This Package  Previous  Next  Index