|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.co.westhawk.snmp.stack.AsnObject | +--uk.co.westhawk.snmp.stack.AsnNull
This class represents the ASN.1 Null object
Fields inherited from class uk.co.westhawk.snmp.stack.AsnObject |
contentsLength, debug, headerLength, isCorrect, startPos, type |
Constructor Summary | |
AsnNull()
Default Constructor. |
|
AsnNull(java.io.InputStream in,
int len)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object anObject)
Compares this object to the specified object. |
int |
hashCode()
Returns a hash code for this object. |
java.lang.String |
toString()
Returns the string representation of the AsnNull. |
Methods inherited from class uk.co.westhawk.snmp.stack.AsnObject |
getRespType, getRespTypeString, setDebug |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AsnNull()
public AsnNull(java.io.InputStream in, int len)
in
- The input stream from which the value should be readlen
- The length of the AsnIntegerMethod Detail |
public java.lang.String toString()
toString
in class AsnObject
public boolean equals(java.lang.Object anObject)
true
if and only if the argument is not
null
and is a AsnNull
object.equals
in class java.lang.Object
anObject
- the object to compare this AsnNull
against.true
if the AsnNull
are equal;
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |