PartialZipDownloadCache

public class PartialZipDownloadCache
extends Object

java.lang.object
com.android.tradefed.build.cache.PartialZipDownloadCache


ابزار ذخیره فایل های دانلود جزئی بر اساس محتوای آنها. این بر اساس محتوای فشرده است، بنابراین شامل crc به صورت رایگان از ابرداده است.

خلاصه

سازندگان محافظت شده

PartialZipDownloadCache ()

روش های عمومی

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

فایلی را در حافظه پنهان پیدا می کند که با مسیر و crc مطابقت دارد

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

فایل را در کش پر کنید

روش های محافظت شده

void cleanUpCache ()

سازندگان محافظت شده

PartialZipDownloadCache

protected PartialZipDownloadCache ()

روش های عمومی

getCachedFile

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

فایلی را در حافظه پنهان پیدا می کند که با مسیر و crc مطابقت دارد

پارامترها
targetFile File : مکانی که فایل را در آن برگردانید

fileName String : مسیر فایل

crc String : جمع چک فایل در حالت فشرده

برمی گرداند
boolean اگر فایل کش وجود داشته باشد درست است، در غیر این صورت نادرست است

getDefaultCache

public static PartialZipDownloadCache getDefaultCache ()

برمی گرداند
PartialZipDownloadCache

populateCacheFile

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

فایل را در کش پر کنید

پارامترها
toCache File : فایلی برای قرار دادن در کش

fileName String : مسیر فایل

crc String : مجموع بررسی crc فایل در zip

روش های محافظت شده

cleanUpCache

protected void cleanUpCache ()