public interface Resource extends Closeable
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
buffer() |
String |
getExtra() |
long |
lastModified() |
InputStream |
openInputStream() |
void |
setExtra(String extra) |
long |
size() |
void |
write(OutputStream out) |
InputStream openInputStream() throws Exception
Exceptionvoid write(OutputStream out) throws Exception
Exceptionlong lastModified()
void setExtra(String extra)
String getExtra()
ByteBuffer buffer() throws Exception
ExceptionCopyright © 2019 aQute SARL. All rights reserved.