DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
ZIPFile Class Reference

List of all members.

Public Member Functions

void close (void)
ZIPFileEntryget_entry (const char *name)
ZIPFileEntrynew_entry (const char *name)
off_t end_of_file (void)
void close_current (void)
int open (const char *path, int mode)
off_t seek_file (off_t pos)
int read (void *buffer, size_t count)
int write (const void *buffer, size_t count)
void writeZIPFooter (void)

Public Attributes

int file_fd = -1
std::string filename
std::map< std::string,
ZIPFileEntry
entries
off_t write_pos = 0
bool can_write = false
bool wrote_trailer = false
std::string current_entry

Detailed Description

Definition at line 95 of file zipfile.h.


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