DataInput.array

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.

  1. size_t array(void[] dst)
    class DataInput
    final
    array
    (
    void[] dst
    )
  2. void[] array()

Meta