Example #1
0
File: IO.java Project: nremond/boon
 public static void output(Path file, byte[] bytes) {
   IO.write(file, bytes);
 }