|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--snmp.AsnObject
|
+--snmp.AsnInteger
=================================================================== ASN.1 32-bit signed integer ===================================================================
| Fields inherited from class snmp.AsnObject |
CONS_SEQ, GET_REQ_MSG, GET_RSP_MSG, GETNEXT_REQ_MSG, pdu_type, SET_REQ_MSG, SNMP_ERR_BADVALUE, SNMP_ERR_GENERR, SNMP_ERR_NOERROR, SNMP_ERR_NOSUCHNAME, SNMP_ERR_READONLY, SNMP_ERR_TOOBIG, SNMP_VERSION_1, TRP_REQ_MSG |
| Constructor Summary | |
AsnInteger(java.io.InputStream in)
Retrieve an integer value from the input stream. |
|
AsnInteger(int v)
============================================= Constructor |
|
| Method Summary | |
int |
size()
Get number of bytes integer occupies. |
java.lang.String |
toString()
Return a user readable version of the integer value. |
int |
value()
Return the current integer value. |
void |
write(java.io.OutputStream out)
Output ASN.1 integer value |
| Methods inherited from class snmp.AsnObject |
add, AsnBuildHeader, AsnMakeMe, AsnReadHeader, findPdu, LengthBytes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AsnInteger(int v)
v - Integer for to output as ASN.1
public AsnInteger(java.io.InputStream in)
throws java.io.IOException
in - Input stream from which to decode integer value.| Method Detail |
public int size()
size in class AsnObject
public void write(java.io.OutputStream out)
throws java.io.IOException
write in class AsnObjectout - Output stream.public int value()
public java.lang.String toString()
toString in class java.lang.Object
|
Active Virtual Network Management Prediction (AVNMP) Classes | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||