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 calls toSafeArray(true).
 SafeArray Variant.toSafeArray(boolean deepCopy)
          This lets folk turn into a safe array without a deep copy.
 

Methods in com.jacob.com with parameters of type SafeArray
 void Variant.putSafeArray(SafeArray in)
          have no idea...
 void Variant.putSafeArrayRef(SafeArray in)
          have no idea...
 void SafeArray.reinit(SafeArray sa)
          Does anyone want to document this?
 



http://jacob-project.sourceforge.net