Uses of Class
com.jniwrapper.win32.automation.types.SafeArrayBound

Packages that use SafeArrayBound
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
 

Uses of SafeArrayBound in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types with parameters of type SafeArrayBound
 void SafeArray.create(SafeArrayBound bound, java.lang.Class parameterClass)
          Creates one-dimensional array for specified data type and the specified array bound of SafeArrayBound type.
 void SafeArray.create(SafeArrayBound[] bounds, java.lang.Class parameterClass)
          Creates multidimensional array for specified data type and the specified array bounds of SafeArrayBound type.
 void SafeArray.create(SafeArrayBound[] bounds, byte[] bytes)
          Creates the array of bytes (UInt8) directly from the specified Java byte array.
 void SafeArray.create(SafeArrayBound[] bounds, byte[] bytes, java.lang.Class parameterClass)
          Creates the array of bytes directly from the specified Java byte array.
protected  void SafeArray.create(SafeArrayBound bound)
           
protected  void SafeArray.create(SafeArrayBound[] bounds)
           
 

Constructors in com.jniwrapper.win32.automation.types with parameters of type SafeArrayBound
SafeArray(SafeArrayBound bound, java.lang.Class parameterClass)
          Creates one-dimensional array for specified data type and the specified array bound of SafeArrayBound type.
SafeArray(SafeArrayBound[] bounds, java.lang.Class parameterClass)
          Creates multi-dimensional array for specified data type and the specified array bounds of SafeArrayBound type.
SafeArray(SafeArrayBound[] bounds, byte[] bytes)
          Creates the array of bytes (UInt8) directly from the specified Java byte array.
SafeArray(SafeArrayBound[] bounds, byte[] bytes, java.lang.Class parameterClass)
          Creates the array of bytes directly from the specified Java byte array.