DecContext: {
    buffer: Buffer;
    input: DataView;
    more: ReadLen;
    offset: number;
}

A context while decoding the byte sequence.

Type declaration

  • buffer: Buffer

    A buffer to store the loaded chunk of data.

  • input: DataView

    An input data parsing now,

  • more: ReadLen

    How many bytes is needed to read more.

  • offset: number

    An offset index of reading.

Generated using TypeDoc