- dumpObjectContents
Buffer!Char dumpObjectContents(Buffer!Char buffer, T object)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
Buffer!Char write(Buffer!Char buffer, A args)
Buffer!Char write(Buffer!Char buffer, T integral)
Buffer!Char write(Buffer!Char buffer, T boolValue)
Buffer!Char write(Buffer!Char buffer, T character)
Buffer!Char write(Buffer!Char buffer, T pointer)
Buffer!Char write(Buffer!Char buffer, T array)
Buffer!Char write(Buffer!Char buffer, T str)
Buffer!Char write(Buffer!Char buffer, T object)
Buffer!Char write(Buffer!Char buffer, T enumeration)
Buffer!Char write(Buffer!Char buffer, T structure)
Writes a value to the buffer.
- writeString
writeString()
Undocumented in source. Be warned that the author may not have intended to support it.