PartialZipDownloadCache
public
class
PartialZipDownloadCache
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.cache.PartialZipDownloadCache |
部分的なダウンロード ファイルをコンテンツに基づいてキャッシュに保存するユーティリティ。これは ZIP コンテンツに基づいています メタデータから無料の 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 : zip 内のファイルのチェックサム |
戻り値 | |
---|---|
boolean |
キャッシュ ファイルが存在する場合は true、それ以外の場合は false |
getDefaultCache
public static PartialZipDownloadCache getDefaultCache ()
戻り値 | |
---|---|
PartialZipDownloadCache |
populateCacheFile
public void populateCacheFile (File toCache, String fileName, String crc)
ファイルをキャッシュに挿入する
パラメータ | |
---|---|
toCache |
File : キャッシュに保存するファイル。 |
fileName |
String : ファイルのパス |
crc |
String : zip 内のファイルの CRC チェックサム |
保護されたメソッド
cleanUpCache
protected void cleanUpCache ()