taglib-ts
    Preparing search index...

    Function readWORD

    • Read a 16-bit unsigned little-endian integer (WORD) from file.

      Parameters

      • file: File

        Open file handle positioned at the WORD.

      Returns Promise<ReadResult<number>>

      A ReadResult with the value and a success flag.