aQute.lib.osgi
public abstract class AbstractResource extends Object implements Resource
| Constructor Summary | |
|---|---|
| protected | AbstractResource(long modified) |
| Method Summary | |
|---|---|
| protected abstract byte[] | getBytes() |
| String | getExtra() |
| long | lastModified() |
| InputStream | openInputStream() |
| void | setExtra(String extra) |
| void | write(OutputStream out) |