TMemoryBuffer.this

Constructs a new memory transport initially containing the passed data.

For now, the passed buffer is not intelligently used, the data is just copied to the internal buffer.

  1. this()
  2. this(size_t capacity)
  3. this(ubyte[] contents)
    class TMemoryBuffer
    this
    (
    in ubyte[] contents
    )

Meta