4344454647484950515253
(javax.microedition.io.file.FileConnection) Connector.open(CSV_PATH, Connector.READ_WRITE); try { if (fc.exists()) fc.delete(); fc.create(); exporter.exportToCSV(fc.openOutputStream(), controler); } finally { fc.close(); } return null; }