Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DataStore

public final class DataStore

A container for static methods.

Nested Classes

Method Summary

Modifier and Type Method and Description
void

createCustomStore(DataStore.Callback callback)

Creates a custom data store.

void

createFileStore(String path)

Creates a file data store.

void

createRegistryStore(String registryPath)

Creates a registry data store.

void

destroyStore()

Destroys the current data store.

Methods

public static void createCustomStore(DataStore.Callback callback) throws Library.VncException

Creates a custom data store.

For more information, see vnc_DataStore_createCustomStore().

public static void createFileStore(String path) throws Library.VncException

Creates a file data store.

For more information, see vnc_DataStore_createFileStore().

public static void createRegistryStore(String registryPath) throws Library.VncException

Creates a registry data store.

For more information, see vnc_DataStore_createRegistryStore().

public static void destroyStore()

Destroys the current data store.

For more information, see vnc_DataStore_destroyStore().

×