#include <ziphead.h>
Inheritance diagram for zipios::ZipCDirEntry
Public Methods | |
ZipCDirEntry ( const string &_filename = "", const string &_file_comment = "", const vector< unsigned char > &_extra_field = vector< unsigned char >() ) | |
void | setDefaultWriter () |
ZipCDirEntry& | operator= ( const class ZipCDirEntry &src ) |
virtual string | toString () const |
Returns a human-readable string representation of the entry. More... | |
virtual string | getComment () const |
Returns the comment of the entry, if it has one. More... | |
virtual void | setComment ( const string &comment ) |
Sets the comment field for the FileEntry. More... | |
virtual uint32 | getLocalHeaderOffset () const |
virtual void | setLocalHeaderOffset ( uint32 offset ) |
int | getCDirHeaderSize () const |
virtual FileEntry* | clone () const |
Create a heap allocated clone of the object this method is called for. More... | |
virtual | ~ZipCDirEntry () |
Friends | |
class | operator>> |
class | operator<< |
class | operator== |
Definition at line 102 of file ziphead.h.
|
|
|
|
|
Create a heap allocated clone of the object this method is called for. The caller is responsible for deallocating the clone when he is done with it.
Reimplemented from zipios::ZipLocalEntry. Definition at line 226 of file ziphead.cpp. |
|
Definition at line 221 of file ziphead.cpp. |
|
Returns the comment of the entry, if it has one. Otherwise it returns an empty string.
Reimplemented from zipios::ZipLocalEntry. Definition at line 194 of file ziphead.cpp. |
|
Definition at line 198 of file ziphead.cpp. |
|
|
|
Sets the comment field for the FileEntry.
Reimplemented from zipios::ZipLocalEntry. Definition at line 207 of file ziphead.cpp. |
|
Definition at line 184 of file ziphead.cpp. |
|
Definition at line 202 of file ziphead.cpp. |
|
Returns a human-readable string representation of the entry.
Reimplemented from zipios::ZipLocalEntry. Definition at line 213 of file ziphead.cpp. |
|
Definition at line 119 of file zipheadio.cpp. |
|
Reimplemented from zipios::ZipLocalEntry. Definition at line 19 of file ziphead.cpp. |
|
Definition at line 57 of file zipheadio.cpp. |