public void Export(SWBytes buffer) { buffer.PushFront((UInt16)bytes.DataLength); buffer.PushAll(bytes); }