Package | Description |
---|---|
org.apache.tika.io |
IO utilities.
|
Modifier and Type | Method and Description |
---|---|
InputStreamFactory |
TikaInputStream.getInputStreamFactory()
If the Stream was created from an
InputStreamFactory ,
return that, otherwise null . |
Modifier and Type | Method and Description |
---|---|
static TikaInputStream |
TikaInputStream.get(InputStreamFactory factory)
Creates a TikaInputStream from a Factory which can create
fresh
InputStream s for the same resource multiple times. |
static TikaInputStream |
TikaInputStream.get(InputStreamFactory factory,
TemporaryResources tmp)
Creates a TikaInputStream from a Factory which can create
fresh
InputStream s for the same resource multiple times. |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.