#include <zip_file_entry.h>
Implementation | |
| class | CL_ZipArchive |
| class | CL_ZipIODevice_FileEntry |
Public Member Functions | |
Construction | |
| CL_ZipFileEntry () | |
| CL_ZipFileEntry (const CL_ZipFileEntry ©) | |
| Constructs a ZipFileEntry. | |
| ~CL_ZipFileEntry () | |
Attributes | |
| CL_StringRef | get_archive_filename () const |
| Returns the filename of file entry. | |
| CL_StringRef | get_input_filename () const |
| Returns the filename of file entry. | |
| cl_int64 | get_uncompressed_size () |
| Returns the uncompressed size of file entry. | |
| cl_int64 | get_compressed_size () |
| Returns the compressed size of file entry. | |
| bool | is_directory () const |
| Is Directory. | |
Operations | |
| CL_ZipFileEntry & | operator= (const CL_ZipFileEntry ©) |
| Copy assignment operator. | |
| void | set_input_filename (const CL_StringRef &filename) |
| Sets the filename of the file to be added to the archive. | |
| void | set_archive_filename (const CL_StringRef &filename) |
| Sets the filename of the file inside the archive. | |
| void | set_directory (bool is_directory) |
| Set directory. | |
|
|
|
|
|
Constructs a ZipFileEntry.
|
|
|
|
|
|
Returns the filename of file entry.
|
|
|
Returns the compressed size of file entry.
|
|
|
Returns the filename of file entry.
|
|
|
Returns the uncompressed size of file entry.
|
|
|
Is Directory.
|
|
|
Copy assignment operator.
|
|
|
Sets the filename of the file inside the archive.
|
|
|
Set directory.
|
|
|
Sets the filename of the file to be added to the archive.
|
|
|
|
|
|
|
1.4.6