Microsoft SDK for Java

putByteArray

This method of the Variant Class sets a Variant object to type VT_ARRAY|VT_UI1 and clears the previous contents.

Syntax

public native void putByteArray(Object ba);

Parameters

ba The initial values of the elements, which must be byte[].

© 1999 Microsoft Corporation. All rights reserved. Terms of use.