public interface IZipArchiveEx extends IZipArchive, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf088433d_0167_4866_a846_55cab2fb76b0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID55df03ae_b4f8_4387_b8b5_6fb22b15ddac
Modifier and Type | Method and Description |
---|---|
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.
|
addFile, closeArchive, createArchive, extract, extractFile, getFileNames, openArchive
static final int IIDf088433d_0167_4866_a846_55cab2fb76b0
static final int xxDummy
static final java.lang.String IID
void addFileEx(java.lang.String inputFile, java.lang.String rootFolder) throws java.io.IOException, AutomationException
inputFile
- The inputFile (in)rootFolder
- The rootFolder (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFolder(java.lang.String inputFolder, boolean recursive) throws java.io.IOException, AutomationException
inputFolder
- The inputFolder (in)recursive
- The recursive (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.