company logo

ZipArchive :: ZipArchive - Constructor for ZipArchive

Implementation overview

Implementation details

  1. Initializing constructor
    ZipArchive  :: ZipArchive ( odaba::String &sFilePath, odaba::AccessModes eAccessMode )

    The function initializes path() and accessMode() prioperties for the ZipArchive without opening the archive.

    • sFilePath - Complete file path
    • eAccessMode - Access mode

      Access mode for a property handle or database.

  2. to list
  3. Dummy constructor
    ZipArchive  :: ZipArchive (  )

    When using this constructor, path and access mode have to be set later by means of properties path() and accessMode() .

  4. to list