Uses of Class
com.jacob.com.SafeArray

Packages that use SafeArray
com.jacob.com   
 

Uses of SafeArray in com.jacob.com
 

Methods in com.jacob.com that return SafeArray
 SafeArray Variant.toSafeArray()
          By default toSafeArray makes a deep copy due to the fact that this Variant owns the embedded SafeArray and will destroy it when it gc's
 SafeArray Variant.toSafeArray(boolean deepCopy)
           
 

Methods in com.jacob.com with parameters of type SafeArray
 void Variant.putSafeArray(SafeArray in)
           
 void Variant.putSafeArrayRef(SafeArray in)
           
 void SafeArray.reinit(SafeArray sa)
           
 

Constructors in com.jacob.com with parameters of type SafeArray
Variant(SafeArray in, boolean fByRef)