Uses of Interface
org.apache.tika.io.InputStreamFactory
-
Uses of InputStreamFactory in org.apache.tika.io
Modifier and TypeMethodDescriptionTikaInputStream.getInputStreamFactory()
If the Stream was created from anInputStreamFactory
, return that, otherwisenull
.Modifier 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.