Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| CRC32
| nochump.util.zip | Computes CRC32 data checksum of a data stream. | |
| Deflater
| nochump.util.zip | This is the Deflater class. | |
| Inflater
| nochump.util.zip | Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950. | |
| ZipEntry
| nochump.util.zip | This class represents a member of a zip archive. | |
| ZipError
| nochump.util.zip | Thrown during the creation or input of a zip file. | |
| ZipFile
| nochump.util.zip | This class represents a Zip archive. | |
| ZipOutput
| nochump.util.zip |