#include <mspack.h>
Data Fields | |
off_t | length |
The amount of data in the SZDD file once uncompressed. | |
char | missing_char |
The last character in the filename, traditionally replaced with an underscore to show the file is compressed. |
All fields are READ ONLY.
|
The amount of data in the SZDD file once uncompressed.
|
|
The last character in the filename, traditionally replaced with an underscore to show the file is compressed. The null character is used to show that this character has not been stored (e.g. because the filename is not known). Generally, only characters that may appear in an MS-DOS filename (except ".") are valid. |