DataOutput.array

Write an array to the target stream. Note that the size of the array is written as an integer prefixing the array content itself. Use write(void[]) to eschew this prefix.

class DataOutput
final
ulong
array
(
const(void)[] src
)

Meta