public class Integer32IgnoreTooManyBytes
extends org.snmp4j.smi.Integer32
implements org.snmp4j.smi.AssignableFromInteger, org.snmp4j.smi.AssignableFromString
| Constructor and Description | 
|---|
Integer32IgnoreTooManyBytes()
Creates an  
Integer32 with a zero value. | 
Integer32IgnoreTooManyBytes(int value)
Creates an  
Integer32 variable with the supplied value. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
clone()  | 
void | 
decodeBER(org.snmp4j.asn1.BERInputStream inputStream)  | 
compareTo, encodeBER, equals, fromSubIndex, getBERLength, getSyntax, getValue, hashCode, setValue, setValue, toInt, toLong, toString, toSubIndexcreateFromBER, createFromSyntax, equal, getBERPayloadLength, getSyntaxFromString, getSyntaxString, getSyntaxString, isDynamic, isExceptionpublic Integer32IgnoreTooManyBytes()
Integer32 with a zero value.public Integer32IgnoreTooManyBytes(int value)
Integer32 variable with the supplied value.value - an integer value.public void decodeBER(org.snmp4j.asn1.BERInputStream inputStream)
               throws IOException
decodeBER in interface org.snmp4j.asn1.BERSerializabledecodeBER in class org.snmp4j.smi.Integer32IOExceptionpublic Object clone()
clone in interface org.snmp4j.smi.Variableclone in class org.snmp4j.smi.Integer32Copyright © 2021. All rights reserved.