public class Queue
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Queue.IfaceFill |
Constructor and Description |
---|
Queue(int size) |
Modifier and Type | Method and Description |
---|---|
int |
fill(Queue.IfaceFill iface,
int length) |
int |
get(byte[] data,
int offset,
int length) |
byte[] |
getBuff() |
int |
getDataSize() |
int |
getFreeBlockSize() |
int |
getFreeSize() |
int |
getPutOffset() |
int |
put(byte[] data,
int offset,
int length) |
int |
size() |
public int size()
public int getDataSize()
public int getFreeSize()
public int getFreeBlockSize()
public int put(byte[] data, int offset, int length)
public int get(byte[] data, int offset, int length)
public int fill(Queue.IfaceFill iface, int length)
public byte[] getBuff()
public int getPutOffset()