|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Retriever
Retrievers retrieve products.
| Method Summary | |
|---|---|
void |
close(String productID)
Close off a large product. |
byte[] |
retrieveChunk(String productID,
long offset,
int length)
Retrieve a chunk from a large product. |
| Method Detail |
|---|
byte[] retrieveChunk(String productID,
long offset,
int length)
throws ProductException
productID - Product ID.offset - Where in the product to retrieve the data.length - How much data to get.
ProductException - if an error occurs.
void close(String productID)
throws ProductException
productID - Product ID.
ProductException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||