陌上花開

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

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

          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)  編輯  收藏

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


          網站導航:
           
          我要啦免费统计
          主站蜘蛛池模板: 自贡市| 梓潼县| 陇西县| 元氏县| 铜鼓县| 孟连| 南溪县| 扬中市| 泸州市| 刚察县| 高邮市| 涪陵区| 平凉市| 莲花县| 当雄县| 乃东县| 阜新市| 新化县| 宁陕县| 个旧市| 西吉县| 石屏县| 建水县| 安仁县| 巴南区| 罗源县| 迁安市| 东光县| 潞西市| 双峰县| 望都县| 鹤山市| 永年县| 天全县| 桑植县| 皋兰县| 东辽县| 淮阳县| 尖扎县| 灯塔市| 华安县|