binreader:适用于Python的BinaryReader 源码

competence_33236 40 0 ZIP 2021-02-09 19:02:57

binreader-用于Python的BinaryReader 适用于Python 3.6及更高版本的BinaryReader类。 用法 binreader.BinaryReader 实例化BinaryReader类: from binreader import BinaryReader with open ( "example.bin" , "rb" ) as f : reader = BinaryReader ( f ) print ( reader . read_int ()) # Reads an int32, returns a Python int 可以使用以下读取方

用户评论
请输入评论内容
评分:
暂无评论