Variable ByteOrder

ByteOrder: {
    BigEndian: ByteOrder;
    LittleEndian: ByteOrder;
    NativeOrder: ByteOrder;
}

Type declaration

  • Readonly BigEndian: ByteOrder

    The ByteOrder where the most significant byte comes first.

  • Readonly LittleEndian: ByteOrder

    The ByteOrder where the least significant byte comes first.

  • Readonly NativeOrder: ByteOrder

    The ByteOrder of the host machine.

Generated using TypeDoc