ChecksumTable

class ChecksumTable(var format: ChecksumTableFormat, val entries: MutableList<Int> = mutableListOf())

Constructors

Link copied to clipboard
constructor(format: ChecksumTableFormat, entries: MutableList<Int> = mutableListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun write(buf: ByteBuf)