public class ResourceInfo extends Object
Constructor and Description |
---|
ResourceInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getLastModified()
Gets the last modified value (in epoch) for the resource
|
long |
getSize()
Gets the resource size
|
void |
setLastModified(long lastModified)
Sets the last modified value (in epoch) for the resource
|
void |
setSize(long size)
Sets the resource size
|
public long getSize()
public void setSize(long size)
size
- the size in bytespublic long getLastModified()
public void setLastModified(long lastModified)
lastModified
- the last modified value (in epoch) for the resourceThis documentation was released into the public domain.