|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--solar.impl.ByteArrayAdu
Application data unit contains only a byte array.
| Field Summary | |
protected byte[] |
_msg
|
| Constructor Summary | |
ByteArrayAdu(byte[] msg)
Constructs a byte array ADU. |
|
| Method Summary | |
byte[] |
toBytes()
Return the byte array format of this ADU. |
java.lang.String |
toString()
Return the string format of this ADU. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected byte[] _msg
| Constructor Detail |
public ByteArrayAdu(byte[] msg)
| Method Detail |
public java.lang.String toString()
Adu
toString in interface AdutoString in class java.lang.Objectpublic byte[] toBytes()
Adu
toBytes in interface Adu
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||