""" t3CPPG.py Provides a class representing a constant pool page block in a t3 image file. """ import struct, cStringIO from t3Block import * class CPPG_Block(Block): """ A constant pool page block. """ name = "Constant Pool Page Block" def __init__(self, datastream, image, attribs): Block.__init__(self, datastream, image, attribs) self.read_block() def read_block(self): """ Reads the data included in the block. """ id, pageidx, xor = struct.unpack("