|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAcme.Utils.SimpleBuffer
public static class Utils.SimpleBuffer
| Constructor Summary | |
|---|---|
Utils.SimpleBuffer()
|
|
| Method Summary | |
|---|---|
byte[] |
get()
|
int |
getSize()
|
byte[] |
put(byte[] data,
int off,
int len)
|
void |
reset()
|
void |
setSize(int size)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utils.SimpleBuffer()
| Method Detail |
|---|
public void setSize(int size)
public int getSize()
public byte[] put(byte[] data,
int off,
int len)
public byte[] get()
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||