Class ZipPackage

    • Constructor Detail

      • ZipPackage

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

      • saveImpl

        public void saveImpl​(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.