Uses of Class
tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of BinaryDataStoreFormat in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return BinaryDataStoreFormat Modifier and Type Method Description static BinaryDataStoreFormat
BinaryDataStoreFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryDataStoreFormat[]
BinaryDataStoreFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type BinaryDataStoreFormat Modifier and Type Method Description void
DataStoreConnection. saveToBinaryFormat(java.io.File file, BinaryDataStoreFormat format)
Saves the data store into the specified binary format.void
DataStoreConnection. saveToBinaryFormat(java.io.OutputStream outputStream, BinaryDataStoreFormat format)
Saves the data store into the specified binary format.