Class AbstractAsyncInputStream.ByteRingBuffer
- java.lang.Object
-
- com.moilioncircle.redis.replicator.io.AbstractAsyncInputStream.ByteRingBuffer
-
- Enclosing class:
- AbstractAsyncInputStream
protected final class AbstractAsyncInputStream.ByteRingBuffer extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteRingBuffer(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()booleanisFull()intread()intread(byte[] b, int off, int len)intsize()intwrite(byte[] b, int off, int len)intwrite(int b)
-