isWritable method

bool isWritable()

Implementation

bool isWritable() {
  return _writerIndex < _capacity;
}