KısmiZipDownloadCache

public class PartialZipDownloadCache
extends Object

Java.lang.Nesne
🎃 com.android.tradefed.build.cache.CompleteZipDownloadCache


İçeriklerine bağlı olarak kısmi indirilen dosyaları önbelleğe alma yardımcı programı. Bu, ZIP içeriğini temel alır meta verilerden ücretsiz olarak crc'yi içerir.

Özet

Korunan oluşturucular

PartialZipDownloadCache()

Herkese açık yöntemler

boolean getCachedFile(File targetFile, String fileName, String crc)

Önbellekte, yol ve crc ile eşleşen bir dosya bulur

static PartialZipDownloadCache getDefaultCache()
void populateCacheFile(File toCache, String fileName, String crc)

Dosyayı önbellekte doldur

Korunan yöntemler

void cleanUpCache()

Korunan oluşturucular

KısmiZipDownloadCache

protected PartialZipDownloadCache ()

Herkese açık yöntemler

getCachedFile

public boolean getCachedFile (File targetFile, 
                String fileName, 
                String crc)

Önbellekte, yol ve crc ile eşleşen bir dosya bulur

Parametreler
targetFile File: dosyanın döndürüleceği konum

fileName String: Dosyanın yolu

crc String: ZIP dosyasındaki dosyanın sağlama toplamı

İlerlemeler
boolean Önbellek dosyası varsa doğru, yoksa yanlış değerini alır

getDefaultCache

public static PartialZipDownloadCache getDefaultCache ()

İlerlemeler
PartialZipDownloadCache

önbellek dosyasını doldurma

public void populateCacheFile (File toCache, 
                String fileName, 
                String crc)

Dosyayı önbellekte doldur

Parametreler
toCache File: Önbelleğe alınacak dosya

fileName String: dosyanın yolu

crc String: ZIP dosyasındaki dosyanın crc sağlaması

Korunan yöntemler

clearUpCache

protected void cleanUpCache ()