com.esri.arcgis.system
Interface IZipArchiveEx

All Superinterfaces:
IZipArchive, java.io.Serializable
All Known Implementing Classes:
IZipArchiveExProxy

public interface IZipArchiveEx
extends IZipArchive, java.io.Serializable

COM Interface 'IZipArchiveEx'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to methods and properties to create and manage 7-zip archives.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf088433d_0167_4866_a846_55cab2fb76b0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IZipArchive
IID55df03ae_b4f8_4387_b8b5_6fb22b15ddac
 
Method Summary
 void addFileEx(java.lang.String inputFile, java.lang.String rootFolder)
          Compresses a file and adds it to the archive preserving the sub-folder off the root folder.
 void addFolder(java.lang.String inputFolder, boolean recursive)
          Compress a folder and add it to the archive.
 
Methods inherited from interface com.esri.arcgis.system.IZipArchive
addFile, closeArchive, createArchive, extract, extractFile, getFileNames, openArchive
 

Field Detail

IIDf088433d_0167_4866_a846_55cab2fb76b0

static final int IIDf088433d_0167_4866_a846_55cab2fb76b0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addFileEx

void addFileEx(java.lang.String inputFile,
               java.lang.String rootFolder)
               throws java.io.IOException,
                      AutomationException
Compresses a file and adds it to the archive preserving the sub-folder off the root folder.

Parameters:
inputFile - The inputFile (in)
rootFolder - The rootFolder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFolder

void addFolder(java.lang.String inputFolder,
               boolean recursive)
               throws java.io.IOException,
                      AutomationException
Compress a folder and add it to the archive.

Parameters:
inputFolder - The inputFolder (in)
recursive - The recursive (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.