Package org.apache.tika.server.core
Class DefaultInputStreamFactory
java.lang.Object
org.apache.tika.server.core.DefaultInputStreamFactory
- All Implemented Interfaces:
InputStreamFactory
Passthrough -- returns InputStream as is
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInputStream
(InputStream is, Metadata metadata, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
DefaultInputStreamFactory
public DefaultInputStreamFactory()
-
-
Method Details
-
getInputStream
public InputStream getInputStream(InputStream is, Metadata metadata, jakarta.ws.rs.core.HttpHeaders httpHeaders, jakarta.ws.rs.core.UriInfo uriInfo) throws IOException - Specified by:
getInputStream
in interfaceInputStreamFactory
- Throws:
IOException
-