Kaya 0.5.3 reference for Binary::pokeString

List of functions and data types in Binary

Void pokeString(Binary block, Int offset, String val)

Arguments

Usage

Poke the string val into the block, starting at offset offset. An OffsetOutOfRange exception will be thrown if it attempts to access a value outside the block. Note that the String will be stored in the block in UTF-8 encoding, not as raw Kaya chars, so you need to use Builtins::byteLength to determine how much space you need (and then add one for a terminating null byte).

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya