capacity method

int capacity()

Returns this buffer's capacity

Implementation

int capacity() {
  return _buf.length;
}