Learn how to evaluate and integrate the VNC SDK
DataBuffer¶
-
public final class
DataBuffer
extends ImmutableDataBuffer¶ Buffer containing data managed by the SDK.
Constructor Summary¶
DataBuffer
(byte[] data)Creates a data buffer containing a copy of the given data.
Constructors¶
-
public
DataBuffer
(byte[] data) throws Library.VncException¶ Creates a data buffer containing a copy of the given data.
For more information, see
vnc_DataBuffer_create()
.
Methods¶
-
public void
destroy
()¶ Destroys the data buffer.
For more information, see
vnc_DataBuffer_destroy()
.