Package | Description |
---|---|
org.apache.cxf.jaxrs.ext.search.tika |
Modifier and Type | Method and Description |
---|---|
TikaContentExtractor.TikaContent |
TikaContentExtractor.extract(InputStream in)
Extract the content and metadata from the input stream.
|
TikaContentExtractor.TikaContent |
TikaContentExtractor.extract(InputStream in,
ContentHandler handler)
Extract the content and metadata from the input stream.
|
TikaContentExtractor.TikaContent |
TikaContentExtractor.extract(InputStream in,
ContentHandler handler,
ParseContext context)
Extract the content and metadata from the input stream.
|
TikaContentExtractor.TikaContent |
TikaContentExtractor.extractMetadata(InputStream in)
Extract the metadata only from the input stream.
|
Apache CXF