Expand description
Utilities for writing to streams of binary data
Functionsยง
- write_
cstr - Write a string to a stream as a null-terminated string
- write_
lpbuf - Write a lpbuf to a stream
- write_
lpstr - Write a string to a stream as a lpbuf
- write_
map - Write a map type to a stream
- write_
values - Write a list of
AnyInt
s to a stream