|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IZipArchiveEx
Provides access to methods and properties to create and manage 7-zip archives.
Method Summary | |
---|---|
void |
addFileEx(String inputFile,
String rootFolder)
Compresses a file and adds it to the archive preserving the sub-folder off the root folder. |
void |
addFolder(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 |
Method Detail |
---|
void addFileEx(String inputFile, String rootFolder) throws IOException, AutomationException
inputFile
- The inputFile (in)rootFolder
- The rootFolder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addFolder(String inputFolder, boolean recursive) throws IOException, AutomationException
inputFolder
- The inputFolder (in)recursive
- The recursive (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |