Function writeBigVarint

  • Write a varint larger then 54-bits.

    Parameters

    • val: number

      the number

    • bufPos: BufferPosition

      the buffer with it's position to write at

    Returns void