Package com.stardog.stark.io.binary
Interface BinaryRDFConstants
- All Known Implementing Classes:
BinaryRDFParser,BinaryRDFWriter
public interface BinaryRDFConstants
Constants for Binary RDF
- Since:
- 1.0
- Version:
- 6.1.2
- Author:
- Jeen Broekstra, Michael Grove
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intEmbedded triple in a named graphstatic final intEmbedded triple in the default graphstatic final intstatic final intThe version number of the current format.static final intFormat version that introduced UTF-8 string encoding.static final intstatic final intMarker value indicating that a string length is encoded as a 4-byte integer rather than the default 2-byte short.static final byte[]Magic number for Binary RDF files.static final intstatic final intstatic final intstatic final intstatic final intStatement in the default graphstatic final intstatic final intstatic final int
-
Field Details
-
MAGIC_NUMBER
static final byte[] MAGIC_NUMBERMagic number for Binary RDF files. -
FORMAT_VERSION
static final int FORMAT_VERSIONThe version number of the current format.- See Also:
-
FORMAT_VERSION_UTF8
static final int FORMAT_VERSION_UTF8Format version that introduced UTF-8 string encoding. Earlier versions used UTF-16BE encoding (2 bytes per character).- See Also:
-
LONG_STRING_MARKER
static final int LONG_STRING_MARKERMarker value indicating that a string length is encoded as a 4-byte integer rather than the default 2-byte short. When reading a string, if the first 2 bytes equal this value, the actual length follows as a 4-byte integer.- See Also:
-
NAMESPACE_DECL
static final int NAMESPACE_DECL- See Also:
-
QUAD
static final int QUAD- See Also:
-
COMMENT
static final int COMMENT- See Also:
-
VALUE_DECL
static final int VALUE_DECL- See Also:
-
TRIPLE
static final int TRIPLEStatement in the default graph- See Also:
-
END_OF_DATA
static final int END_OF_DATA- See Also:
-
NULL_VALUE
static final int NULL_VALUE- See Also:
-
URI_VALUE
static final int URI_VALUE- See Also:
-
BNODE_VALUE
static final int BNODE_VALUE- See Also:
-
PLAIN_LITERAL_VALUE
static final int PLAIN_LITERAL_VALUE- See Also:
-
LANG_LITERAL_VALUE
static final int LANG_LITERAL_VALUE- See Also:
-
DATATYPE_LITERAL_VALUE
static final int DATATYPE_LITERAL_VALUE- See Also:
-
VALUE_REF
static final int VALUE_REF- See Also:
-
EMBEDDED_TRIPLE
static final int EMBEDDED_TRIPLEEmbedded triple in the default graph- See Also:
-
EMBEDDED_QUAD
static final int EMBEDDED_QUADEmbedded triple in a named graph- See Also:
-