MemoryStream.toByteArray

Overview | Methods | This Package | All Packages

MemoryStream.toByteArray

Converts a SafeArray data structure to a Java array. The location is considered to be index zero.

Syntax

public byte[] toByteArray()

Return Value

Returns the flattened contents of the array.