maxWritableBytes method

int maxWritableBytes()

Implementation

int maxWritableBytes() {
  return _capacity - _readerIndex;
}