public class AssetObject extends Download
| Modifier and Type | Field | Description |
|---|---|---|
static String |
ASSET_URL_FORMAT |
Defines the asset object URL format which indicates where a specific asset can be
downloaded.
|
CHECKSUM_ALGORITHM| Modifier | Constructor | Description |
|---|---|---|
protected |
AssetObject(String hash,
long size) |
|
|
AssetObject(String hash,
long size,
URL url) |
public static final String ASSET_URL_FORMAT
Defines the asset object URL format which indicates where a specific asset can be downloaded.
This format accepts two parameters (supplied via String.format(String,
Object...)):
protected AssetObject(String hash, long size) throws MalformedURLException
MalformedURLExceptionCopyright © 2018 Basin. All rights reserved.