摘要:
to interpret a dataoutputstream i've found a solution.to read a integer:use getBytes:range: to save exactly 4 bytes into a UInt32 (take care, 4byte integer).as mac is little-endian and bytes sent over the network mostly big-endian, you need to NSSwapBigIntToHost() with the UInt32 as argument. Th 阅读全文
posted @ 2012-05-18 11:13
pengyingh
阅读(632)
评论(0)
推荐(0)


浙公网安备 33010602011771号