Function writeBigVarintLow

  • Write a varint larger then 54-bits on the low end

    Parameters

    • low: number

      lower 32 bits

    • _high: number

      unused "high" bits

    • bufPos: BufferPosition

      the buffer with it's position to write at

    Returns void