Package org.apache.tika.pipes.fetcher
Class EmptyFetcher
- java.lang.Object
 - 
- org.apache.tika.pipes.fetcher.EmptyFetcher
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EmptyFetcher() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamfetch(String fetchKey, Metadata metadata, ParseContext parseContext)StringgetName() 
 - 
 
- 
- 
Method Detail
- 
fetch
public InputStream fetch(String fetchKey, Metadata metadata, ParseContext parseContext) throws TikaException, IOException
- Specified by:
 fetchin interfaceFetcher- Throws:
 TikaExceptionIOException
 
 - 
 
 -