isFull abstract method

bool isFull()

True - is current capacity is greater than or equal to defined capacity. False - otherwise @returns - boolean value indicating whether buffer is full or not.

Implementation

bool isFull();