|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.dmi.DMI_OctetString
This class implements the DMI defined data type OctetString. Most DMI Data types map into standard Java data types, with the exception of OctetString and MIF Date. The type is basically handled as a byte array.
Constructor Summary | |
---|---|
DMI_OctetString(byte[] Data)
Construct an instance of Octet String. |
Method Summary | |
---|---|
byte[] |
GetData()
Accessor method for retrieving the data for this octet string. |
protected int |
GetLen()
Accessor method for retrieving the length of this octet string. |
void |
SetData(byte[] Data)
Method to allow for the setting of the octet string to a new value. |
java.lang.String |
toString()
Debug method for dumping the Octet string out as a printable string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DMI_OctetString(byte[] Data)
Method Detail |
public java.lang.String toString()
protected int GetLen()
public byte[] GetData()
public void SetData(byte[] Data)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |