Device.write

Write a chunk of bytes to the file from the provided array.

class Device
override
size_t
write
(
const(void)[] src
)

Return Value

Type: size_t

the number of bytes written, or Eof if the output is no longer available.

Meta