class TaskThread.Buffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object[] |
buf |
protected int |
count |
protected int |
in |
protected int |
out |
protected int |
size |
Constructor and Description |
---|
Buffer(int size) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get() |
void |
put(java.lang.Object o) |
void |
release() |