public final class ZipMetadata extends MetadataContainer
Represents ZIP metadata.
Constructor and Description |
---|
ZipMetadata()
Initializes a new instance of the
ZipMetadata class. |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the ZIP archive comment.
|
ZipFileInfo[] |
getFiles()
Gets the array of
ZipFileInfo inside ZIP archive. |
int |
getTotalEntries()
Gets the total entries inside ZIP archive.
|
getKeys
getByType, getMetadataType, readByStringKey
public ZipMetadata()
Initializes a new instance of the ZipMetadata
class.
public final String getComment()
Gets the ZIP archive comment.
Value: The comment.public final ZipFileInfo[] getFiles()
Gets the array of ZipFileInfo
inside ZIP archive.
public final int getTotalEntries()
Gets the total entries inside ZIP archive.
Value: The total entries.Copyright © 2017. All rights reserved.