Uses of Interface
org.apache.tika.batch.OutputStreamFactory
Packages that use OutputStreamFactory
-
Uses of OutputStreamFactory in org.apache.tika.batch.fs
Classes in org.apache.tika.batch.fs that implement OutputStreamFactoryMethods in org.apache.tika.batch.fs with parameters of type OutputStreamFactoryModifier and TypeMethodDescriptionprotected 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 OutputStreamFactoryModifierConstructorDescriptionBasicTikaFSConsumer
(ArrayBlockingQueue<FileResource> queue, ParserFactory parserFactory, ContentHandlerFactory contentHandlerFactory, OutputStreamFactory fsOSFactory, TikaConfig tikaConfig) Deprecated.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)
BasicTikaFSConsumer(ArrayBlockingQueue, Parser, ContentHandlerFactory, OutputStreamFactory)