Beispiel #1
0
 public void ReadSubBuffer(IProtocolBuffer buffer, int count)
 {
     Buffer.BlockCopy(mArray, mPostion, buffer.Array, 0, count);
     mPostion += count;
     buffer.SetLength(count);
     buffer.Postion = 0;
 }