|
Channels in Java
An Introduction |
|
Prof. David Bernstein
|
| Computer Science Department |
| bernstdh@jmu.edu |
Files.readAllBytes(Path) returns a
byte[]
Files.readAllLines(Path) returns a
List<String>
Files.write(Path, byte[])