capacity property

int? capacity
getter/setter pair

maximum data the buffer can hold. If length() of the buffer exceeds this value, AtBufferOverFlowException will be thrown on calling append(data)

Implementation

int? capacity;