object std std.base64 std.boxer std.compiler std.conv std.ctype std.date std.file std.format std.gc std.intrinsic std.math std.md5 std.mmfile std.openrj std.outbuffer std.path std.process std.random std.recls std.regexp std.socket std.socketstream std.stdint std.stdio std.cstream std.stream std.string std.system std.thread std.uri std.utf std.zip std.zlib std.windows std.linux std.c std.c.stdio std.c.windows std.c.linux |
std.outbuffer
OutBuffer provides a way to build up an array of bytes out of raw data. It is useful for things like preparing an array of bytes to write out to a file. OutBuffer's byte order is the format native to the computer. To control the byte order (endianness), use a class derived from OutBuffer. |