Util.writeCString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeCString(ByteBuf dst, string s, Charset charset)
    class Util
    static
    void
    writeCString
    (
    ByteBuf dst
    ,
    string s
    ,
    Charset charset
    )
  2. void writeCString(ByteBuf dst, ByteBuf buf)
  3. void writeCString(ByteBuf dst, byte[] bytes)

Meta