taglib-ts
    Preparing search index...

    Function readQWORD

    • Read a 64-bit unsigned little-endian integer (QWORD) from file.

      Parameters

      • file: File

        Open file handle positioned at the QWORD.

      Returns Promise<ReadResult<bigint>>

      A ReadResult with the BigInt value and a success flag.