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.StringNexusTokenizer. readToken()Reads a token in from the underlying stream.java.lang.StringNexusTokenizer. seek(int tokenType)Seeks through the stream to find the next token of the specified type.java.lang.StringNexusTokenizer. seek(java.lang.String token)Seeks through the stream to find the token argument.
-