LinkedReadMarker constructor

LinkedReadMarker(
  1. ByteBuf _delegate,
  2. int _index
)

Implementation

LinkedReadMarker(this._delegate, this._index);