SimonCqk opened this issue 7 years ago · 0 comments
class Storage(object): SUPERBLOCK_SIZE = 4096 INTEGER_FORMAT = "!Q" INTEGER_LENGTH = 8
I know the INTEGER_FORMAT , but the other two really confuse me.