Back to Vassonic

SonicDownloadCache.SonicResourceCache (sdk 3.0.0 API)

sonic-android/docs/javadoc/com/tencent/sonic/sdk/download/SonicDownloadCache.SonicResourceCache.html

3.1.15.5 KB
Original Source

跳过导航链接

com.tencent.sonic.sdk.download

类 SonicDownloadCache.SonicResourceCache


public static classSonicDownloadCache.SonicResourceCacheextends[SonicDownloadCache](../../../../../com/tencent/sonic/sdk/download/SonicDownloadCache.html "com.tencent.sonic.sdk.download中的类")

An sub resource cache implementation SonicDownloadCache

嵌套类概要

- 

从类继承的嵌套类/接口 com.tencent.sonic.sdk.download.SonicDownloadCache

SonicDownloadCache.SonicResourceCache

字段概要

字段 | 限定符和类型 | 字段和说明 | | --- | --- | | static java.lang.String | TAG log filter |

构造器概要

构造器 | 构造器和说明 | | --- | | SonicResourceCache() |

方法概要

所有方法 实例方法 具体方法 | 限定符和类型 | 方法和说明 | | --- | --- | | byte[] | getResourceCache(java.lang.String resourceUrl) get the cached content according to the url | | java.util.Map<java.lang.String,java.util.List<java.lang.String>> | getResourceCacheHeader(java.lang.String resourceUrl) get the cached response headers according to the url |

- 

从类继承的方法 com.tencent.sonic.sdk.download.SonicDownloadCache

getSubResourceCache

- 

从类继承的方法 java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

字段详细资料

- 

TAG

public static final java.lang.String TAG

log filter 另请参阅:常量字段值

构造器详细资料

- 

SonicResourceCache

public SonicResourceCache()

方法详细资料

- 

getResourceCache

public byte[] getResourceCache(java.lang.String resourceUrl)

从类复制的说明: SonicDownloadCache

get the cached content according to the url 指定者:getResourceCache 在类中 SonicDownloadCache参数:resourceUrl - the download url返回:bytes of cached content of the url

- 

getResourceCacheHeader

public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getResourceCacheHeader(java.lang.String resourceUrl)

从类复制的说明: SonicDownloadCache

get the cached response headers according to the url 指定者:getResourceCacheHeader 在类中 SonicDownloadCache参数:resourceUrl - the download url返回:cached headers of the url

跳过导航链接