CountingOutputStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t write(const(ubyte)[] bytes_, IOMode mode)
    class CountingOutputStream
    @safe override
    static if(is(typeof(.OutputStream.outputStreamVersion)) && .OutputStream.outputStreamVersion > 1)
    size_t
    write
    (
    scope const(ubyte)[] bytes_
    ,
    IOMode mode
    )
  2. size_t write(ubyte[] bytes_, IOMode mode)
  3. alias write = OutputStream.write

Meta