Ejemplo n.º 1
0
 public IByteBuf EnsureWritable(int minWritableBytes)
 {
     _buf.EnsureWritable(minWritableBytes);
     return(this);
 }