public interface Resource
| Modifier and Type | Method and Description |
|---|---|
String |
getExtra() |
long |
lastModified() |
InputStream |
openInputStream() |
void |
setExtra(String extra) |
void |
write(OutputStream out) |
InputStream openInputStream() throws Exception
Exceptionvoid write(OutputStream out) throws Exception
Exceptionlong lastModified()
void setExtra(String extra)
String getExtra()
Copyright © 2015 aQute SARL. All Rights Reserved.