Js5MasterIndex

data class Js5MasterIndex(var format: MasterIndexFormat, val entries: MutableList<Js5MasterIndex.Entry> = mutableListOf())

Constructors

Link copied to clipboard
constructor(format: MasterIndexFormat, entries: MutableList<Js5MasterIndex.Entry> = mutableListOf())

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Entry(var version: Int, var checksum: Int, var groups: Int, var totalUncompressedLength: Int, digest: ByteArray?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun write(buf: ByteBuf, key: RSAKeyParameters? = null)