Stream.data

Gets the stream's data as an array of bytes.

  1. ubyte[] data [@property getter]
    class Stream
    @property pure nothrow @trusted @nogc
    ubyte[]
    data
    ()
  2. ubyte[] data [@property setter]

Meta