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