PipeConduit.write

Write a chunk of bytes to the file from the provided array (typically that belonging to an IBuffer).

  1. alias write = Device.write
  2. uint write(const(void)[] src)
    class PipeConduit
    version(OLD)
    protected override
    uint
    write
    (
    const(void)[] src
    )

Meta