company logo

ZipArchive :: ZipArchive - Constructor for ZipArchive

Implementation details

  1. Copy constructor
    ZipArchive  :: ZipArchive ( odaba::utils::ZipArchive &cZipArchive )

    The function creates a a new ZipArchive handle referring to the same ZipArchive object as being passed in cZipArchive.

    • cZipArchive - - Title unknown
  2. to list
  3. 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.

  4. to list
  5. Dummy constructor
    ZipArchive  :: ZipArchive (  )

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

  6. to list