Class UniprotEntrySequenceReader
java.lang.Object
org.dishevelled.bio.protein.uniprot.UniprotEntrySequenceReader
Streaming UniProt XML reader that extracts entry sequences.
- Since:
- 2.5
- Author:
- Michael Heuer
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstream(Reader reader, EntrySequenceListener callback) Stream UniProt XML from the specified reader and extract entry sequences.
-
Method Details
-
stream
Stream UniProt XML from the specified reader and extract entry sequences.- Parameters:
reader- UniProt XML reader to read from, must not be nullcallback- entry sequence callback, must not be null- Throws:
IOException- if an I/O error occurs
-