Package de.mhus.lib.core.parser
Class ParseReader
- java.lang.Object
-
- de.mhus.lib.core.parser.ParseReader
-
public class ParseReader extends Object
-
-
Constructor Summary
Constructors Constructor Description ParseReader(Reader str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charcharacter()voidconsume()intgetPosition()booleanisClosed()
-
-
-
Constructor Detail
-
ParseReader
public ParseReader(Reader str) throws IOException
- Throws:
IOException
-
-
Method Detail
-
character
public char character() throws EOFException- Throws:
EOFException
-
consume
public void consume() throws IOException- Throws:
IOException
-
isClosed
public boolean isClosed()
-
getPosition
public int getPosition()
-
-