public interface InputStreamFactory
This factory is used statically in TikaResource. Make sure not to hold instance state in implementations.
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputSteam(InputStream is,
javax.ws.rs.core.HttpHeaders httpHeaders) |
InputStream |
getInputSteam(InputStream is,
Metadata metadata,
javax.ws.rs.core.HttpHeaders httpHeaders) |
InputStream getInputSteam(InputStream is, javax.ws.rs.core.HttpHeaders httpHeaders) throws IOException
IOException
InputStream getInputSteam(InputStream is, Metadata metadata, javax.ws.rs.core.HttpHeaders httpHeaders) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.