This implementation of <code>javaToNative</code> converts RTF-formatted text
represented by a java <code>String</code> to a platform specific representation.
@param object a java <code>String</code> containing RTF text
@param transferData an empty <code>TransferData</code> object that will
be filled in on return with the platform specific format of the data
This implementation of <code>javaToNative</code> converts RTF-formatted text represented by a java <code>String</code> to a platform specific representation.
@param object a java <code>String</code> containing RTF text @param transferData an empty <code>TransferData</code> object that will be filled in on return with the platform specific format of the data
@see Transfer#nativeToJava