tupleForByteArray

fun tupleForByteArray(array: ByteArray): AvailObject

Create a new ByteArrayTupleDescriptor instance for the specified byte array.

Return

The requested tuple.

Parameters

array

A Java byte array.