|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ByteArray
| Method Summary | |
|---|---|
void |
append(byte b)
|
void |
append(byte[] b)
|
void |
append(byte[] b,
int offset,
int length)
|
void |
copyTo(byte[] b,
int offset)
|
void |
copyTo(ByteArray other)
|
void |
copyTo(ByteBuffer buf)
|
void |
copyTo(int start,
byte[] newBuf,
int offset,
int len)
|
void |
copyTo(int start,
ByteBuffer buf,
int len)
|
void |
setLength(int len)
|
int |
size()
|
| Method Detail |
|---|
void setLength(int len)
void copyTo(byte[] b,
int offset)
void copyTo(int start,
byte[] newBuf,
int offset,
int len)
void copyTo(ByteArray other)
void copyTo(ByteBuffer buf)
void copyTo(int start,
ByteBuffer buf,
int len)
void append(byte b)
void append(byte[] b)
void append(byte[] b,
int offset,
int length)
int size()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||