MergedZipEntryCollection
public
class
MergedZipEntryCollection
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.zip.MergedZipEntryCollection |
サイズの大きい zip ファイルの個々の ZIP エントリをブロックに分割して、ダウンロードの試行回数を最小限に抑えます。
概要
定数 | |
---|---|
int |
HEADER_SIZE
|
int |
MAX_GAP
|
double |
MAX_GAP_PERCENTAGE
|
パブリック コンストラクタ | |
---|---|
MergedZipEntryCollection(
|
パブリック メソッド | |
---|---|
static
|
createCollections(
|
long
|
getEndOffset()
|
long
|
getStartOffset()
|
|
getZipEntries()
|
定数
見出しサイズ
public static final int HEADER_SIZE
定数値: 2,078 (0x0000081e)
MAX_GAP
public static final int MAX_GAP
定数値: 4096 (0x00001000)
MAX_GAP_PERCENTAGE
public static final double MAX_GAP_PERCENTAGE
定数値: 0.15
パブリック コンストラクタ
MergedZipEntryCollection
public MergedZipEntryCollection (zipEntries)
パラメータ | |
---|---|
zipEntries |
|
パブリック メソッド
createCollections
public staticcreateCollections ( zipEntries)
パラメータ | |
---|---|
zipEntries |
|
戻り値 | |
---|---|
|
getEndOffset
public long getEndOffset ()
戻り値 | |
---|---|
long |
getStartOffset
public long getStartOffset ()
戻り値 | |
---|---|
long |
getZipEntries
publicgetZipEntries ()
戻り値 | |
---|---|
|