public class ResourceInfo extends Object
Constructor and Description |
---|
ResourceInfo(String filename,
InputStream input,
long lastmodified)
Create a new resource info.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleanup the resource info
when it is no longer used.
|
String |
getFilename()
Get the filename.
|
InputStream |
getInputStream()
Get the input stream.
|
long |
getLastModified()
Get the last modified date.
|
public ResourceInfo(String filename, InputStream input, long lastmodified)
public String getFilename()
public InputStream getInputStream()
public long getLastModified()
public void cleanup()
Copyright © 2012. All Rights Reserved.