|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.util.ByteArray
public class ByteArray
The growable array of bytes. This class in not thread safe.
Constructor Summary | |
---|---|
ByteArray()
Creates a new instance of ByteArray |
Method Summary | |
---|---|
void |
add(byte b)
Add a byte to the byte array. |
byte[] |
getBytes()
Get the array of bytes. |
java.lang.String |
getStringFromBytes()
Get the String representation of bytes in this array. |
void |
reset()
Reset the byte array to zero length. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArray()
Method Detail |
---|
public void add(byte b)
public byte[] getBytes()
public java.lang.String getStringFromBytes()
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |