Interface RDFFileSupplier

All Superinterfaces:
AutoCloseable, Closeable, RDFStreamSupplier, StatementSource

public interface RDFFileSupplier extends RDFStreamSupplier

A statement source that produces statements by parsing the contents of a file.

  • Method Details

    • get

      Path get() throws IOException
      Return the file that backs this statement source.
      Returns:
      the file
      Throws:
      IOException - if there was an error retrieving the file, such as it was not found