All Classes |Grouped Classes |Index

Class CL_ZipReader

Zip file reader. More...

Derived from:

None

Derived by:

None

Group:

Zip (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_ZipReader

Constructs a ZipReader.


Operations:

read_local_file_header

Begins reading a file entry in the zip file.

get_filename

Returns the file name that was stored in the local file header.

has_data_descriptor

Returns true if the file entry is followed by a data descriptor.

get_compressed_size

Returns the compressed size of the file entry.

get_uncompressed_size

Returns the uncompressed size of the file entry.

set_data_descriptor_data

Informs the zip reader what the data descriptor contains.

read_file_data

Reads some file data from the zip file.