Uses of Interface
org.biojava3.core.sequence.io.util.IOUtils.ReaderProcessor
-
Uses of IOUtils.ReaderProcessor in org.biojava3.core.sequence.io.util
Modifier and TypeMethodDescriptionstatic 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.