Class for encoding data into a memory buffer
Constructs a new Decoder with the given input range as the buffer to read from.
Constructs a new Decoder with the given input range and limit of byte to be read.
Constructs a new Encoder using an Appender!(ubyte[]) as the buffer.
Constructs a new Encoder with a given output range as the buffer.