protected void DiscardSomeReadBytes() { if (_cumulation != null && !_first && _cumulation.ReferenceCount == 1) { _cumulation.DiscardSomeReadBytes(); } }
public IByteBuf DiscardSomeReadBytes() { _buf.DiscardSomeReadBytes(); return(this); }
protected override void ExecuteInternal(IByteBuf buf) { buf.DiscardSomeReadBytes(); }