Class RISParser


  • public class RISParser
    extends java.lang.Object
    Parses RIS library files
    Author:
    Michel Kraemer
    • Constructor Summary

      Constructors 
      Constructor Description
      RISParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RISLibrary parse​(java.io.Reader r)
      Parses RIS library files
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RISParser

        public RISParser()
    • Method Detail

      • parse

        public RISLibrary parse​(java.io.Reader r)
                         throws java.io.IOException
        Parses RIS library files
        Parameters:
        r - the reader that provides the input to parse
        Returns:
        the parsed RIS library
        Throws:
        java.io.IOException - if the input could not be read