Uses of Class
pal.io.NexusParseException
-
Packages that use NexusParseException Package Description pal.io Classes for simple (formatted) input/output from/to files, strings and standard-in/out streams. -
-
Uses of NexusParseException in pal.io
Methods in pal.io that throw NexusParseException 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.
-