public interface Retriever
Modifier and Type | Method and Description |
---|---|
void |
close(String productID)
Close off a large product.
|
byte[] |
retrieveChunk(String productID,
long offset,
int length)
Retrieve a chunk from a large product.
|
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)
productID
- Product ID.ProductException
- if an error occurs.Copyright © 1999–2017 Apache OODT. All rights reserved.