Uses of Enum
tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
Packages that use BinaryDataStoreFormat
-
Uses of BinaryDataStoreFormat in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type BinaryDataStoreFormat in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionenumIdentities the binary format of a data store file.Methods in tech.oxfordsemantic.jrdfox.client that return BinaryDataStoreFormatModifier and TypeMethodDescriptionstatic BinaryDataStoreFormatReturns 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 BinaryDataStoreFormatModifier and TypeMethodDescriptionvoidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, File file, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format) Saves a data store into the specified binary format.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, File file, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Saves a data store into the specified binary format if the validation of the operation passes.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, OutputStream outputStream, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format) Saves a data store into the specified binary format.voidServerConnection.saveDataStoreToBinaryFormat(String dataStoreName, OutputStream outputStream, String encryptionAlgorithm, String encryptionKey, BinaryDataStoreFormat format, DataStoreOperationStartMonitor dataStoreOperationStartMonitor) Saves a data store into the specified binary format if the validation of the operation passes.