Vuo  2.0.0
Public Member Functions | Public Attributes | List of all members
VuoFileUtilities::Archive Class Reference

Description

An archive of files.

Definition at line 32 of file VuoFileUtilities.hh.

Public Member Functions

 Archive (string path)
 Creates an archive with an open zip archive handle. More...
 
 ~Archive (void)
 Closes the zip archive handle. More...
 

Public Attributes

mz_zip_archive * zipArchive
 An open zip archive handle, or NULL if the zip archive failed to open. More...
 
int referenceCount
 Used by callers to keep track of when the zip archive handle should be closed. More...
 
string path
 The path of the archive file. More...
 

Constructor & Destructor Documentation

◆ Archive()

VuoFileUtilities::Archive::Archive ( string  path)

Creates an archive with an open zip archive handle.

If the file can't be opened as an archive, the zip archive handle is null.

Definition at line 1046 of file VuoFileUtilities.cc.

◆ ~Archive()

VuoFileUtilities::Archive::~Archive ( void  )

Closes the zip archive handle.

Definition at line 1065 of file VuoFileUtilities.cc.

Member Data Documentation

◆ path

string VuoFileUtilities::Archive::path

The path of the archive file.

Definition at line 37 of file VuoFileUtilities.hh.

◆ referenceCount

int VuoFileUtilities::Archive::referenceCount

Used by callers to keep track of when the zip archive handle should be closed.

Definition at line 36 of file VuoFileUtilities.hh.

◆ zipArchive

mz_zip_archive* VuoFileUtilities::Archive::zipArchive

An open zip archive handle, or NULL if the zip archive failed to open.

Definition at line 35 of file VuoFileUtilities.hh.


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