MemoryStream.this

Create the output buffer and setup for reading, writing, and seeking. Load it with specific input data.

  1. this()
  2. this(ubyte[] buf)
    class MemoryStream
    this
    (
    ubyte[] buf
    )
  3. this(byte[] buf)
  4. this(char[] buf)

Meta