ArchiveEntry

interface ArchiveEntry

Represents an entry of an archive.

Inheritors

Properties

Link copied to clipboard
val SIZE_UNKNOWN: Long = -1
Special value indicating that the size is unknown

Functions

Link copied to clipboard
abstract fun getLastModifiedDate(): Date
Gets the last modified date of this entry.
Link copied to clipboard
abstract fun getName(): String
Gets the name of the entry in this archive.
Link copied to clipboard
abstract fun getSize(): Long
Gets the uncompressed size of this entry.
Link copied to clipboard
abstract fun isDirectory(): Boolean
Returns true if this entry refers to a directory.