コード例 #1
0
 public void Export(SWBytes buffer)
 {
     buffer.PushFront((UInt16)bytes.DataLength);
     buffer.PushAll(bytes);
 }