Learn how to evaluate and integrate the VNC SDK
DataStore¶
-
public final class
DataStore
¶ A container for static methods.
Nested Classes¶
- interface
DataStore.Callback
Method Summary¶
Modifier and Type | Method and Description |
---|---|
void |
Creates a custom data store. |
void |
Creates a file data store. |
void |
Creates a registry data store. |
void |
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()
.