That A 4 byte Long field is a binary intel format integer, in standard
intel layout (i.e low byte, high byte, low byte, high byte). So for example
- a Long of 93 decimal would be stored as:

0x5D 0x00 0x00 0x00