HTMLTransfer.nativeToJava

This implementation of <code>nativeToJava</code> converts a platform specific representation of HTML text 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 HTML text if the conversion was successful; otherwise null

@see Transfer#javaToNative

class HTMLTransfer
override
Object
nativeToJava

Meta