예제 #1
0
파일: IO.java 프로젝트: nremond/boon
 public static void output(Path file, byte[] bytes) {
   IO.write(file, bytes);
 }