Advertisement
Guest User

Untitled

a guest
May 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1.         try (Scanner odczyt = new Scanner(new File("adresPlikuNaDysku"))) {
  2.             while (odczyt.hasNextLine()) {
  3.                 String odczytanaLinijka = odczyt.nextLine();
  4.             }
  5.         }
  6.         catch (IOException ex) {
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement