Class OPCPackageWrapper

java.lang.Object
org.apache.tika.parser.microsoft.ooxml.OPCPackageWrapper
All Implemented Interfaces:
Closeable, AutoCloseable

@Deprecated(since="2026-04-30") public class OPCPackageWrapper extends Object implements Closeable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This is a wrapper around OPCPackage that calls revert() instead of close(). We added this during the upgrade of POI to 5.x to avoid a warning. TIKA-3663