public abstract class com.sun.jmx.snmp.SnmpMsg
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.jmx.snmp.SnmpMsg
  super_class: java.lang.Object
{
  public int version;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public byte[] data;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public int dataLength;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.net.InetAddress address;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC

  public int port;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public com.sun.jmx.snmp.SnmpSecurityParameters securityParameters;
    descriptor: Lcom/sun/jmx/snmp/SnmpSecurityParameters;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpMsg this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tIncompatible conditional operand types SnmpValue and SnmpIpAddress\n\tCannot cast from SnmpValue to SnmpIpAddress\n\tIpAddressTag cannot be resolved or is not a field\n\tCounterTag cannot be resolved or is not a field\n\tGaugeTag cannot be resolved or is not a field\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tTimeticksTag cannot be resolved or is not a field\n\tOpaqueTag cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tsnmpVersionOne cannot be resolved to a variable\n\tCounter64Tag cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tNullTag cannot be resolved or is not a field\n\tsnmpVersionTwo cannot be resolved to a variable\n\tNullTag cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tIpAddressTag cannot be resolved or is not a field\n\tType mismatch: cannot convert from SnmpIpAddress to SnmpValue\n\tCounterTag cannot be resolved or is not a field\n\tGaugeTag cannot be resolved or is not a field\n\tTimeticksTag cannot be resolved or is not a field\n\tSnmpTimeticks cannot be resolved to a type\n\tOpaqueTag cannot be resolved or is not a field\n\tCounter64Tag cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpMsg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpMsg;

  public static int getProtocolVersion(byte[]);
    descriptor: ([B)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
      Name  Flags
      data  

  public abstract int getRequestId(byte[]);
    descriptor: ([B)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
      Name  Flags
      data  

  public abstract int encodeMessage(byte[]);
    descriptor: ([B)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
             Name  Flags
      outputBytes  

  public abstract void decodeMessage(byte[], int);
    descriptor: ([BI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
            Name  Flags
      inputBytes  
      byteCount   

  public abstract void encodeSnmpPdu(com.sun.jmx.snmp.SnmpPdu, int);
    descriptor: (Lcom/sun/jmx/snmp/SnmpPdu;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
               Name  Flags
      pdu            
      maxDataLength  

  public abstract com.sun.jmx.snmp.SnmpPdu decodeSnmpPdu();
    descriptor: ()Lcom/sun/jmx/snmp/SnmpPdu;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException

  public static java.lang.String dumpHexBuffer(byte[], int, int);
    descriptor: ([BII)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 183
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      b       
      offset  
      len     

  public java.lang.String printMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpMsg this
         0: .line 207
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpMsg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpMsg;

  public void encodeVarBindList(com.sun.jmx.snmp.BerEncoder, SnmpVarBind[]);
    descriptor: (Lcom/sun/jmx/snmp/BerEncoder;[LSnmpVarBind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.SnmpMsg this
         0: .line 228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpMsg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpMsg;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
             Name  Flags
      benc         
      varBindList  

  void encodeVarBindValue(com.sun.jmx.snmp.BerEncoder, com.sun.jmx.snmp.SnmpValue);
    descriptor: (Lcom/sun/jmx/snmp/BerEncoder;Lcom/sun/jmx/snmp/SnmpValue;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.SnmpMsg this
         0: .line 263
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIncompatible conditional operand types SnmpValue and SnmpIpAddress\n\tCannot cast from SnmpValue to SnmpIpAddress\n\tIpAddressTag cannot be resolved or is not a field\n\tCounterTag cannot be resolved or is not a field\n\tGaugeTag cannot be resolved or is not a field\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tTimeticksTag cannot be resolved or is not a field\n\tOpaqueTag cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tsnmpVersionOne cannot be resolved to a variable\n\tCounter64Tag cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tNullTag cannot be resolved or is not a field\n\tsnmpVersionTwo cannot be resolved to a variable\n\tNullTag cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpMsg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpMsg;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
      Name  Flags
      benc  
      v     

  public SnmpVarBind[] decodeVarBindList(com.sun.jmx.snmp.BerDecoder);
    descriptor: (Lcom/sun/jmx/snmp/BerDecoder;)[LSnmpVarBind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpMsg this
         0: .line 317
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpMsg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpMsg;
    Exceptions:
      throws com.sun.jmx.snmp.BerException
    MethodParameters:
      Name  Flags
      bdec  

  com.sun.jmx.snmp.SnmpValue decodeVarBindValue(com.sun.jmx.snmp.BerDecoder);
    descriptor: (Lcom/sun/jmx/snmp/BerDecoder;)Lcom/sun/jmx/snmp/SnmpValue;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpMsg this
         0: .line 369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpOid cannot be resolved to a type\n\tIpAddressTag cannot be resolved or is not a field\n\tType mismatch: cannot convert from SnmpIpAddress to SnmpValue\n\tCounterTag cannot be resolved or is not a field\n\tGaugeTag cannot be resolved or is not a field\n\tTimeticksTag cannot be resolved or is not a field\n\tSnmpTimeticks cannot be resolved to a type\n\tOpaqueTag cannot be resolved or is not a field\n\tCounter64Tag cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n\tsnmpVersionOne cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpMsg this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpMsg;
    Exceptions:
      throws com.sun.jmx.snmp.BerException
    MethodParameters:
      Name  Flags
      bdec  
}
SourceFile: "SnmpMsg.java"