Created
January 10, 2017 11:21
-
-
Save gustavobite/3e1eff20ba93ec51416ea43ba263bb52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new String(Files.readAllBytes(Paths.get("src", aFileName)))) | |
O retorno será uma string contendo todas as linhas do arquivo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment