将byte数组写入文件

public static void writeBytesToFile() throws IOException{ String s = "aaaaaaaa"; byte[] bs= s.getBytes(); OutputStream out = new FileOutputStream("/storage/sdcard0/aaa");
相关文章
相关标签/搜索