Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

ImmutableDataBuffer

public class ImmutableDataBuffer

An immutable DataBuffer, owned by the SDK.

Method Summary

Modifier and Type Method and Description
byte[]

getData()

Gets the data contained in the buffer.

Methods

public byte[] getData()

Gets the data contained in the buffer.

For more information, see vnc_DataBuffer_getData().

×