public class com.sun.jmx.snmp.SnmpPduFactoryBER implements com.sun.jmx.snmp.SnmpPduFactory, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.SnmpPduFactoryBER
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3525318344000547635

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpPduFactoryBER this
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.jmx.snmp.SnmpPduFactoryBER this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduFactoryBER;

  public com.sun.jmx.snmp.SnmpPdu decodeSnmpPdu(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)Lcom/sun/jmx/snmp/SnmpPdu;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpPduFactoryBER this
        start local 1 // com.sun.jmx.snmp.SnmpMsg msg
         0: .line 93
            aload 1 /* msg */
            invokevirtual com.sun.jmx.snmp.SnmpMsg.decodeSnmpPdu:()Lcom/sun/jmx/snmp/SnmpPdu;
            areturn
        end local 1 // com.sun.jmx.snmp.SnmpMsg msg
        end local 0 // com.sun.jmx.snmp.SnmpPduFactoryBER this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduFactoryBER;
            0    1     1   msg  Lcom/sun/jmx/snmp/SnmpMsg;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
      Name  Flags
      msg   

  public com.sun.jmx.snmp.SnmpMsg encodeSnmpPdu(com.sun.jmx.snmp.SnmpPdu, int);
    descriptor: (Lcom/sun/jmx/snmp/SnmpPdu;I)Lcom/sun/jmx/snmp/SnmpMsg;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.SnmpPduFactoryBER this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpDefinitions cannot be resolved to a variable\n\tSnmpDefinitions cannot be resolved to a variable\n\tThe method encodeSnmpPdu(SnmpPdu, int) in the type SnmpMessage is not applicable for the arguments (SnmpPduPacket, int)\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpDefinitions cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpPduFactoryBER this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpPduFactoryBER;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
               Name  Flags
      p              
      maxDataLength  
}
SourceFile: "SnmpPduFactoryBER.java"