ReadArray

Reads array of elements of type T from byte array data and changes data to point to slice after this array. The elements in stream are stored in Big Endian. If length of stream in less then length of inquired data then empty array is returned.

T[]
ReadArray
(
T
)
(
ref ubyte[] inData
,
uint length
)

Return Value

Type: T[]

array of type T

Meta