部分壓縮下載快取
public
class
PartialZipDownloadCache
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.cache.PartialZipDownloadCache |
用於根據檔案內容快取部分下載檔案的公用程式。這項資訊是根據 ZIP 內容 ,因此其中含有不含中繼資料的 CR。
摘要
受保護的建構函式 | |
---|---|
PartialZipDownloadCache()
|
公用方法 | |
---|---|
boolean
|
getCachedFile(File targetFile, String fileName, String crc)
在快取中尋找符合路徑和 crc 的檔案 |
static
PartialZipDownloadCache
|
getDefaultCache()
|
void
|
populateCacheFile(File toCache, String fileName, String crc)
將檔案填入快取 |
保護方法 | |
---|---|
void
|
cleanUpCache()
|
受保護的建構函式
部分壓縮下載快取
protected PartialZipDownloadCache ()
公用方法
getCachedFile
public boolean getCachedFile (File targetFile, String fileName, String crc)
在快取中尋找符合路徑和 crc 的檔案
參數 | |
---|---|
targetFile |
File :要傳回檔案的位置 |
fileName |
String :檔案路徑 |
crc |
String :ZIP 檔案中的檔案總和檢查碼 |
傳回 | |
---|---|
boolean |
如果快取檔案存在,則為「true」,否則傳回「false」 |
填入 CacheFile
public void populateCacheFile (File toCache, String fileName, String crc)
將檔案填入快取
參數 | |
---|---|
toCache |
File :要快取的檔案 |
fileName |
String :檔案路徑 |
crc |
String :ZIP 檔案中的 crc 總和檢查碼 |
保護方法
清除快取
protected void cleanUpCache ()