Internal buffer and related operations for Unpacker
Following Unpackers mixin this template. So, Unpacker can use following methods.
//buffer image: +-------------------------------------------+ | [object] | [obj | unparsed... | unused... | +-------------------------------------------+ ^ offset ^ current ^ used ^ buffer.length
This mixin template is a private.
Consumes buffer. This method is helper for buffer property. You must use this method if you write bytes to buffer directly.
Fills internal buffer with target.
Removes unparsed buffer.
Forwards to internal buffer.
See Implementation
Internal buffer and related operations for Unpacker
Following Unpackers mixin this template. So, Unpacker can use following methods.
This mixin template is a private.