chickadee » endian-blob » endian-blob->uint2

endian-blob->uint1 ENDIAN-BLOBprocedure
endian-blob->uint2 ENDIAN-BLOBprocedure
endian-blob->uint4 ENDIAN-BLOBprocedure
(uint1->endian-blob NUMBER [* MODE]) => ENDIAN-BLOBprocedure
(uint2->endian-blob NUMBER [* MODE]) => ENDIAN-BLOBprocedure
(uint4->endian-blob NUMBER [* MODE]) => ENDIAN-BLOBprocedure

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. Optional argument MODE indicates the endianness of the resulting endian blob and can be one of MSBB or LSB. Default is MSB.