All Classes |Grouped Classes |Index

Class CL_ZipFileEntry

File entry in zip file. More...

Derived from:

None

Derived by:

None

Group:

Zip (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_ZipFileEntry


Attributes:

get_archive_filename

Returns the filename of file entry.

get_input_filename

Returns the filename of file entry.

get_uncompressed_size

Returns the uncompressed size of file entry.

get_compressed_size

Returns the compressed size of file entry.

is_directory

Is Directory.


Operations:

set_input_filename

Sets the filename of the file to be added to the archive.

set_archive_filename

Sets the filename of the file inside the archive.

set_directory

Set directory.