Uses of Class
org.biojava3.core.exceptions.ParserException
Packages that use ParserException
-
Uses of ParserException in org.biojava3.core.sequence.io.util
Methods in org.biojava3.core.sequence.io.util that throw ParserExceptionModifier 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 InputStreamFor a filename this code will check the extension of the file for a .gz extension.static voidIOUtils.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
Methods in org.biojava3.core.sequence.location that throw ParserException