javaIO流操作.rar

时间:2016-04-30 15:37:04
【文件属性】:
文件名称:javaIO流操作.rar
文件大小:5KB
文件格式:RAR
更新时间:2016-04-30 15:37:04
IO 操作 源码 try { // //建立流 // in = new FileInputStream("D:/lileihanmeimei.mp3"); // out = new FileOutputStream("E:/t98.mp3"); // //操作流 法一 //// int b = 0; //// while((b = in.read()) != -1){ //// out.write(b); //// } // //操作流 法二 //// byte[] b = new byte[1024]; //// while(in.read(b) != -1){ //// out.write(b); //// } // //操作流 法三 // byte[] b = new byte[1024]; // int length = 0; // while((length = in.read(b)) != -1){ // out.
【文件预览】:
lesson17
----student.data(82B)
----bin()
--------com()
----src()
--------com()
----.project(384B)
----.classpath(232B)

网友评论