ArchiveProperties

data class ArchiveProperties(val entryLength: Long, val isEntryCompressed: Boolean) : JSONable

Holds information about how the resource is stored in the archive.

Parameters

entryLength

The length of the entry stored in the archive. It might be a compressed length if the entry is deflated.

isEntryCompressed

Indicates whether the entry was compressed before being stored in the archive.

Constructors

Link copied to clipboard
constructor(entryLength: Long, isEntryCompressed: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJSON(): JSONObject

Serializes the object to its JSON representation.