A Java thread safe circular buffer useful for audio applications.
Features:
- Reading and writing methods can be blocking.
- A stream interface is available
- Peeking at the data without removing it.
- Marking locations in the buffer for the read methods to read till.