Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DataStore

class DataStore

A container for static methods.

For more information, see vnc_DataStore in the C API documentation.

Nested classes

Method summary

Modifier and Type Method and Description
static void

DataStore.CreateCustomStore(DataStore.Callback callback)

Creates a custom data store.

static void

DataStore.CreateFileStore(String path)

Creates a file data store.

static void

DataStore.CreateRegistryStore(String registryPath)

Creates a registry data store.

static void

DataStore.DestroyStore()

Destroys the current data store.

Methods

static void DataStore.CreateCustomStore (DataStore.Callback callback)

Creates a custom data store.

For more information, see vnc_DataStore_createCustomStore() in the C API documentation.

static void DataStore.CreateFileStore (String path)

Creates a file data store.

For more information, see vnc_DataStore_createFileStore() in the C API documentation.

static void DataStore.CreateRegistryStore (String registryPath)

Creates a registry data store.

For more information, see vnc_DataStore_createRegistryStore() in the C API documentation.

static void DataStore.DestroyStore ()

Destroys the current data store.

For more information, see vnc_DataStore_destroyStore() in the C API documentation.

×