writeNamed

fun writeNamed(nameHash: Int, buf: ByteBuf)

Writes an entry. If an entry with the same name hash already exists, it is overwritten.

Parameters

nameHash

the entry's name hash.

buf

the new contents of the entry.