TarRootPackage

On this page

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.RootMetadataPackage

public class TarRootPackage extends RootMetadataPackage

Represents the root package allowing working with metadata in a ZIP archive.



 
 The following code snippet shows how to get metadata from a ZIP archive.
 
 



Learn more


Methods

Method Description
getTarPackage() Gets the ZIP metadata package.

getTarPackage()

public final TarPackage getTarPackage()

Gets the ZIP metadata package. Value: The ZIP metadata package.



Learn more


Returns: TarPackage

On this page