Exemple #1
0
 public static void output(Path file, byte[] bytes) {
   IO.write(file, bytes);
 }