Пример #1
0
 protected void DiscardSomeReadBytes()
 {
     if (_cumulation != null && !_first && _cumulation.ReferenceCount == 1)
     {
         _cumulation.DiscardSomeReadBytes();
     }
 }
Пример #2
0
 public IByteBuf DiscardSomeReadBytes()
 {
     _buf.DiscardSomeReadBytes();
     return(this);
 }
Пример #3
0
 protected override void ExecuteInternal(IByteBuf buf)
 {
     buf.DiscardSomeReadBytes();
 }