Ejemplo n.º 1
0
Archivo: IO.java Proyecto: nremond/boon
 public static void output(Path file, byte[] bytes) {
   IO.write(file, bytes);
 }