Class AbstractDecoderAbstract

This class will provide some basic function of a decoder

Hierarchy (view full)

Constructors

Properties

position: number

The current position of base64 string

buffer: Buffer

The current base64 buffer

track: string

The current base64 track

Accessors

  • get getTrack(): null | RawTrack
  • Get decoded track function

    Returns null | RawTrack

Methods

  • Change the current potition in base64

    Parameters

    • bytes: number

    Returns number

  • Read the byte on current buffer (some like boolean but only 0 and 1)

    Returns number

  • Read the unsigned 16 bit int (same like number)

    Returns number

  • Read the unsigned 32 bit int (same like number)

    Returns number

  • Read the bigint

    Returns bigint

  • Read UTF string (same like string)

    Returns string