isReadable method

bool isReadable()

Implementation

bool isReadable() {
  return _readerIndex < _capacity;
}