/* * foo */ String readFromFS(String filename){return "N";}; void writeToFS(String filename, String file) {};