public abstract class Resource<H> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
H |
getDetail() |
abstract Reader |
getReader() |
int |
hashCode() |
String |
toString() |
public Resource(H handle)
public H getDetail()
public abstract Reader getReader() throws IOException
IOExceptionCopyright © 2009–2014. All rights reserved.