|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.pdmfc.tea.runtime.SObjByteArray
Instances of this class represent byte arrays in the Tea program.
| Constructor Summary | |
SObjByteArray()
Initializes an empty byte array. |
|
SObjByteArray(byte[] bytes)
Initializes the byte array. |
|
SObjByteArray(byte[] bytes,
int offset,
int count)
Initializes the byte array. |
|
| Method Summary | |
byte[] |
getBytes()
Fetches the array of bytes stored in this object. |
int |
getCount()
Fetches the number of bytes stored. |
int |
getOffset()
|
java.lang.String |
getStringValue()
Fetches the conversion to a string of this byte array. |
void |
setContents(byte[] bytes,
int offset,
int count)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SObjByteArray()
public SObjByteArray(byte[] bytes)
bytes -
public SObjByteArray(byte[] bytes,
int offset,
int count)
| Method Detail |
public void setContents(byte[] bytes,
int offset,
int count)
public byte[] getBytes()
public int getOffset()
public int getCount()
public java.lang.String getStringValue()
|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||