Class UniprotJaxbReader

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

@Immutable public final class UniprotJaxbReader extends Object
UniProt XML JAXB reader.
Since:
2.5
Author:
Michael Heuer
  • Method Details

    • read

      public static Uniprot read(Reader reader) throws IOException
      Read UniProt XML from the specified reader via JAXB.
      Parameters:
      reader - reader to read UniProt XML from, must not be null
      Returns:
      UniProt XML read from the specified reader via JAXB
      Throws:
      IOException - if an I/O error occurs