コード例 #1
0
 public void To_bfr(Bry_bfr bfr) {
   bfr.Add_int_variable(uid).Add_byte_pipe();
   bfr.Add_int_variable(level).Add_byte_pipe();
   bfr.Add(anchor).Add_byte_pipe();
   bfr.Add(header).Add_byte_pipe();
   bfr.Add_safe(content).Add_byte_nl();
 }