Function uintArrayToStringPrivate

  • Private

    Safely converts Uint8Array, Uint16Array, or Uint32Array to string.

    Parameters

    • buf: Uint16Array | Uint8Array | Uint32Array

      Data View to convert.

    Returns string

    • Converted result.