Class RISParser


  • public class RISParser
    extends Object
    Parses RIS library files
    Author:
    Michel Kraemer
    • Constructor Detail

      • RISParser

        public RISParser()
    • Method Detail

      • parse

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