Uses of Class
org.apache.tika.io.TikaInputStream
Package
Description
Extraction of component documents.
IO utilities.
SAX utilities.
-
Uses of TikaInputStream in org.apache.tika.detect.apple
Modifier and TypeMethodDescriptionIWorkDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream tis) -
Uses of TikaInputStream in org.apache.tika.detect.microsoft.ooxml
Modifier and TypeMethodDescriptionOPCPackageDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream stream) -
Uses of TikaInputStream in org.apache.tika.detect.zip
Modifier and TypeMethodDescriptionFrictionlessPackageDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) IPADetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) JarDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) KMZDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) OpenDocumentDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) StarOfficeDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zip, TikaInputStream tis) ZipContainerDetector.detect
(org.apache.commons.compress.archivers.zip.ZipFile zipFile, TikaInputStream tis) If detection is successful, the ZipDetector should set the zip file or OPCPackage in TikaInputStream.setOpenContainer() Implementations should _not_ close the ZipFile -
Uses of TikaInputStream in org.apache.tika.extractor
Modifier and TypeMethodDescriptionvoid
ContainerExtractor.extract
(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler) Processes a container file, and extracts all the embedded resources from within it.void
ParserContainerExtractor.extract
(TikaInputStream stream, ContainerExtractor recurseExtractor, EmbeddedResourceHandler handler) EmbeddedDocumentUtil.getExtension
(TikaInputStream is, Metadata metadata) boolean
ContainerExtractor.isSupported
(TikaInputStream input) Is this Container Extractor able to process the supplied container?boolean
ParserContainerExtractor.isSupported
(TikaInputStream input) -
Uses of TikaInputStream in org.apache.tika.io
Modifier and TypeMethodDescriptionstatic TikaInputStream
TikaInputStream.cast
(InputStream stream) Returns the given stream casts to a TikaInputStream, ornull
if the stream is not a TikaInputStream.static TikaInputStream
TikaInputStream.get
(byte[] data) Creates a TikaInputStream from the given array of bytes.static TikaInputStream
Creates a TikaInputStream from the given array of bytes.static TikaInputStream
Deprecated.static TikaInputStream
Deprecated.useget(Path, Metadata)
.static TikaInputStream
TikaInputStream.get
(InputStream stream) Casts or wraps the given stream to a TikaInputStream instance.static TikaInputStream
TikaInputStream.get
(InputStream stream, TemporaryResources tmp, Metadata metadata) Casts or wraps the given stream to a TikaInputStream instance.static TikaInputStream
Creates a TikaInputStream from the resource at the given URI.static TikaInputStream
Creates a TikaInputStream from the resource at the given URI.static TikaInputStream
Creates a TikaInputStream from the resource at the given URL.static TikaInputStream
Creates a TikaInputStream from the resource at the given URL.static TikaInputStream
Creates a TikaInputStream from the file at the given path.static TikaInputStream
Creates a TikaInputStream from the file at the given path.static TikaInputStream
TikaInputStream.get
(Path path, Metadata metadata, TemporaryResources tmp) static TikaInputStream
Creates a TikaInputStream from the given database BLOB.static TikaInputStream
Creates a TikaInputStream from the given database BLOB.static TikaInputStream
TikaInputStream.get
(InputStreamFactory factory) Creates a TikaInputStream from a Factory which can create freshInputStream
s for the same resource multiple times.static TikaInputStream
TikaInputStream.get
(InputStreamFactory factory, TemporaryResources tmp) Creates a TikaInputStream from a Factory which can create freshInputStream
s for the same resource multiple times. -
Uses of TikaInputStream in org.apache.tika.parser.pdf
Modifier and TypeMethodDescriptionprotected org.apache.pdfbox.pdmodel.PDDocument
PDFParser.getPDDocument
(InputStream stream, TikaInputStream tstream, String password, org.apache.pdfbox.io.RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, Metadata metadata, ParseContext context) -
Uses of TikaInputStream in org.apache.tika.renderer.pdf.pdfbox
-
Uses of TikaInputStream in org.apache.tika.sax
ModifierConstructorDescriptionSecureContentHandler
(ContentHandler handler, TikaInputStream stream) Decorates the given content handler with zip bomb prevention based on the count of bytes read from the given counting input stream.
get(Path)
.