Interface Parser

    • Method Detail

      • parse

        MultipleObjectsBundle parse​(java.io.InputStream in)
        Returns a list of the objects parsed from the specified input stream.
        Parameters:
        in - the stream to parse objects from
        Returns:
        a list containing those objects parsed from the input stream
      • cleanup

        void cleanup()
        Perform cleanup operations after parsing.