Class UniprotEntryFeatureReader

java.lang.Object
org.dishevelled.bio.protein.uniprot.UniprotEntryFeatureReader

@Immutable public final class UniprotEntryFeatureReader extends Object
Streaming UniProt XML reader that extracts entry features.
Since:
2.5
Author:
Michael Heuer
  • Method Details

    • stream

      public static void stream(Reader reader, EntryFeatureListener callback) throws IOException
      Stream UniProt XML from the specified reader and extract entry features.
      Parameters:
      reader - UniProt XML reader to read from, must not be null
      callback - entry feature callback, must not be null
      Throws:
      IOException - if an I/O error occurs