Неважно, я понял. Я могу просто использовать FileConnection, чтобы написать это -
FileConnection filecon = (FileConnection)
Connector.open("file:///E:/imagefile.jpg");
if (!filecon.exists())
filecon.create(); // create the file if it doesn't exist
DataOutputStream os = filecon.openDataOutputStream();
os.write(raw); // Raw image