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
IOException
Copyright © 2009–2017. All rights reserved.