RarPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class RarPackage extends CustomPackage
Represents ZIP archive metadata.
The following code snippet shows how to get metadata from a ZIP archive.
Learn more
| Method | Description |
|---|---|
| getFiles() | Gets an array of ZipFile entries inside the ZIP archive. |
| getTotalEntries() | Gets the total number of entries inside the ZIP archive. |
public final RarFile[] getFiles()
Gets an array of ZipFile entries inside the ZIP archive. Value: An array of ZipFile entries inside the ZIP archive.
Returns: com.groupdocs.metadata.core.RarFile[]
public final long getTotalEntries()
Gets the total number of entries inside the ZIP archive. Value: The total number of entries inside the ZIP archive.
Returns: long
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.