maxReadableBytes method

int maxReadableBytes()

Implementation

int maxReadableBytes() {
  return _capacity - _readerIndex;
}