File entry in zip file.
More...
#include <zip_file_entry.h>
List of all members.
Detailed Description
File entry in zip file.
Constructor & Destructor Documentation
CL_ZipFileEntry::CL_ZipFileEntry |
( |
|
) |
|
Constructs a ZipFileEntry.
- Parameters:
-
CL_ZipFileEntry::~CL_ZipFileEntry |
( |
|
) |
|
Member Function Documentation
CL_StringRef CL_ZipFileEntry::get_archive_filename |
( |
|
) |
const |
Returns the filename of file entry.
cl_byte64 CL_ZipFileEntry::get_compressed_size |
( |
|
) |
|
Returns the compressed size of file entry.
Returns the filename of file entry.
cl_byte64 CL_ZipFileEntry::get_uncompressed_size |
( |
|
) |
|
Returns the uncompressed size of file entry.
bool CL_ZipFileEntry::is_directory |
( |
|
) |
const |
Is Directory.
- Returns:
- true = directory
Copy assignment operator.
void CL_ZipFileEntry::set_archive_filename |
( |
const CL_StringRef & |
filename |
) |
|
Sets the filename of the file inside the archive.
void CL_ZipFileEntry::set_directory |
( |
bool |
is_directory |
) |
|
Set directory.
- Parameters:
-
void CL_ZipFileEntry::set_input_filename |
( |
const CL_StringRef & |
filename |
) |
|
Sets the filename of the file to be added to the archive.
Friends And Related Function Documentation
friend class CL_ZipIODevice_FileEntry [friend] |
The documentation for this class was generated from the following file: