Created
November 20, 2017 10:11
-
-
Save giltayar/6f4d6e342e0f62082c650f192853ee29 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
byte[] content = Files.readAllBytes(Paths.get("source.txt")); | |
Files.write(Paths.get("target.txt"), content); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment