| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.apphere.util.BytesBuffer
| Constructor Summary | |
| BytesBuffer()Deprecated. | |
| BytesBuffer(int initialCapacity)Deprecated. | |
| Method Summary | |
|  void | add(byte b)Deprecated. | 
|  void | add(byte[] ba)Deprecated. | 
|  void | expandBuffer(int byHowMuch)Deprecated. | 
|  byte | getByte(int pos)Deprecated. | 
|  byte[] | getBytes()Deprecated. | 
|  int | getLength()Deprecated. Returns the number of actual bytes in buffer (not capacity). | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public BytesBuffer()
public BytesBuffer(int initialCapacity)
| Method Detail | 
public void add(byte b)
public void add(byte[] ba)
public void expandBuffer(int byHowMuch)
public byte[] getBytes()
public byte getByte(int pos)
public int getLength()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||