TextTransfer.nativeToJava

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

@see Transfer#javaToNative

class TextTransfer
override
Object
nativeToJava

Meta