CACAO
Public Member Functions | Data Fields
ZipFileEntry Struct Reference

Public Member Functions

void get (uint8_t *dst) const
 
size_t hash () const
 interface to HashTable More...
 
Utf8String key () const
 
void set_key (Utf8String u)
 

Data Fields

Utf8String filename
 
u2 compressionmethod
 
u4 compressedsize
 
u4 uncompressedsize
 
u1data
 

Detailed Description

Definition at line 77 of file zip.hpp.

Member Function Documentation

void ZipFileEntry::get ( uint8_t *  dst) const

Definition at line 279 of file zip.cpp.

size_t ZipFileEntry::hash ( ) const
inline

interface to HashTable

Definition at line 92 of file zip.hpp.

Utf8String ZipFileEntry::key ( ) const
inline

Definition at line 94 of file zip.hpp.

void ZipFileEntry::set_key ( Utf8String  u)
inline

Definition at line 95 of file zip.hpp.

Field Documentation

u4 ZipFileEntry::compressedsize

Definition at line 80 of file zip.hpp.

u2 ZipFileEntry::compressionmethod

Definition at line 79 of file zip.hpp.

u1* ZipFileEntry::data

Definition at line 82 of file zip.hpp.

Utf8String ZipFileEntry::filename

Definition at line 78 of file zip.hpp.

u4 ZipFileEntry::uncompressedsize

Definition at line 81 of file zip.hpp.


The documentation for this struct was generated from the following files: