CachedFileStream.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)
    struct CachedFileStream(InputStream)
    @blocking
    size_t
    write
    (
    scope const(ubyte)[] bytes
    ,
    IOMode mode
    )
    if (
    isInputStream!InputStream
    )
  2. void write(const(ubyte)[] bytes)
  3. void write(const(char)[] bytes)

Meta