- (endian-blob->uint1 ENDIAN-BLOB) => NUMBER procedure
- (endian-blob->uint2 ENDIAN-BLOB) => NUMBER procedure
- (endian-blob->uint4 ENDIAN-BLOB) => NUMBER procedure
- (uint1->endian-blob NUMBER) => ENDIAN-BLOB procedure
- (uint2->endian-blob NUMBER) => ENDIAN-BLOB procedure
- (uint4->endian-blob NUMBER) => ENDIAN-BLOB procedure
These procedures convert between endian blobs and unsigned integers of size 1, 2, or 4 bytes, respectively. Exceptions are thrown if the given endian blobs are of incorrect size, or if the given numbers are too big to fit in the specified size.