de.gulden.util.nio
public class FifoFloat extends Object
Version: 0.3
| Field Summary | |
|---|---|
| protected int | allocationSize |
| protected FloatBuffer | appendable |
| protected int | avail |
| static int | DEFAULT_ALLOCATION_SIZE |
| protected ArrayList | fifo |
| Constructor Summary | |
|---|---|
| FifoFloat() | |
| Method Summary | |
|---|---|
| int | available() |
| void | ensureCapacity(int size) |
| void | get(float[] arr, int n) |
| void | get(float[] arr) |
| float | get() |
| protected FloatBuffer | getAppendable() |
| boolean | isEmpty() |
| void | put(FloatBuffer buf)
Only the remaining buffer content will be used by the fifo-queue. |
| void | put(float[] f) |
| void | put(float[] f, int offset, int length) |
| void | put(float f) |