合并的 ZipEntryCollection
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
常量值: 2078 年 (0x0000081e)
最大差距
public static final int MAX_GAP
常量值: 4096 (0x00001000)
MAX_GAP_PERCENTAGE
public static final double MAX_GAP_PERCENTAGE
常量值: 0.15 分
公共构造函数
合并的 ZipEntryCollection
public MergedZipEntryCollection (zipEntries)
参数 | |
---|---|
zipEntries |
|
公共方法
createCollections
public staticcreateCollections ( zipEntries)
参数 | |
---|---|
zipEntries |
|
返回 | |
---|---|
|
getEndOffset
public long getEndOffset ()
返回 | |
---|---|
long |
getStartOffset
public long getStartOffset ()
返回 | |
---|---|
long |
getZipEntries
publicgetZipEntries ()
返回 | |
---|---|
|