ProxyStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t write(ubyte[] bytes, IOMode mode)
    class ProxyStream
    @safe
    size_t
    write
    (
    in ubyte[] bytes
    ,
    IOMode mode
    )
  2. alias write = Stream.write

Meta