I have the following code:
File file=new File("src/com/yoznacks/main/stuff.txt"); FileInputStream foo=new FileInputStream(file); int a; while((a=foo