Documentation for this section has not yet been entered.
The circular buffer through which data is passed. Data is read from the range [out, in) and written to the range [in, out). Data in the buffer is either sequential:
java Example
{ - - - X X X X X X X - - - - - } ^ ^ | | out in
java Example
{ X X X X - - - - - - - - X X X } ^ ^ | | in out