Uses of Interface
org.apache.tika.batch.OutputStreamFactory
-
Packages that use OutputStreamFactory Package Description org.apache.tika.batch.fs -
-
Uses of OutputStreamFactory in org.apache.tika.batch.fs
Classes in org.apache.tika.batch.fs that implement OutputStreamFactory Modifier and Type Class Description class
FSOutputStreamFactory
Methods in org.apache.tika.batch.fs with parameters of type OutputStreamFactory Modifier and Type Method Description protected OutputStream
AbstractFSConsumer. getOutputStream(OutputStreamFactory fsOSFactory, FileResource fileResource)
Use this for consistent logging of exceptions.Constructors in org.apache.tika.batch.fs with parameters of type OutputStreamFactory Constructor Description BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue, ParserFactory parserFactory, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, TikaConfig tikaConfig)
BasicTikaFSConsumer(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory)
RecursiveParserWrapperFSConsumer(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, MetadataFilter metadataFilter)
StreamOutRPWFSConsumer(ArrayBlockingQueue<FileResource> queue, Parser parser, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, MetadataFilter metadataFilter)
-