在```bytebuffer.py```中 ``` def get_int8(self): b = self.get_bytes(4) return struct.unpack('>q', b)[0] ``` 显然是有问题的,不过看起来sample没有进入这个函数
在
bytebuffer.py中显然是有问题的,不过看起来sample没有进入这个函数