readString()
supports a second argument for specifying the string length.
writeString()
will write the full string regardless of null bytes
setMemory
added which replicates memset
writeCode
and writeBytes
have better table handling such that iterating over values is almost identical to ipairs
behavior.
writeBytes
speed has been improved.