|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.ByteArray
A growable array of bytes
| Constructor Summary | |
ByteArray()
Constructor |
|
ByteArray(int gs)
Constructor |
|
| Method Summary | |
void |
add(byte b)
Adds a byte onto the array |
void |
add(byte[] b)
Adds an array of bytes onto the array |
byte[] |
getBytes()
Gets the complete array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteArray()
public ByteArray(int gs)
gs - | Method Detail |
public void add(byte b)
b - the bytepublic void add(byte[] b)
b - the array of bytespublic byte[] getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||