NNTPBodyWriter.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(ubyte[] bytes)
  2. size_t write(ubyte[] bytes, IOMode )
    class NNTPBodyWriter
    override
    static if(!(!is(IOMode)))
    size_t
    write
    (
    in ubyte[] bytes
    ,
    IOMode
    )
  3. alias write = OutputStream.write
  4. void write(InputStream stream, ulong nbytes)

Meta