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.
array of type T
See Implementation
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.