Uses of Class
org.biojava3.core.exceptions.ParserException
-
Uses of ParserException in org.biojava3.core.sequence.io.util
Modifier and TypeMethodDescriptionIOUtils.getList
(BufferedReader br) Returns the contents of a buffered reader as a list of stringsDelegates toIOUtils.getList(InputStream)
by wrapping the File in a valid stream.IOUtils.getList
(InputStream is) Delegates toIOUtils.getList(BufferedReader)
by wrapping the InputStream in a valid reader.static InputStream
For a filename this code will check the extension of the file for a .gz extension.static void
IOUtils.processReader
(BufferedReader br, IOUtils.ReaderProcessor processor) Takes in a reader and a processor, reads every line from the given file and then invokes the processor. -
Uses of ParserException in org.biojava3.core.sequence.location