table of contents
other versions
- wheezy 0.1.5.9+cvs.2007.04.28-5.1
- jessie 0.1.5.9+cvs.2007.04.28-5.1+b1
- testing 0.1.5.9+cvs.2007.04.28-6
- unstable 0.1.5.9+cvs.2007.04.28-6
- experimental 0.1.5.9+cvs.2007.04.28-9
| zipios::ZipCDirEntry(3) | Library Functions Manual | zipios::ZipCDirEntry(3) |
NAME¶
zipios::ZipCDirEntry - Specialization of ZipLocalEntry, that add fields for storing the extra information, that is only present in the entries in the zip central directory and not in the local entry headers.SYNOPSIS¶
#include <ziphead.h> Inherits zipios::ZipLocalEntry.Public Member Functions¶
ZipCDirEntry (const string &_filename='', const string &_file_comment='', const vector< unsigned char > &_extra_field=vector< unsigned char >())
Friends¶
istream & operator>> (istream &is, ZipCDirEntry &zcdh)
Detailed Description¶
Specialization of ZipLocalEntry, that add fields for storing the extra information, that is only present in the entries in the zip central directory and not in the local entry headers.Member Function Documentation¶
FileEntry * zipios::ZipCDirEntry::clone () const [virtual]¶
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. Returns:A heap allocated copy of the object this
method is called for.
string zipios::ZipCDirEntry::getComment () const [virtual]¶
Returns the comment of the entry, if it has one. Otherwise it returns an empty string. Returns:the comment associated with the entry, if
there is one.
void zipios::ZipCDirEntry::setComment (const string &comment) [virtual]¶
Sets the comment field for the FileEntry. Parameters:comment string with the new
comment.
string zipios::ZipCDirEntry::toString () const [virtual]¶
Returns a human-readable string representation of the entry. Returns:a human-readable string representation of the
entry.
Author¶
Generated automatically by Doxygen for Zipios++ from the source code.| Mon Oct 10 2011 | Zipios++ |