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 Summary

    Modifier and Type
    Method
    Description
    fetch(String fetchKey, long startOffset, long endOffset, Metadata metadata)
     

    Methods inherited from interface org.apache.tika.pipes.fetcher.Fetcher

    fetch, getName