Go to the source code of this file.
Typedefs | |
typedef void | stdf_file |
Enumerations | |
enum | stdf_format { STDF_FORMAT_REG = 0x0, STDF_FORMAT_ZIP = 0x1, STDF_FORMAT_GZIP = 0x2, STDF_FORMAT_BZIP2 = 0x3, STDF_FORMAT_LZW = 0x4 } |
enum | stdf_initial_options { STDF_OPTS_DEFAULT = 0x000, STDF_OPTS_FORCE = 0x001, STDF_OPTS_FORCE_V3 = 0x002, STDF_OPTS_FORCE_V4 = 0x004, STDF_OPTS_ZIP = 0x008, STDF_OPTS_GZIP = 0x010, STDF_OPTS_BZIP2 = 0x020, STDF_OPTS_LZW = 0x040, STDF_OPTS_READ = 0x080, STDF_OPTS_WRITE = 0x100, STDF_OPTS_CREATE = 0x200 } |
enum | stdf_runtime_settings { STDF_SETTING_WRITE_SIZE = 0x001, STDF_SETTING_VERSION = 0x002, STDF_SETTING_BYTE_ORDER = 0x003 } |
|
Compressed file format |
|
|
|