DataSourceMemoryImpl.this

Construct a memory source that reads from a ubyte array

  1. this(string input)
  2. this(const(ubyte)* input, size_t length)
    class DataSourceMemoryImpl
    this
    (
    const(ubyte)* input
    ,
    size_t length
    )
  3. this(RefCounted!(Vector!(T, ALLOC), ALLOC) input)
  4. this(Vector!(T, ALLOC) input)
  5. this(Vector!(T, ALLOC)* input)

Parameters

input const(ubyte)*

the ubyte array to read from

length size_t

the length of the ubyte array

Meta