|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.vfs.Resource
public class Resource
Field Summary | |
---|---|
private byte[] |
content . |
private long |
timestamp . |
Constructor Summary | |
---|---|
Resource(byte[] content, long timestamp) |
|
Resource(URL url) |
Method Summary | |
---|---|
byte[] |
getContent() |
long |
getTimestamp() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final byte[] content
private long timestamp
Constructor Detail |
---|
public Resource(byte[] content, long timestamp)
public Resource(URL url) throws IOException
IOException
Method Detail |
---|
public byte[] getContent()
public long getTimestamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |