public class ParseReader extends Object
ParseReader class.
| Constructor and Description |
|---|
ParseReader(Reader str)
Constructor for ParseReader.
|
| Modifier and Type | Method and Description |
|---|---|
char |
character()
character.
|
void |
consume()
consume.
|
int |
getPosition()
getPosition.
|
boolean |
isClosed()
isClosed.
|
public ParseReader(Reader str) throws IOException
Constructor for ParseReader.
str - a Reader object.IOException - if any.public char character()
throws EOFException
character.
EOFException - if any.public void consume()
throws IOException
consume.
IOException - if any.public boolean isClosed()
isClosed.
public int getPosition()
getPosition.
Copyright © 2016. All Rights Reserved.