Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.zip.compress.archivers
/
ArchiveEntry
Archive
Entry
interface
ArchiveEntry
Represents an entry of an archive.
Inheritors
ZipArchiveEntry
Members
Properties
SIZE_
UNKNOWN
Link copied to clipboard
val
SIZE_UNKNOWN
:
Long
=
-1
Special value indicating that the size is unknown
Functions
get
Last
Modified
Date
Link copied to clipboard
abstract
fun
getLastModifiedDate
(
)
:
Date
Gets the last modified date of this entry.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
Gets the name of the entry in this archive.
get
Size
Link copied to clipboard
abstract
fun
getSize
(
)
:
Long
Gets the uncompressed size of this entry.
is
Directory
Link copied to clipboard
abstract
fun
isDirectory
(
)
:
Boolean
Returns true if this entry refers to a directory.