public void initalize() { int j = fio.readfile(localdir, filename).indexOf('j'); try { FileReader in = new FileReader(localdir + "initdata.asdf"); int c = in.read(); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } }
public int Readint(String path) { FileIO f = new FileIO(); return f.Readint(path); }