Uses of Interface
org.apache.tika.io.InputStreamFactory
-
Packages that use InputStreamFactory Package Description org.apache.tika.io IO utilities. -
-
Uses of InputStreamFactory in org.apache.tika.io
Methods in org.apache.tika.io that return InputStreamFactory Modifier and Type Method Description InputStreamFactory
TikaInputStream. getInputStreamFactory()
If the Stream was created from anInputStreamFactory
, return that, otherwisenull
.Methods in org.apache.tika.io with parameters of type InputStreamFactory Modifier and Type Method Description static 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.
-