예제 #1
0
 public override IByteBuf Compact()
 {
     _buffer.Compact();
     SetIndex(_buffer.ReaderIndex, _buffer.WriterIndex);
     return(this);
 }