Function unparse

  • Parses the uuid as a string from the given Buffer. The parser will use the first 8 bytes.

    Parameters

    • buf: Buffer

      The buffer to read from.

    Returns string

  • Parses the uuid as a string from the given Buffer at the specified offset.

    Parameters

    • buf: Buffer

      The buffer to read from.

    • offset: number

      The offset in the buffer to start reading from.

    Returns string