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