陌上花開

          遇高山,我御風而翔,逢江河,我凌波微波

             :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::

          mport java.io.File;
          import java.io.FileInputStream;
          import java.io.FileOutputStream;
          import java.nio.MappedByteBuffer;
          import java.nio.channels.FileChannel;


          public class MbbDemo {
           
           public static  void main(String []args)throws Exception
           {
            File file=new File("d://a.txt");
            FileInputStream fis=new FileInputStream(file);
               FileOutputStream fos=new FileOutputStream("d://acopy.txt");
               FileChannel fChannel=fis.getChannel();
               FileChannel out=fos.getChannel();
               MappedByteBuffer mbb=fChannel.map(FileChannel.MapMode.READ_ONLY, 0,file.length());
               out.write(mbb);
               if(fis!=null)fis.close();
               if(fos!=null)fos.close();
            
            
           }

          }

          posted on 2012-05-25 14:11 askzs 閱讀(748) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          我要啦免费统计
          主站蜘蛛池模板: 西盟| 城步| 临颍县| 渭南市| 九龙县| 米易县| 金平| 蒙城县| 钟山县| 芮城县| 公主岭市| 古丈县| 西乡县| 长阳| 馆陶县| 霍林郭勒市| 太白县| 九龙城区| 瓦房店市| 原平市| 彭阳县| 开平市| 云和县| 白银市| 武威市| 兴国县| 保亭| 旌德县| 都匀市| 荆州市| 根河市| 万宁市| 新余市| 西昌市| 康平县| 桂阳县| 根河市| 睢宁县| 泉州市| 上虞市| 西平县|