ByteArrayTransfer.nativeToJava

This implementation of <code>nativeToJava</code> converts a platform specific representation of a byte array to a java <code>byte[]</code>.

@param transferData the platform specific representation of the data to be converted @return a java <code>byte[]</code> containing the converted data if the conversion was successful; otherwise null

@see Transfer#javaToNative

class ByteArrayTransfer
protected override
Object
nativeToJava

Meta