Interface StatementReader

    • Method Detail

      • isValueCaching

        boolean isValueCaching()
        Indicates whether this reader attempt to cache values (subject, predicate, or object) in order to reduce memory usage.
        Returns:
        true or false
      • setValueCaching

        void setValueCaching​(boolean valueCaching)
        Turn caching of Values on or off.
        Parameters:
        valueCaching - true or false
      • readStatement

        Statement readStatement()
                         throws IOException
        Read one statement at a time.
        Returns:
        statement
        Throws:
        IOException - if something goes wrong