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
-
StreamInImpl(InputStream, int, int)
-
-
isEndOfStream()
-
-
readChar()
-
-
readCharFromStream()
-
-
ungetChar(int)
-
StreamInImpl
public StreamInImpl(InputStream stream,
int encoding,
int tabsize)
readCharFromStream
public int readCharFromStream()
- Overrides:
- readCharFromStream in class StreamIn
readChar
public int readChar()
- Overrides:
- readChar in class StreamIn
ungetChar
public void ungetChar(int c)
- Overrides:
- ungetChar in class StreamIn
isEndOfStream
public boolean isEndOfStream()
- Overrides:
- isEndOfStream in class StreamIn
All Packages Class Hierarchy This Package Previous Next Index