Package org.apache.tika.pipes.fetcher
Interface RangeFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamfetch(String fetchKey, long startOffset, long endOffset, Metadata metadata)
-
-
-
Method Detail
-
fetch
InputStream fetch(String fetchKey, long startOffset, long endOffset, Metadata metadata) throws TikaException, IOException
- Throws:
TikaExceptionIOException
-
-