MPQArchive


MPQArchive is the principal class of the MPQ Framework and represents an MPQ archive document.
Superclass: NSObject



MPQArchive is the principal class of the MPQ Framework and represents an MPQ archive document. There is a one-to-one relationship between MPQArchive instances and MPQ archives on disks. You may create a new MPQArchive either with only a file limit parameter, and provide the location of the archive on disk when saving, or create a new MPQArchive with a path and a file limit parameter, in which case the file on disk is created right away. The first method better matches the Cocoa document model. Unlike most other MPQ libraries, MPQArchive has deferred operations, meaning the file on disk is not modified until you save. Again, this behavior better matches the Cocoa document model.



(Last Updated 5/8/2004)
HTML documentation generated by HeaderDoc