• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            行進中開火

            C++夜未眠

            快速擴展文件大小

            首先轉一段博文:Linux下快速擴展文件大小

             在實際的開發過程中,我們可能需要在文件生成時就立即將文件更改為指定的大小,以便于后續簡化對文件的并發操作,
            這一點在各類的下載工具中有很好的體現。
                要滿足這一需求,通常可以使用的最直觀的方式是:生成文件后,通過循環向文件中寫入任意數據,直到文件大小達到預期的大小。
            對于較小的文件,這種方法可以接受,但是如果文件大小過大,那么這種方法就顯得不夠簡潔且低效。
                這里介紹一種高效且簡單的方法,基于函數"lseek"。
                執行"man lseek"之后,我們可以看到關于lseek特性的關鍵信息,如下:
                The lseek() function shall allow the file offset to be set beyond the end of the existing data in the file. 
                If data is later written at this point, subsequent reads of data in the gap shall return bytes with the 
                value 0 until data is actually written into the gap.
                The lseek() function shall not, by itself, extend the size of a file.

            簡單的總結就是:
            1. lseek 函數本身不會擴展文件的大小.
            2. lseek 允許文件的偏移值超過文件的末端,如果下一次在這個偏移點寫入數據,那么在偏移之前的文件末端與偏移點之間的數據將會自動填充為0。

            了解了上面幾點,大家應該想到了擴展文件大小將是一件多么簡潔高效的事情了:)  

            那么,簡單的步驟如下


            1. lseek( iFileHandle , 0 , SEEK_CUR ); //保存文件指針的當前位置以便于在擴展文件大小后恢復到當前位置 2. lseek( iFileHandle , iMoveOffset , SEEK_SET ); 3. write( iFileHandle , " " , WRITE_BYTE_COUNT ); //寫入一個字節的數據,完成對文件大小的更改 4. lseek( iFileHandle , iCurPos , SEEK_SET ); //恢復文件指針到之前保存的文件位置

            實際上,在Windows中的_lseek或者_lseeki64也可以達到相同的目的。MSDN中的描述:

            You can use _lseek to reposition the pointer anywhere in a file or beyond the end of the file.


            最后,還有一個更好的方法:

            int truncate(const char *path, off_t length); 
            If the file previously was larger than length, the extra data is discarded. 
            If the file was previously shorter than length, its size is increased, and the extended area appears as if it were zero-filled. 
            這樣一來,截斷和擴展文件都可以用"truncate"來完成,這樣相對于上面的EnlargeFile就更簡潔了而且基于"truncate"的形式只需要一次系統調用即可實現相同的效果,效率上也更有優勢. 

            但是,truncate函數在Windows中不可以使用。可以使用 SetEndOfFile 來代替。

             

            Truncating or Extending Files

            An application can truncate or extend a file by calling SetEndOfFile on sets the end-of-file marker to the current position of the file pointer.

            Note that when a file is extended, the contents between the old and new end-of-file locations are not defined.

             

            The SetEndOfFile function can be used to truncate or extend a file. If the file is extended, the contents of the file between the old end of the file and the new end of the file are not defined.

            SetEndOfFile 可以用來擴展文件,當一個文件被擴展,被擴展部分,是未被定義的。也就是說,新擴展出來的部分,沒有被付初值,沒有用0填充。

            還需要注意一點,

            If CreateFileMapping is called to create a file mapping object for hFileUnmapViewOfFile must be called first to unmap all views and call CloseHandle to close the file mapping object before you can call SetEndOfFile.

            也就是說,在Mapping狀態的文件,是不能調用SetEndOfFile的。

            MSDN鏈接:http://msdn.microsoft.com/en-us/library/aa365531(VS.85).aspx

             

             

             

             

            posted on 2010-03-03 17:57 Jakcie 閱讀(894) 評論(0)  編輯 收藏 引用 所屬分類: C++ & CLinux & QT

            久久国产精品视频| 久久精品国产亚洲AV蜜臀色欲| 久久精品国产久精国产一老狼| 色偷偷91久久综合噜噜噜噜| 久久久亚洲欧洲日产国码二区| 久久中文字幕一区二区| 亚洲国产精品嫩草影院久久| 久久久久久国产精品免费无码| 91精品国产9l久久久久| 合区精品久久久中文字幕一区| 伊人久久大香线蕉av不卡| 亚洲七七久久精品中文国产| 亚洲精品国产美女久久久| 亚洲国产日韩欧美综合久久| 狠狠色丁香久久婷婷综合_中| 久久精品视屏| 7777久久亚洲中文字幕| 久久久久久免费视频| 国产综合成人久久大片91| 亚洲精品国产美女久久久| 欧美麻豆久久久久久中文| 97r久久精品国产99国产精| 久久久久久国产精品无码下载| 91久久精品电影| 一级做a爰片久久毛片人呢| 亚洲成色WWW久久网站| 伊人热热久久原色播放www| 久久久青草久久久青草| 久久99国内精品自在现线| 久久天堂AV综合合色蜜桃网| 日韩人妻无码精品久久免费一 | 99国产欧美精品久久久蜜芽| 蜜桃麻豆www久久国产精品| 97精品伊人久久大香线蕉| 久久人搡人人玩人妻精品首页 | 99久久精品无码一区二区毛片 | 青春久久| 久久国产免费直播| 亚洲精品国产字幕久久不卡| 亚洲精品午夜国产VA久久成人| 东方aⅴ免费观看久久av|