Package | Description |
---|---|
pal.io |
Classes for simple (formatted) input/output from/to files,
strings and standard-in/out streams.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
NexusTokenizer.readToken() |
Reads a token in from the underlying stream.
|
java.lang.String |
NexusTokenizer.seek(int tokenType) |
Seeks through the stream to find the next token of the specified type.
|
java.lang.String |
NexusTokenizer.seek(java.lang.String token) |
Seeks through the stream to find the token argument.
|