示例#1
0
 def llf(data, offset):
     buf = StringBuffer(data)
     x = buf.typed_read(TYPE, offset)
     return lltype.cast_primitive(TARGET_TYPE, x)
示例#2
0
 def read(self, TYPE, data, offset):
     buf = StringBuffer(data)
     return buf.typed_read(TYPE, offset)