URLTransfer.nativeToJava

This implementation of <code>nativeToJava</code> converts a platform specific representation of a URL to a java <code>String</code>.

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

@see Transfer#javaToNative

class URLTransfer
override
Object
nativeToJava

Meta