Topic: byte与文件读写的问题 |
Print this page |
1.byte与文件读写的问题 | Copy to clipboard |
Posted by: orangeyxj Posted on: 2005-03-29 00:52 我看到流文件有这样的读写代码 FileInputStream fileInputStream=new FileInputStream("photo.jpg"); FileOutputStream fileOutputStream=new FileOutputSream("newphoto.jpg"); byte[] InOutb=new byte(fileInputStream.available()); fileInputStream.read(InOutb); fileOutputStream.write(InOutb); 这样写,是不是将文件一次性读入byte中呢,如果是,假如文件很大的话,那byte 不是要很大?对性能有影响吗?有解决的方法吗?不是的话,是不是由JAVA自动完成呢? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |