parrotcode: PackfileSegment PMC | |
Contents | PMCs |
src/pmc/packfilesegment.pmc - PackfileSegment PMC
This class implements a PackfileSegment class, an abstract class defining a couple of methods which all Packfile segments will implement. The stub methods found here explode when called.
See packfile.pmc for the toplevel Packfile interface; see PDD13 for the design spec.
void init()
STRING *pack()
void unpack(STRING *data)
|