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