示例#1
0
文件: IO.java 项目: nremond/boon
 public static void output(Path file, byte[] bytes) {
   IO.write(file, bytes);
 }