Read an array back into a user-provided workspace. The
space must be sufficiently large enough to house all of
the array, and the actual number of bytes is returned.
Note that the size of the array is written as an integer
prefixing the array content itself. Use read(void[]) to
eschew this prefix.
Read an array back into a user-provided workspace. The space must be sufficiently large enough to house all of the array, and the actual number of bytes is returned.
Note that the size of the array is written as an integer prefixing the array content itself. Use read(void[]) to eschew this prefix.