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