protected static function closeWrapper()
 {
     if (self::$crtZip != null) {
         self::$crtZip = null;
         self::$currentListing = null;
         self::$currentListingKeys = null;
         self::$currentListingIndex = null;
         self::$currentFileKey = null;
     }
 }