invalidated after other Reader calls.
Parameters
length | Number bytes (not code points) to get. May NOT reach past the end of the buffer; should be used with peek() to avoid this. |
Returns
Bytes starting at current position.
char[] prefixBytes(const size_t length) @safe pure nothrow @nogcGet specified number of bytes, not code points, starting at current position.
invalidated after other Reader calls.
length | Number bytes (not code points) to get. May NOT reach past the end of the buffer; should be used with peek() to avoid this. |