Interface EvidenceReader

    • Method Detail

      • read

        boolean read​(Evidence evidence,
                     ReadOptions readOptions)
        Reads the next case (record). Read must be called to move to the first record.
        Parameters:
        evidence - The destination evidence.
        readOptions - Read options.
        Returns:
        true if a case was sucessfully read, false if no more cases (records) were present.
      • close

        void close()
        Closes any resources associated with the data such as database connections, files etc...
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable