public abstract class OaIdlUtil extends Object
| Constructor | Description |
|---|---|
OaIdlUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static Object |
toPrimitiveArray(OaIdl.SAFEARRAY sa,
boolean destruct) |
Read SAFEARRAY into a java array.
|
public static Object toPrimitiveArray(OaIdl.SAFEARRAY sa, boolean destruct)
Supported types:
sa - SAFEARRAY to convertdestruct - if true the supplied SAFEARRAY is destroyed, there must
not be additional locks on the array!