Class BasicEmbeddedDocumentBytesHandler

java.lang.Object
org.apache.tika.extractor.AbstractEmbeddedDocumentBytesHandler
org.apache.tika.extractor.BasicEmbeddedDocumentBytesHandler
All Implemented Interfaces:
Closeable, AutoCloseable, EmbeddedDocumentBytesHandler

public class BasicEmbeddedDocumentBytesHandler extends AbstractEmbeddedDocumentBytesHandler
For now, this is an in-memory EmbeddedDocumentBytesHandler that stores all the bytes in memory. Users can retrieve the documents with getDocument(int). We'll need to make this cache to disk at some point if there are many bytes of embedded documents.