Class UnmarshallContext


  • public final class UnmarshallContext
    extends java.lang.Object
    Context needed for the unmarshall process of a part. This class is immutable.
    • Constructor Detail

      • UnmarshallContext

        public UnmarshallContext​(OPCPackage targetPackage,
                                 PackagePartName partName)
        Constructor.
        Parameters:
        targetPackage - Container.
        partName - Name of the part to unmarshall.
    • Method Detail

      • setPackage

        public void setPackage​(OPCPackage container)
        Parameters:
        container - the container to set
      • setPartName

        public void setPartName​(PackagePartName partName)
        Parameters:
        partName - the partName to set
      • setZipEntry

        public void setZipEntry​(ZipArchiveEntry zipEntry)
        Parameters:
        zipEntry - the zipEntry to set