Skip to content

Instantly share code, notes, and snippets.

@vorobeij
Last active June 7, 2017 09:46
Show Gist options
  • Select an option

  • Save vorobeij/71337dfe966fdaeaf6fd2fd90da0255a to your computer and use it in GitHub Desktop.

Select an option

Save vorobeij/71337dfe966fdaeaf6fd2fd90da0255a to your computer and use it in GitHub Desktop.
get lines from file
List<String> listOfLines = Files.readAllLines(Paths.get(f.getAbsolutePath()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment