Peach :: Fixups :: checksums :: Crc32DualFixup :: Class Crc32DualFixup
[hide private]

Class Crc32DualFixup

source code


Standard CRC32 as defined by ISO 3309. Used by PNG, zip, etc.

Instance Methods [hide private]
 
__init__(self, ref1, ref2)
Create fixup object
source code
 
fixup(self)
Perform the required fixup.
source code

Inherited from fixup.Fixup: dofixup

Method Details [hide private]

__init__(self, ref1, ref2)
(Constructor)

source code 

Create fixup object

Overrides: fixup.Fixup.__init__
(inherited documentation)

fixup(self)

source code 

Perform the required fixup. OVERRIDE ME!

Overrides: fixup.Fixup.fixup
(inherited documentation)