class ClassTable():

            def __init__(self, handle):

                self.firstGlyph = unpack('>H', handle.read(2) )[0]