このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Constants' Group ZipConstants
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.16

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: 一括s :: zip ::

constants group ZipConstants
Description
defines the constants used by the ZIP interfaces.

Constants
DEFLATED Compression method for the deflate algorithm (the only one 現在/一般に supported).  
NO_COMPRESSION Compression level for no compression.  
BEST_SPEED Compression level for fastest compression  
BEST_COMPRESSION Compression level for best compression  
DEFAULT_COMPRESSION Default compression level.  
FILTERED Compression 戦略 best used for data consisting mostly of small values with a somewhat 無作為の 配当. 軍隊s more Huffman coding and いっそう少なく string matching.  
HUFFMAN_ONLY Compression 戦略 for Huffman coding only.  
DEFAULT_STRATEGY Default compression 戦略  
STORED 入ること/参加(者) is uncompressed  
DEF_MEM_LEVEL 入ること/参加(者) is uncompressed  
LOCSIG Header 署名: "PK\003\004"  
EXTSIG Header 署名: "PK\007\008"  
CENSIG Header 署名: "PK\001\002"  
ENDSIG Header 署名: "PK\005\006"  
SPANSIG Header 署名: "PK\007\008"  
LOCHDR LOC header size in bytes (含むing 署名s)  
EXTHDR EXT header size in bytes (含むing 署名s)  
CENHDR CEN header size in bytes (含むing 署名s)  
ENDHDR END header size in bytes (含むing 署名s)  
LOCVER LOC header field "見解/翻訳/版 needed to 抽出する" 相殺する  
LOCFLG LOC header field "general 目的 bit 旗s" 相殺する  
LOCHOW LOC header field "compression method" 相殺する  
LOCTIM LOC header field "modification time" 相殺する  
LOCCRC LOC header field "crc of uncompressed data" 相殺する  
LOCSIZ LOC header field "compressed data size" 相殺する  
LOCLEN LOC header field "uncompressed data size" 相殺する  
LOCNAM LOC header field "filename length" 相殺する  
LOCEXT LOC header field "extra field length" 相殺する  
EXTCRC EXT header field "crc of uncompressed data" 相殺するs  
EXTSIZ EXT header field "compressed size" 相殺するs  
EXTLEN EXT header field "uncompressed size" 相殺するs  
CENVEM CEN header field "見解/翻訳/版 made by" 相殺する  
CENVER CEN header field "見解/翻訳/版 needed to 抽出する" 相殺する  
CENFLG CEN header field "general 目的 bit 旗s" 相殺する  
CENHOW CEN header field "compression method" 相殺する  
CENTIM CEN header field "modification time" 相殺する  
CENDAT CEN header field "modification time" 相殺する  
CENCRC CEN header field "crc of uncompressed data" 相殺する  
CENSIZ CEN header field "compressed size" 相殺する  
CENLEN CEN header field "uncompressed size" 相殺する  
CENNAM CEN header field "length of filename" 相殺する  
CENEXT CEN header field "length of extra field" 相殺する  
CENCOM CEN header field "とじ込み/提出する comment length" 相殺する  
CENDSK CEN header field "disk number start" 相殺する  
CENATT CEN header field "内部の とじ込み/提出する せいにするs" 相殺する  
CENATX CEN header field "外部の とじ込み/提出する せいにするs" 相殺する  
CENOFF CEN header field "相殺する of 地元の header" 相殺する  
ENDSUB END header field "number of 入ること/参加(者)s on this disk" 相殺する  
ENDTOT END header field "total number of 入ること/参加(者)s" 相殺する  
ENDSIZ END header field "central directory size" 相殺する  
ENDOFF END header field "central directory 相殺する" 相殺する  
ENDCOM END header field "size of zip とじ込み/提出する comment" 相殺する  
Constants' 詳細(に述べる)s
DEFLATED
const short DEFLATED = 8;
Description
Compression method for the deflate algorithm (the only one 現在/一般に supported).
NO_COMPRESSION
const short NO_COMPRESSION = 0;
Description
Compression level for no compression.
BEST_SPEED
const short BEST_SPEED = 1;
Description
Compression level for fastest compression
BEST_COMPRESSION
const short BEST_COMPRESSION = 9;
Description
Compression level for best compression
DEFAULT_COMPRESSION
const short DEFAULT_COMPRESSION = -1;
Description
Default compression level.
FILTERED
const short FILTERED = 1;
Description
Compression 戦略 best used for data consisting mostly of small values with a somewhat 無作為の 配当. 軍隊s more Huffman coding and いっそう少なく string matching.
HUFFMAN_ONLY
const short HUFFMAN_ONLY = 2;
Description
Compression 戦略 for Huffman coding only.
DEFAULT_STRATEGY
const short DEFAULT_STRATEGY = 0;
Description
Default compression 戦略
STORED
const short STORED = 0;
Description
入ること/参加(者) is uncompressed
DEF_MEM_LEVEL
const short DEF_MEM_LEVEL = 8;
Description
入ること/参加(者) is uncompressed
LOCSIG
const long LOCSIG = 0x04034b50;
Description
Header 署名: "PK\003\004"
EXTSIG
const long EXTSIG = 0x08074b50;
Description
Header 署名: "PK\007\008"
CENSIG
const long CENSIG = 0x02014b50;
Description
Header 署名: "PK\001\002"
ENDSIG
const long ENDSIG = 0x06054b50;
Description
Header 署名: "PK\005\006"
SPANSIG
const long SPANSIG = 0x08074b50;
Description
Header 署名: "PK\007\008"
LOCHDR
const short LOCHDR = 30;
Description
LOC header size in bytes (含むing 署名s)
EXTHDR
const short EXTHDR = 16;
Description
EXT header size in bytes (含むing 署名s)
CENHDR
const short CENHDR = 46;
Description
CEN header size in bytes (含むing 署名s)
ENDHDR
const short ENDHDR = 22;
Description
END header size in bytes (含むing 署名s)
LOCVER
const short LOCVER = 4;
Description
LOC header field "見解/翻訳/版 needed to 抽出する" 相殺する
LOCFLG
const short LOCFLG = 6;
Description
LOC header field "general 目的 bit 旗s" 相殺する
LOCHOW
const short LOCHOW = 8;
Description
LOC header field "compression method" 相殺する
LOCTIM
const short LOCTIM = 10;
Description
LOC header field "modification time" 相殺する
LOCCRC
const short LOCCRC = 14;
Description
LOC header field "crc of uncompressed data" 相殺する
LOCSIZ
const short LOCSIZ = 18;
Description
LOC header field "compressed data size" 相殺する
LOCLEN
const short LOCLEN = 22;
Description
LOC header field "uncompressed data size" 相殺する
LOCNAM
const short LOCNAM = 26;
Description
LOC header field "filename length" 相殺する
LOCEXT
const short LOCEXT = 28;
Description
LOC header field "extra field length" 相殺する
EXTCRC
const short EXTCRC = 4;
Description
EXT header field "crc of uncompressed data" 相殺するs
EXTSIZ
const short EXTSIZ = 8;
Description
EXT header field "compressed size" 相殺するs
EXTLEN
const short EXTLEN = 12;
Description
EXT header field "uncompressed size" 相殺するs
CENVEM
const short CENVEM = 4;
Description
CEN header field "見解/翻訳/版 made by" 相殺する
CENVER
const short CENVER = 6;
Description
CEN header field "見解/翻訳/版 needed to 抽出する" 相殺する
CENFLG
const short CENFLG = 8;
Description
CEN header field "general 目的 bit 旗s" 相殺する
CENHOW
const short CENHOW = 10;
Description
CEN header field "compression method" 相殺する
CENTIM
const short CENTIM = 12;
Description
CEN header field "modification time" 相殺する
CENDAT
const short CENDAT = 14;
Description
CEN header field "modification time" 相殺する
CENCRC
const short CENCRC = 16;
Description
CEN header field "crc of uncompressed data" 相殺する
CENSIZ
const short CENSIZ = 20;
Description
CEN header field "compressed size" 相殺する
CENLEN
const short CENLEN = 24;
Description
CEN header field "uncompressed size" 相殺する
CENNAM
const short CENNAM = 28;
Description
CEN header field "length of filename" 相殺する
CENEXT
const short CENEXT = 30;
Description
CEN header field "length of extra field" 相殺する
CENCOM
const short CENCOM = 32;
Description
CEN header field "とじ込み/提出する comment length" 相殺する
CENDSK
const short CENDSK = 34;
Description
CEN header field "disk number start" 相殺する
CENATT
const short CENATT = 36;
Description
CEN header field "内部の とじ込み/提出する せいにするs" 相殺する
CENATX
const short CENATX = 38;
Description
CEN header field "外部の とじ込み/提出する せいにするs" 相殺する
CENOFF
const short CENOFF = 42;
Description
CEN header field "相殺する of 地元の header" 相殺する
ENDSUB
const short ENDSUB = 8;
Description
END header field "number of 入ること/参加(者)s on this disk" 相殺する
ENDTOT
const short ENDTOT = 10;
Description
END header field "total number of 入ること/参加(者)s" 相殺する
ENDSIZ
const short ENDSIZ = 12;
Description
END header field "central directory size" 相殺する
ENDOFF
const short ENDOFF = 16;
Description
END header field "central directory 相殺する" 相殺する
ENDCOM
const short ENDCOM = 20;
Description
END header field "size of zip とじ込み/提出する comment" 相殺する
最高の,を越す of Page

The ASF

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The ASF logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.