Guest User

Untitled

a guest
Nov 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. String str = FileUtils.readFileToString(file);
  2.  
  3. String[] arr = str.split(",");
  4.  
  5. List<String> list = new ArrayList(arr);
Add Comment
Please, Sign In to add comment