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()
|
常數
HEADER_SIZE
public static final int HEADER_SIZE
常數值: 2078 (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 ()
傳回 | |
---|---|
|