public class FetchItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
length
The length of the file in octets
|
java.lang.String |
path
The path relative to the /data directory
|
java.net.URL |
url
The url from which the item can be downloaded
|
| Constructor and Description |
|---|
FetchItem(java.net.URL url,
java.lang.Long length,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.net.URL url
public final java.lang.Long length
public final java.lang.String path