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
Exception
void write(OutputStream out) throws Exception
Exception
long lastModified()
void setExtra(String extra)
String getExtra()
ByteBuffer buffer() throws Exception
Exception
Copyright © 2021 aQute SARL. All rights reserved.