Class OPCPackageWrapper

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class OPCPackageWrapper
    extends java.lang.Object
    implements java.io.Closeable
    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
    • Constructor Detail

      • OPCPackageWrapper

        public OPCPackageWrapper​(OPCPackage opcPackage)
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • getOPCPackage

        public OPCPackage getOPCPackage()