FileStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t write(ubyte[] bytes, IOMode mode)
  2. void write(ubyte[] bytes)
  3. void write(char[] bytes)
  4. void write(InputStream stream, ulong nbytes)
    struct FileStream
    @safe
    void
    write
    (
    InputStream
    )
    (
    InputStream stream
    ,
    ulong nbytes = ulong.max
    )
    if (
    isInputStream!InputStream
    )

Meta