RegionData
Inheritance: java.lang.Object
public final class RegionData
Encapsulates the data that makes up a Region object. This class cannot be inherited.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | byte[] | an array of bytes that specify the Region object. |