Back to Vassonic

SonicResourceDataHelper.ResourceData (sdk 3.0.0 API)

sonic-android/docs/javadoc/com/tencent/sonic/sdk/SonicResourceDataHelper.ResourceData.html

3.1.13.5 KB
Original Source

跳过导航链接

com.tencent.sonic.sdk

类 SonicResourceDataHelper.ResourceData


public static classSonicResourceDataHelper.ResourceDataextends java.lang.Object

resource data structure

字段概要

字段 | 限定符和类型 | 字段和说明 | | --- | --- | | long | expiredTime Indicates when local resource cache is expired. | | java.lang.String | resourceSha1 The sha1 of resource | | long | resourceSize The size of resource |

构造器概要

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

方法概要

所有方法 实例方法 具体方法 | 限定符和类型 | 方法和说明 | | --- | --- | | void | reset() Reset data |

- 

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

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

字段详细资料

- 

resourceSha1

public java.lang.String resourceSha1

The sha1 of resource

- 

resourceSize

public long resourceSize

The size of resource

- 

expiredTime

public long expiredTime

Indicates when local resource cache is expired. If It is expired, the record of database and file on SDCard will be removed.

构造器详细资料

- 

ResourceData

public ResourceData()

方法详细资料

- 

reset

public void reset()

Reset data

跳过导航链接