RegionData

Inheritance: java.lang.Object

public final class RegionData

Encapsulates the data that makes up a Region object. This class cannot be inherited.

Methods

MethodDescription
getData()Gets an array of bytes that specify the Region object.
setData(byte[] value)Sets an array of bytes that specify the Region object.

getData()

public byte[] getData()

Gets an array of bytes that specify the Region object.

Returns: byte[] - An array of bytes that specify the Region object.

setData(byte[] value)

public void setData(byte[] value)

Sets an array of bytes that specify the Region object.

Parameters:

ParameterTypeDescription
valuebyte[]an array of bytes that specify the Region object.