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