Device.write

Write a chunk of bytes to the file from the provided array. Returns the number of bytes written, or Eof if the output is no longer available.

Operates asynchronously where the hosting thread is configured in that manner.

  1. size_t write(const(void)[] src)
    class Device
    version(Win32)
    override
    write
    (
    const(void)[] src
    )
  2. size_t write(const(void)[] src)

Meta