public class CharPipe
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected char[] |
buffer |
protected java.util.concurrent.locks.Lock |
bufferLock |
protected int |
count |
protected boolean |
finished |
protected java.util.concurrent.locks.Condition |
notEmpty |
protected java.util.concurrent.locks.Condition |
notFull |
protected int |
readIndex |
protected int |
writeIndex |
protected char[] buffer
protected java.util.concurrent.locks.Lock bufferLock
protected int count
protected boolean finished
protected java.util.concurrent.locks.Condition notEmpty
protected java.util.concurrent.locks.Condition notFull
protected int readIndex
protected int writeIndex