WriteBuffer.length

Note that $(D_PSYMBOL length) doesn't return the real length of the data, but only the array length that will be returned with $(D_PSYMBOL buffer) next time. Be sure to call $(D_PSYMBOL buffer) and set $(D_KEYWORD +=) until $(D_PSYMBOL length) returns 0.

class WriteBuffer
@property const @nogc @safe pure nothrow
size_t
length
()

Return Value

Type: size_t

Data size.

Meta