Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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.

Method Summary

Modifier and Type Method and Description
void

destroy()

Destroys the data buffer.

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().

×