3031323334353637383940
XFile textFile = getTextFile(); if (textFile.exists()) { try { mainModel.dropData(new String(textFile.getBytes())); } catch (Exception e) { e.printStackTrace(); } }