Package com.complexible.common.rdf
Class RDFFileSupplier
- java.lang.Object
-
- com.google.common.io.ByteSource
-
- com.stardog.stark.io.RDFByteSource
-
- com.complexible.common.rdf.RDFFileSupplier
-
public abstract class RDFFileSupplier extends RDFByteSource
A File supplier whose file contains RDF in the specified format.
- Since:
- 1.2
- Version:
- 3.0
- Author:
- Michael Grove
-
-
Constructor Summary
Constructors Constructor Description RDFFileSupplier()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.nio.file.Path
get()
Return theFile
supplied by this source.-
Methods inherited from class com.stardog.stark.io.RDFByteSource
baseIRI, create, format, parse
-
-