PartialZipDownloadCache
public
class
PartialZipDownloadCache
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.cache.PartialZipDownloadCache |
Utilitas untuk meng-cache file download sebagian berdasarkan kontennya. Hal ini didasarkan pada konten ZIP sehingga termasuk {i>crc <i} secara gratis dari {i>metadata<i}.
Ringkasan
Konstruktor yang dilindungi | |
---|---|
PartialZipDownloadCache()
|
Metode publik | |
---|---|
boolean
|
getCachedFile(File targetFile, String fileName, String crc)
Menemukan file dalam cache yang cocok dengan jalur dan crc |
static
PartialZipDownloadCache
|
getDefaultCache()
|
void
|
populateCacheFile(File toCache, String fileName, String crc)
Mengisi file dalam cache |
Metode yang dilindungi | |
---|---|
void
|
cleanUpCache()
|
Konstruktor yang dilindungi
PartialZipDownloadCache
protected PartialZipDownloadCache ()
Metode publik
{i>GetCachedFile<i}
public boolean getCachedFile (File targetFile, String fileName, String crc)
Menemukan file dalam cache yang cocok dengan jalur dan crc
Parameter | |
---|---|
targetFile |
File : lokasi yang digunakan untuk menampilkan file |
fileName |
String : Jalur file |
crc |
String : checksum file dalam zip |
Hasil | |
---|---|
boolean |
True jika file cache ada, false jika tidak |
getDefaultCache
public static PartialZipDownloadCache getDefaultCache ()
Hasil | |
---|---|
PartialZipDownloadCache |
fillCacheFile
public void populateCacheFile (File toCache, String fileName, String crc)
Mengisi file dalam cache
Parameter | |
---|---|
toCache |
File : File yang akan dimasukkan ke dalam cache |
fileName |
String : jalur file |
crc |
String : Checksum crc file dalam zip |
Metode yang dilindungi
cleanUpCache
protected void cleanUpCache ()