コード例 #1
0
ファイル: SwappedByteBuffer.cs プロジェクト: zhangrl/helios
 public IByteBuf Clear()
 {
     _buf.Clear();
     return(this);
 }