陌上花開

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

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

          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 閱讀(750) 評論(0)  編輯  收藏

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


          網站導航:
           
          我要啦免费统计
          主站蜘蛛池模板: 文安县| 常山县| 克拉玛依市| 普安县| 白山市| 鄯善县| 井研县| 泉州市| 巴南区| 建平县| 周口市| 田阳县| 清苑县| 德格县| 曲松县| 安达市| 信丰县| 长兴县| 锡林浩特市| 南通市| 牡丹江市| 喀喇沁旗| 永康市| 苏尼特左旗| 卢龙县| 乌兰县| 长宁县| 共和县| 合山市| 安庆市| 略阳县| 福州市| 崇文区| 丰都县| 梅河口市| 宁南县| 甘德县| 珲春市| 惠来县| 平谷区| 双鸭山市|