Exemplo n.º 1
0
 public override ByteBuf SetCapacity(int newCapacity)
 {
     _buffer.SetCapacity(newCapacity);
     return(this);
 }