SevenZipFile
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class SevenZipFile extends CustomPackage
Represents metadata associated with an archived file or directory.
Learn more
Method | Description |
---|---|
getCompressedSize() | Gets the compressed size in bytes. |
getUncompressedSize() | Gets the uncompressed size in bytes. |
getName() | Gets the entry name. |
getModificationDateTime() | Gets the last modification date and time. |
getCompressedSize()
public final long getCompressedSize()
Gets the compressed size in bytes.
Value: The compressed size in bytes.
Returns: long
getUncompressedSize()
public final long getUncompressedSize()
Gets the uncompressed size in bytes.
Value: The uncompressed size in bytes.
Returns: long
getName()
public final String getName()
Gets the entry name.
Value: The entry name. It can be a file or directory name.
Returns: java.lang.String
getModificationDateTime()
public final Date getModificationDateTime()
Gets the last modification date and time.
Value: The last modification date and time.
Returns: java.util.Date