Buffer
Operators
Functions
bool(buf b) bool
buf(str s) buf
str(buf b) str
Base64(buf b) str
DecodeInt(buf b, int offset) int
Del(buf b, int off, int length) buf
EncodeInt(buf b, int i) buf
Hex(buf b) str
Insert(buf b, int off, buf src) buf
SetLen(buf b, int size) buf
Subbuf(buf b, int off, int length) buf
UnBase64(str s) buf
UnHex(str s) buf
Write(buf b, int off, buf src) buf
Last updated
Was this helpful?