Method |
Description |
ByteArray( )
|
Returns a new byte array object containing the specified object. |
elementAt( )
|
Returns the element at the specified index into the given array object. |
length( )
|
Returns the size of the specified array object. |
setElementAt( )
|
Sets the element at the specified index into the given array object to the specified value. |
StringArray( )
|
Returns a new string array object containing the specified object. |
toString( )
|
Returns a string representation of the specified byte array object. |