All Classes |Grouped Classes |Index

Function read_local_file_header

Begins reading a file entry in the zip file.

	bool CL_ZipReader::read_local_file_header(
		bool allow_data_descriptor = false);

Detailed description:

If allow_data_descriptor is set to false, an exception will be thrown if the file entry sizes and crc32 values are written in a data descriptor instead of the local file header.

Returns false if there are no more file entries.