Package org.apache.tika.batch
Interface OutputStreamFactory
- 
- All Known Implementing Classes:
- FSOutputStreamFactory
 
 public interface OutputStreamFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStreamgetOutputStream(Metadata metadata)
 
- 
- 
- 
Method Detail- 
getOutputStreamOutputStream getOutputStream(Metadata metadata) throws IOException - Throws:
- IOException
 
 
- 
 
-