Package com.stardog.stark.io
Interface RDFFormat
-
- All Superinterfaces:
FileFormat
- All Known Subinterfaces:
RDFFormat.BinaryRDFFormat
- All Known Implementing Classes:
CompressedRDFFormat
public interface RDFFormat extends FileFormat
Represents the serialization used for RDF.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RDFFormat.BinaryRDFFormat
Marker interface for anRDFFormat
whose serialization is binary rather than textual.-
Nested classes/interfaces inherited from interface com.stardog.stark.io.FileFormat
FileFormat.Compression
-
-
Method Summary
-
Methods inherited from interface com.stardog.stark.io.FileFormat
charset, defaultExtension, defaultMimeType, extensions, mimeTypes, name
-
-