Package com.complexible.common.rdf
Interface RDFFileSupplier
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,RDFStreamSupplier
,StatementSource
public interface RDFFileSupplier extends RDFStreamSupplier
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.Path
get()
Return the file that backs this statement source.-
Methods inherited from interface com.complexible.common.rdf.RDFStreamSupplier
format, getParserConfig, openStream
-
Methods inherited from interface com.complexible.common.rdf.StatementSource
containsVirtual, estimatedCount, getContext, inMemory, statements, streams
-
-