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

Meta