This implementation of <code>javaToNative</code> converts a java
<code>byte[]</code> to a platform specific representation.
@param object a java <code>byte[]</code> containing the data to be converted
@param transferData an empty <code>TransferData</code> object that will
be filled in on return with the platform specific format of the data
This implementation of <code>javaToNative</code> converts a java <code>byte[]</code> to a platform specific representation.
@param object a java <code>byte[]</code> containing the data to be converted @param transferData an empty <code>TransferData</code> object that will be filled in on return with the platform specific format of the data
@see Transfer#nativeToJava