From professional translators, enterprises, web pages and freely available translation repositories.
note: the calculations are for both data fragmentation and volume fragmentation are done based on the uncompressed size of the files.
注意:ボリュームの断片化とデータの断片化のどちらの計算でも、ファイルの圧縮されていないサイズが使われます。
if the optional parameter length is not specified, bzread() will read 1024 (uncompressed) bytes at a time.
bzread() は、 bz が指す bzip2ファイルポインタから最大 length バイト 読み込みます。読み込みは、(圧縮前の状態で) length バイトが読み込まれたか、eofに達した かのどちらか最初に来た方で終了します。オプションのパラメータ length が指定されない場合、 bzread() は一度に(圧縮前の状態で)1024バイト読み 込みます。
if the length argument is given, writing will stop after length (uncompressed) bytes have been written or the end of string is reached, whichever comes first.
gzwrite() は string の中身をzpが指す gzファイルストリームに書き込みます。 引数 length が指定され場合、(解凍された) length バイトのデータが書き込まれたか、 string の終わりに達した時に 書き込みは終了します。
if the optional length argument is given, writing will stop after length (uncompressed) bytes have been written or the end of string is reached, whichever comes first.
bzwrite() は、文字列 data の中身を bz が指すbzip2ファイルストリームに書き込み ます。オプションの引数 length を指定した場合、 (圧縮前の)lengthバイト分の書き込みが終ったか、文字列の終端に達し たかで書き込みは終了します。
note: </span> the calculations are for both data fragmentation and volume fragmentation are done based on the uncompressed size of the files.
<span style="font-weight: bold;">注意:</span>ボリュームの断片化とデータの断片化のどちらの計算でも、ファイルの圧縮されていないサイズが使われます。