org.objectweb.jac.util.preparse
Class ParseInput
java.lang.Object
|
+--java.io.Reader
|
+--java.io.BufferedReader
|
+--org.objectweb.jac.util.preparse.ParseInput
- public class ParseInput
- extends BufferedReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseInput
public ParseInput(Reader in)
ParseInput
public ParseInput(Reader in,
int sz)
readLine
public String readLine()
throws IOException
- Returns the next line from the input
- Overrides:
readLine
in class BufferedReader
IOException
isModified
public boolean isModified()
skipTo
public String skipTo(int i,
String token)
throws IOException
- Skips input until a token is found.
- Parameters:
token
- skip until this string is found in the input
IOException