Closed GoogleCodeExporter closed 9 years ago
Hey Jospeh. The Obj-C implementation follows the Java implementation (which
made it
both easy to port and easy to maintain). As java doesn't have unsigned types,
it
uses signed types in these cases. So we do the same in Obj-C.
There is a 1:1 mapping though of all uint_64s to int64s. So you can always
transliterate the values yourself.
Original comment by cyrus.na...@gmail.com
on 12 May 2010 at 7:15
Hi Cyrus,
Ah, I see - thanks. At least I know I've understood correctly :)
Joseph
Original comment by joseph.j...@gmail.com
on 15 May 2010 at 8:24
Original comment by cyrus.na...@gmail.com
on 2 Nov 2010 at 5:23
Original issue reported on code.google.com by
joseph.j...@gmail.com
on 12 May 2010 at 11:40