Interface Parser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cleanup()
      Perform cleanup operations after parsing.
      elki.datasource.bundle.MultipleObjectsBundle parse​(java.io.InputStream in)
      Returns a list of the objects parsed from the specified input stream.
    • Method Detail

      • parse

        elki.datasource.bundle.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.