@classmethod
    def getbits(cls, bs, attrib, start, n):
        if not n:
            return 0
        o = 0