Class TempFileUnpackHandler

java.lang.Object
org.apache.tika.pipes.core.extractor.AbstractUnpackHandler
org.apache.tika.pipes.core.extractor.TempFileUnpackHandler
All Implemented Interfaces:
Closeable, AutoCloseable, UnpackHandler

public class TempFileUnpackHandler extends AbstractUnpackHandler implements Closeable
An UnpackHandler that writes embedded bytes to a temporary directory for later zipping. Files are stored with their emit key names (flattened, with path separators replaced).