ArrayCursor.readInner

Read up to len bytes from the inner array and return what was read. Returns an array smaller than len only if EOI was reached.

class ArrayCursor
const(ubyte)[]
readInner
(
size_t len
)

Meta