public class RingBuffer extends Object
RingBuffer(int size)
int
read(byte[] buffer, int bytes)
write(byte[] buffer, int bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RingBuffer(int size)
size
public int read(byte[] buffer, int bytes)
buffer
bytes
public int write(byte[] buffer, int bytes)