Stream.rawRead

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ulong rawRead(ubyte[] buffer)
    struct Stream(H)
    static if(isReadable)
    ulong
    rawRead
    (
    ubyte[] buffer
    )
    if (
    isInstanceOf!(Handle, H)
    )
  2. ubyte[] rawRead(ulong upTo)

Meta