|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeedFetcher
| Method Summary | |
|---|---|
FeedResource |
fetch(java.lang.String resource)
fetch the entire content of resource and factor a appropriate FeedResource |
byte[] |
fetchRaw(java.lang.String resource)
fetch content of given resource |
byte[] |
fetchRaw(java.lang.String resource,
int size)
fetch last size bytes from given resource |
| Method Detail |
|---|
byte[] fetchRaw(java.lang.String resource)
throws java.lang.Exception
resource - resource to fetch
java.lang.Exception
byte[] fetchRaw(java.lang.String resource,
int size)
throws java.lang.Exception
resource - resource to fetchsize - buffer size to fetch
java.lang.Exception
FeedResource fetch(java.lang.String resource)
throws java.lang.Exception
resource -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||