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