Package com.complexible.common.rdf
Interface RDFFileSupplier
- All Superinterfaces:
AutoCloseable,Closeable,RDFStreamSupplier,StatementSource
A statement source that produces statements by parsing the contents of a file.
-
Field Summary
Fields inherited from interface com.complexible.common.rdf.StatementSource
NO_ESTIMATE -
Method Summary
Methods inherited from interface com.complexible.common.rdf.RDFStreamSupplier
format, getParserConfig, openStreamMethods inherited from interface com.complexible.common.rdf.StatementSource
containsVirtual, estimatedCount, getContext, inMemory, statements, streams
-
Method Details
-
get
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
-