Class ZipPackage

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

    public final class ZipPackage
    extends OPCPackage
    Physical zip package.
    • Constructor Detail

      • ZipPackage

        public ZipPackage()
        Constructor. Creates a new, empty ZipPackage.
    • Method Detail

      • saveImpl

        public void saveImpl​(java.io.OutputStream outputStream)
        Save this package into the specified stream
        Parameters:
        outputStream - The stream use to save this package.
        See Also:
        OPCPackage.save(OutputStream)
      • getZipArchive

        public ZipEntrySource getZipArchive()
        Get the zip archive
        Returns:
        The zip archive.