FileTransfer.nativeToJava

This implementation of <code>nativeToJava</code> converts a platform specific representation of a list of file names to a java <code>String[]</code>. Each String in the array contains the absolute path for a single file or directory.

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

@see Transfer#javaToNative

class FileTransfer
override
Object
nativeToJava

Meta