Interface StreamingParser

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface elki.datasource.bundle.BundleStreamSource

        elki.datasource.bundle.BundleStreamSource.Event
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initStream​(java.io.InputStream in)
      Init the streaming parser for the given input stream.
      • Methods inherited from interface elki.datasource.bundle.BundleStreamSource

        asMultipleObjectsBundle, assignDBID, data, getMeta, hasDBIDs, nextEvent
    • Method Detail

      • initStream

        void initStream​(java.io.InputStream in)
        Init the streaming parser for the given input stream.
        Parameters:
        in - the stream to parse objects from