in accordo con le API javaCodice PHP:
byte [] byteArray = //come te li carichi sono fatti tuoi
String fileName = new String (byteArray);
File file = new File(path, fileName);
cerca il costruttore con byte array
in accordo con le API javaCodice PHP:
byte [] byteArray = //come te li carichi sono fatti tuoi
String fileName = new String (byteArray);
File file = new File(path, fileName);
cerca il costruttore con byte array
RTFM Read That F*** Manual!!!