TarFile
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class TarFile extends CustomPackage
Represents metadata associated with an archived file or directory.
Learn more
Method | Description |
---|---|
getSize() | Gets the size in bytes. |
getName() | Gets the entry name. |
getSize()
public final long getSize()
Gets the size in bytes.
Value: The 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