A Synchronized circular byte buffer. This buffer orders elements FIFO (first-in-first-out). Writers block if the buffer is full. Attempts to retrieve an element from an empty buffer will block.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.