#include <mspack.h>
Data Fields | |
unsigned short | comp_type |
The compression type; should be one of MSKWAJ_COMP_NONE, MSKWAJ_COMP_XOR, MSKWAJ_COMP_SZDD or MSKWAJ_COMP_LZH. | |
off_t | data_offset |
The offset in the file where the compressed data stream begins. | |
int | headers |
Flags indicating which optional headers were included. | |
off_t | length |
The amount of uncompressed data in the file, or 0 if not present. | |
char * | filename |
output filename, or NULL if not present | |
char * | extra |
extra uncompressed data (usually text) in the header. | |
unsigned short | extra_length |
length of extra uncompressed data in the header |
All fields are READ ONLY.
|
The compression type; should be one of MSKWAJ_COMP_NONE, MSKWAJ_COMP_XOR, MSKWAJ_COMP_SZDD or MSKWAJ_COMP_LZH.
|
|
The offset in the file where the compressed data stream begins.
|
|
extra uncompressed data (usually text) in the header. This data can contain nulls so use extra_length to get the size. |
|
length of extra uncompressed data in the header
|
|
output filename, or NULL if not present
|
|
Flags indicating which optional headers were included.
|
|
The amount of uncompressed data in the file, or 0 if not present.
|