LocalServerDownloadService class
Local Server 下载服务
Constructors
- LocalServerDownloadService()
-
factory
Properties
- assetsBucketCount ↔ int
-
getter/setter pair
-
basicsBucket
↔ List<
DownloadServiceItem> -
getter/setter pair
- downloadMaxCount ↔ int
-
最大的同时下载数量
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sucCount ↔ int
-
getter/setter pair
Methods
-
invoke(
LocalServerDownloadServiceProtocol bind) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preloadAssetsData(
List< DownloadServiceTotalAssetItem> assets) → dynamic - 预载assets资源
-
preloadBasicsData(
Map basicJson, Map< String, Map> basics, List<DownloadServiceItem> ? basicsCache) → dynamic -
预载basics资源,
basicsCache
是旧的需要去重的缓存 -
toString(
) → String -
A string representation of this object.
inherited
-
unarchive(
DownloadServiceItem item, String downPath) → DownloadServiceItem - 解压
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → LocalServerDownloadService
-
no setter