MergedZipEntryCollection
public
class
MergedZipEntryCollection
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.zip.MergedZipEntryCollection |
Łącz poszczególne wpisy w dużym pliku ZIP w bloki, aby zminimalizować próby pobierania.
Podsumowanie
Stałe | |
---|---|
int |
HEADER_SIZE
|
int |
MAX_GAP
|
double |
MAX_GAP_PERCENTAGE
|
Konstruktory publiczne | |
---|---|
MergedZipEntryCollection(
|
Metody publiczne | |
---|---|
static
|
createCollections(
|
long
|
getEndOffset()
|
long
|
getStartOffset()
|
|
getZipEntries()
|
Stałe
HEADER_SIZE
public static final int HEADER_SIZE
Wartość stała: 2078 (0x0000081e)
MAX_GAP
public static final int MAX_GAP
Wartość stała: 4096 (0x00001000)
MAX_GAP_PERCENTAGE
public static final double MAX_GAP_PERCENTAGE
Wartość stała: 0,15
Konstruktory publiczne
MergedZipEntryCollection
public MergedZipEntryCollection (zipEntries)
Parametry | |
---|---|
zipEntries |
|
Metody publiczne
createCollection
public staticcreateCollections ( zipEntries)
Parametry | |
---|---|
zipEntries |
|
Zwroty | |
---|---|
|
getEndOffset
public long getEndOffset ()
Zwroty | |
---|---|
long |
getStartOffset
public long getStartOffset ()
Zwroty | |
---|---|
long |
getZipEntries
publicgetZipEntries ()
Zwroty | |
---|---|
|