s32be static method
IntegerLayout (big-endian signed int layouts) spanning four bytes.
Implementation
static IntegerLayout s32be([String? property]) =>
IntegerLayout(4, property: property, sign: true, order: Endian.big);
IntegerLayout (big-endian signed int layouts) spanning four bytes.
static IntegerLayout s32be([String? property]) =>
IntegerLayout(4, property: property, sign: true, order: Endian.big);