This class is responsible for providing a buffer for storing characters prior to being written by a {@link com.volantis.mcs.dom.output.LineLengthRestrictingWriter}.
This class is implements the buffer using a circular array to avoid shifting elements when the buffer items are removed from the buffer.