Package org.apache.tika.pipes.fetcher
Interface RangeFetcher
- 
- All Superinterfaces:
- Fetcher
 - All Known Implementing Classes:
- HttpFetcher,- S3Fetcher
 
 public interface RangeFetcher extends Fetcher This class extracts a range of bytes from a given fetch key.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamfetch(String fetchKey, long startOffset, long endOffset, Metadata metadata)
 
- 
- 
- 
Method Detail- 
fetchInputStream fetch(String fetchKey, long startOffset, long endOffset, Metadata metadata) throws TikaException, IOException - Throws:
- TikaException
- IOException
 
 
- 
 
-