Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. BufferedReader input = new BufferedReader(new FileReader(aFile));
  2.  
  3. //Scanner scantext = new Scanner(input);
  4. //Scanner scantext = new Scanner(input).useDelimiter("");
  5. Scanner scantext = new Scanner(input).useDelimiter("n");
  6. while (scantext.hasNext()) { ... }
  7.  
  8. </review><review>
Add Comment
Please, Sign In to add comment