class FifoBuffer.Pointer
extends java.lang.Object
FifoBuffer.Page.| Modifier and Type | Field and Description |
|---|---|
(package private) int |
off
[0,p.buf.size)
|
(package private) FifoBuffer.Page |
p |
| Constructor and Description |
|---|
Pointer(FifoBuffer.Page p,
int off) |
| Modifier and Type | Method and Description |
|---|---|
private int |
chunk()
Figure out the number of bytes that can be read/written in one array copy.
|
void |
read(byte[] buf,
int start,
int len) |
void |
write(byte[] buf,
int start,
int len) |
FifoBuffer.Page p
int off
Pointer(FifoBuffer.Page p, int off)