Why there is a function readUnsignedInt() but there is only writeInt() and no function writeUnsignedInt()?
Well, because writeUnsignedInt() and writeInt() would do same thing anyway - just dump the integer in question bit-by-bit. (Swapping bytes, matbe)
Tuesday, September 19, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment