com.esri.arcgis.enginecore
Interface IPackageFile

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPackageFileProxy, PackageFile

public interface IPackageFile
extends java.io.Serializable

COM Interface 'IPackageFile'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEngineCore.olb'

Description: 'Provides access to members that work with package files.' 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 IID0098853f_7654_47e5_9ecb_cda44e6eb413
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray unpack(java.lang.String fileorURL, java.lang.String[] pUnpackLocation)
          Unpacks a package.
 

Field Detail

IID0098853f_7654_47e5_9ecb_cda44e6eb413

static final int IID0098853f_7654_47e5_9ecb_cda44e6eb413
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

unpack

IStringArray unpack(java.lang.String fileorURL,
                    java.lang.String[] pUnpackLocation)
                    throws java.io.IOException,
                           AutomationException
Unpacks a package.

Parameters:
fileorURL - The fileorURL (in)
pUnpackLocation - The pUnpackLocation (in/out: use single element array)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.