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 |
getInputStream(InputStream is,
Metadata metadata,
javax.ws.rs.core.HttpHeaders httpHeaders)
Deprecated.
|
InputStream |
getInputStream(InputStream is,
Metadata metadata,
javax.ws.rs.core.HttpHeaders httpHeaders,
javax.ws.rs.core.UriInfo uriInfo) |
@Deprecated InputStream getInputStream(InputStream is, Metadata metadata, javax.ws.rs.core.HttpHeaders httpHeaders) throws IOException
getInputStream(InputStream, Metadata, HttpHeaders, UriInfo)
is
- metadata
- httpHeaders
- IOException
InputStream getInputStream(InputStream is, Metadata metadata, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo) throws IOException
IOException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.