Skip to content

Instantly share code, notes, and snippets.

@Climber24
Created March 2, 2017 22:38
Show Gist options
  • Save Climber24/ab2ed13aed08fa1f1d1084c7bfd763fd to your computer and use it in GitHub Desktop.
Save Climber24/ab2ed13aed08fa1f1d1084c7bfd763fd to your computer and use it in GitHub Desktop.
List list = new ArrayList();
try {
list = Files.readAllLines(Paths.get(this.fullFileName), StandardCharsets.UTF_8);
} catch (IOException e) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment