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