write

fun write(name: String, buf: ByteBuf)

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

Parameters

name

the entry's name.

buf

the new contents of the entry.