public abstract class OaIdlUtil
extends java.lang.Object
Constructor | Description |
---|---|
OaIdlUtil() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Object |
toPrimitiveArray(OaIdl.SAFEARRAY sa,
boolean destruct) |
Read SAFEARRAY into a java array.
|
public static java.lang.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!