public static InputStream readFile(File file) { try { return new FileInputStream(file); } catch(Exception e) { System.exit(1); } }
No comments:
Post a Comment