A reader for a byte buffer
The endianness of the source buffer
readBytesWithLen(lenType: NumType): Buffer
Reads a number of bytes determined by a number of a given type
Reads a string of the given encoding and length. Supports UTF-8 and UTF-16 strings.
Reads a string of the given encoding and length determined by a preceeding number of the given type. Supports UTF-8 and UTF-16 strings.