|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAparameterHandleValuePair
Pairs a parameter handle with an encoded value.
| Field Summary | |
private long |
parameterHandle
Parameter handle. |
private byte[] |
value
Encoded value. |
| Constructor Summary | |
HLAparameterHandleValuePair()
Default constructor. |
|
HLAparameterHandleValuePair(HLAparameterHandleValuePair other)
Copy constructor. |
|
HLAparameterHandleValuePair(long pParameterHandle,
byte[] pValue)
Constructor. |
|
| Method Summary | |
static HLAparameterHandleValuePair |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAparameterHandleValuePair from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAparameterHandleValuePair to the specified stream. |
long |
getParameterHandle()
Returns the value of the parameterHandle field. |
byte[] |
getValue()
Returns the value of the value field. |
void |
setParameterHandle(long pParameterHandle)
Sets the value of the parameterHandle field. |
void |
setValue(byte[] pValue)
Sets the value of the value field. |
java.lang.String |
toString()
Returns a string representation of this HLAparameterHandleValuePair. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private long parameterHandle
private byte[] value
| Constructor Detail |
public HLAparameterHandleValuePair()
public HLAparameterHandleValuePair(long pParameterHandle,
byte[] pValue)
pParameterHandle - the value of the parameterHandle fieldpValue - the value of the value fieldpublic HLAparameterHandleValuePair(HLAparameterHandleValuePair other)
other - the other HLAparameterHandleValuePair to copy| Method Detail |
public static HLAparameterHandleValuePair decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurs
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the output stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
public void setParameterHandle(long pParameterHandle)
pParameterHandle - the new value for the fieldpublic long getParameterHandle()
public void setValue(byte[] pValue)
pValue - the new value for the fieldpublic byte[] getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||