Advertisement
Guest User

haladás

a guest
Dec 28th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1. class Szam {
  2.     String eloado;
  3.     String cim;
  4.     int hossz; //masodperc
  5.  
  6.  
  7. public Szam (String eloado, String cim, int hossz){
  8.    
  9. BufferedReader br = new BufferedReader(new FileReader("lista2.txt"));
  10. String line;
  11. while ((line = br.readLine()) != null) {
  12. }
  13. br.close();
  14.  }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement