- (endian-blob->sint1 ENDIAN-BLOB) => NUMBER procedure
- (endian-blob->sint2 ENDIAN-BLOB) => NUMBER procedure
- (endian-blob->sint4 ENDIAN-BLOB) => NUMBER procedure
- (sint1->endian-blob NUMBER) => ENDIAN-BLOB procedure
- (sint2->endian-blob NUMBER) => ENDIAN-BLOB procedure
- (sint4->endian-blob NUMBER) => ENDIAN-BLOB procedure
These procedures convert between endian blobs and signed 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.