@kayahr/datastream
    Preparing search index...

    Variable Endianness

    Endianness: { BIG: 1; LITTLE: 0 }

    Enum for specifying endianness

    Type Declaration

    • ReadonlyBIG: 1

      Big Endian (High byte before low byte)

    • ReadonlyLITTLE: 0

      Little Endian (Low byte before high byte)