Uses of Interface
org.apache.tika.io.InputStreamFactory
Packages that use InputStreamFactory
-
Uses of InputStreamFactory in org.apache.tika.io
Methods in org.apache.tika.io that return InputStreamFactoryModifier and TypeMethodDescriptionTikaInputStream.getInputStreamFactory()
If the Stream was created from anInputStreamFactory
, return that, otherwisenull
.Methods in org.apache.tika.io with parameters of type InputStreamFactoryModifier and TypeMethodDescriptionstatic TikaInputStream
TikaInputStream.get
(InputStreamFactory factory) Creates a TikaInputStream from a Factory which can create freshInputStream
s for the same resource multiple times.static TikaInputStream
TikaInputStream.get
(InputStreamFactory factory, TemporaryResources tmp) Creates a TikaInputStream from a Factory which can create freshInputStream
s for the same resource multiple times.