public final class com.sun.jndi.ldap.BerEncoder extends com.sun.jndi.ldap.Ber
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.BerEncoder
  super_class: com.sun.jndi.ldap.Ber
{
  private int curSeqIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] seqOffset;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private static final int INITIAL_SEQUENCES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int DEFAULT_BUFSIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private static final int BUF_GROWTH_FACTOR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.BerEncoder this
         0: .line 51
            aload 0 /* this */
            sipush 1024
            invokespecial com.sun.jndi.ldap.BerEncoder.<init>:(I)V
         1: .line 52
            return
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/BerEncoder;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int bufsize
         0: .line 59
            aload 0 /* this */
            invokespecial com.sun.jndi.ldap.Ber.<init>:()V
         1: .line 60
            aload 0 /* this */
            iload 1 /* bufsize */
            newarray 8
            putfield com.sun.jndi.ldap.BerEncoder.buf:[B
         2: .line 61
            aload 0 /* this */
            iload 1 /* bufsize */
            putfield com.sun.jndi.ldap.BerEncoder.bufsize:I
         3: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
         4: .line 64
            aload 0 /* this */
            bipush 16
            newarray 10
            putfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
         5: .line 65
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
         6: .line 66
            return
        end local 1 // int bufsize
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/jndi/ldap/BerEncoder;
            0    7     1  bufsize  I
    MethodParameters:
         Name  Flags
      bufsize  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.BerEncoder this
         0: .line 73
            goto 2
         1: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iconst_1
            isub
            dup_x1
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iconst_0
            bastore
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            ifgt 1
         3: .line 76
            goto 5
         4: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iconst_1
            isub
            dup_x1
            putfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iconst_0
            iastore
         5: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            ifgt 4
         6: .line 79
            return
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/jndi/ldap/BerEncoder;

  public int getDataLen();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.BerEncoder this
         0: .line 87
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            ireturn
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/BerEncoder;

  public byte[] getBuf();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.BerEncoder this
         0: .line 99
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            ifeq 2
         1: .line 100
            new java.lang.IllegalStateException
            dup
            ldc "BER encode error: Unbalanced SEQUENCEs."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            areturn
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/BerEncoder;

  public byte[] getTrimmedBuf();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.jndi.ldap.BerEncoder this
         0: .line 111
            aload 0 /* this */
            invokevirtual com.sun.jndi.ldap.BerEncoder.getDataLen:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 112
            iload 1 /* len */
            newarray 8
            astore 2 /* trimBuf */
        start local 2 // byte[] trimBuf
         2: .line 114
            aload 0 /* this */
            invokevirtual com.sun.jndi.ldap.BerEncoder.getBuf:()[B
            iconst_0
            aload 2 /* trimBuf */
            iconst_0
            iload 1 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 115
            aload 2 /* trimBuf */
            areturn
        end local 2 // byte[] trimBuf
        end local 1 // int len
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/jndi/ldap/BerEncoder;
            1    4     1      len  I
            2    4     2  trimBuf  [B

  public void beginSeq(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int tag
         0: .line 126
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            arraylength
            if_icmplt 8
         1: .line 127
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            arraylength
            iconst_2
            imul
            newarray 10
            astore 2 /* seqOffsetTmp */
        start local 2 // int[] seqOffsetTmp
         2: .line 129
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 130
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* seqOffsetTmp */
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            iload 3 /* i */
            iaload
            iastore
         5: .line 129
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 132
            aload 0 /* this */
            aload 2 /* seqOffsetTmp */
            putfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
        end local 2 // int[] seqOffsetTmp
         8: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeByte:(I)V
         9: .line 136
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iastore
        10: .line 143
            aload 0 /* this */
            iconst_3
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
        11: .line 144
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iconst_3
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
        12: .line 146
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
        13: .line 147
            return
        end local 1 // int tag
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/jndi/ldap/BerEncoder;
            0   14     1           tag  I
            2    8     2  seqOffsetTmp  [I
            3    7     3             i  I
    MethodParameters:
      Name  Flags
      tag   

  public void endSeq();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.jndi.ldap.BerEncoder this
         0: .line 153
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iconst_1
            isub
            putfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
         1: .line 154
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            ifge 3
         2: .line 155
            new java.lang.IllegalStateException
            dup
            ldc "BER encode error: Unbalanced SEQUENCEs."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_3
            iadd
            istore 1 /* start */
        start local 1 // int start
         4: .line 159
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* start */
            isub
            istore 2 /* len */
        start local 2 // int len
         5: .line 161
            iload 2 /* len */
            bipush 127
            if_icmpgt 9
         6: .line 162
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* len */
            bipush -2
            invokevirtual com.sun.jndi.ldap.BerEncoder.shiftSeqData:(III)V
         7: .line 163
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iload 2 /* len */
            i2b
            bastore
         8: .line 164
            goto 27
      StackMap locals: int int
      StackMap stack:
         9: iload 2 /* len */
            sipush 255
            if_icmpgt 14
        10: .line 165
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* len */
            iconst_m1
            invokevirtual com.sun.jndi.ldap.BerEncoder.shiftSeqData:(III)V
        11: .line 166
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            bipush -127
            bastore
        12: .line 167
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_1
            iadd
            iload 2 /* len */
            i2b
            bastore
        13: .line 168
            goto 27
      StackMap locals:
      StackMap stack:
        14: iload 2 /* len */
            ldc 65535
            if_icmpgt 19
        15: .line 169
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            bipush -126
            bastore
        16: .line 170
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_1
            iadd
            iload 2 /* len */
            bipush 8
            ishr
            i2b
            bastore
        17: .line 171
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_2
            iadd
            iload 2 /* len */
            i2b
            bastore
        18: .line 172
            goto 27
      StackMap locals:
      StackMap stack:
        19: iload 2 /* len */
            ldc 16777215
            if_icmpgt 26
        20: .line 173
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* len */
            iconst_1
            invokevirtual com.sun.jndi.ldap.BerEncoder.shiftSeqData:(III)V
        21: .line 174
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            bipush -125
            bastore
        22: .line 175
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_1
            iadd
            iload 2 /* len */
            bipush 16
            ishr
            i2b
            bastore
        23: .line 176
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_2
            iadd
            iload 2 /* len */
            bipush 8
            ishr
            i2b
            bastore
        24: .line 177
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.seqOffset:[I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.curSeqIndex:I
            iaload
            iconst_3
            iadd
            iload 2 /* len */
            i2b
            bastore
        25: .line 178
            goto 27
        26: .line 179
      StackMap locals:
      StackMap stack:
            new com.sun.jndi.ldap.Ber$EncodeException
            dup
            ldc "SEQUENCE too long"
            invokespecial com.sun.jndi.ldap.Ber$EncodeException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int len
        end local 1 // int start
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   28     0   this  Lcom/sun/jndi/ldap/BerEncoder;
            4   28     1  start  I
            5   28     2    len  I
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException

  private void shiftSeqData(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int start
        start local 2 // int len
        start local 3 // int shift
         0: .line 188
            iload 3 /* shift */
            ifle 2
         1: .line 189
            aload 0 /* this */
            iload 3 /* shift */
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
         2: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            iload 1 /* start */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            iload 1 /* start */
            iload 3 /* shift */
            iadd
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 192
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 3 /* shift */
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
         4: .line 193
            return
        end local 3 // int shift
        end local 2 // int len
        end local 1 // int start
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/jndi/ldap/BerEncoder;
            0    5     1  start  I
            0    5     2    len  I
            0    5     3  shift  I
    MethodParameters:
       Name  Flags
      start  
      len    
      shift  

  public void encodeByte(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int b
         0: .line 199
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
         1: .line 200
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* b */
            i2b
            bastore
         2: .line 201
            return
        end local 1 // int b
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/BerEncoder;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public void encodeInt(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int i
         0: .line 217
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeInt:(II)V
         1: .line 218
            return
        end local 1 // int i
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/BerEncoder;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void encodeInt(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int i
        start local 2 // int tag
         0: .line 227
            ldc -8388608
            istore 3 /* mask */
        start local 3 // int mask
         1: .line 228
            iconst_4
            istore 4 /* intsize */
        start local 4 // int intsize
         2: .line 230
            goto 5
         3: .line 231
      StackMap locals: int int
      StackMap stack:
            iinc 4 /* intsize */ -1
         4: .line 232
            iload 1 /* i */
            bipush 8
            ishl
            istore 1 /* i */
         5: .line 230
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            iload 3 /* mask */
            iand
            ifeq 6
            iload 1 /* i */
            iload 3 /* mask */
            iand
            iload 3 /* mask */
            if_icmpne 7
      StackMap locals:
      StackMap stack:
         6: iload 4 /* intsize */
            iconst_1
            if_icmpgt 3
         7: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* i */
            iload 2 /* tag */
            iload 4 /* intsize */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeInt:(III)V
         8: .line 236
            return
        end local 4 // int intsize
        end local 3 // int mask
        end local 2 // int tag
        end local 1 // int i
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/jndi/ldap/BerEncoder;
            0    9     1        i  I
            0    9     2      tag  I
            1    9     3     mask  I
            2    9     4  intsize  I
    MethodParameters:
      Name  Flags
      i     
      tag   

  private void encodeInt(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int i
        start local 2 // int tag
        start local 3 // int intsize
         0: .line 247
            iload 3 /* intsize */
            iconst_4
            if_icmple 2
         1: .line 248
            new java.lang.IllegalArgumentException
            dup
            ldc "BER encode error: INTEGER too long."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            iload 3 /* intsize */
            iadd
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
         3: .line 253
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 2 /* tag */
            i2b
            bastore
         4: .line 254
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 3 /* intsize */
            i2b
            bastore
         5: .line 256
            ldc -16777216
            istore 4 /* mask */
        start local 4 // int mask
         6: .line 258
            goto 9
         7: .line 259
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* i */
            iload 4 /* mask */
            iand
            bipush 24
            ishr
            i2b
            bastore
         8: .line 260
            iload 1 /* i */
            bipush 8
            ishl
            istore 1 /* i */
         9: .line 258
      StackMap locals:
      StackMap stack:
            iload 3 /* intsize */
            iinc 3 /* intsize */ -1
            ifgt 7
        10: .line 262
            return
        end local 4 // int mask
        end local 3 // int intsize
        end local 2 // int tag
        end local 1 // int i
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/jndi/ldap/BerEncoder;
            0   11     1        i  I
            0   11     2      tag  I
            0   11     3  intsize  I
            6   11     4     mask  I
    MethodParameters:
         Name  Flags
      i        
      tag      
      intsize  

  public void encodeBoolean(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // boolean b
         0: .line 271
            aload 0 /* this */
            iload 1 /* b */
            iconst_1
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeBoolean:(ZI)V
         1: .line 272
            return
        end local 1 // boolean b
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/BerEncoder;
            0    2     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public void encodeBoolean(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // boolean b
        start local 2 // int tag
         0: .line 282
            aload 0 /* this */
            iconst_3
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
         1: .line 284
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 2 /* tag */
            i2b
            bastore
         2: .line 285
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iconst_1
            bastore
         3: .line 286
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* b */
            ifeq 4
            iconst_m1
            goto 5
      StackMap locals: com.sun.jndi.ldap.BerEncoder int int
      StackMap stack: byte[] int
         4: iconst_0
      StackMap locals: com.sun.jndi.ldap.BerEncoder int int
      StackMap stack: byte[] int int
         5: bastore
         6: .line 287
            return
        end local 2 // int tag
        end local 1 // boolean b
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/jndi/ldap/BerEncoder;
            0    7     1     b  Z
            0    7     2   tag  I
    MethodParameters:
      Name  Flags
      b     
      tag   

  public void encodeString(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // java.lang.String str
        start local 2 // boolean encodeUTF8
         0: .line 298
            aload 0 /* this */
            aload 1 /* str */
            iconst_4
            iload 2 /* encodeUTF8 */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeString:(Ljava/lang/String;IZ)V
         1: .line 299
            return
        end local 2 // boolean encodeUTF8
        end local 1 // java.lang.String str
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/jndi/ldap/BerEncoder;
            0    2     1         str  Ljava/lang/String;
            0    2     2  encodeUTF8  Z
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException
    MethodParameters:
            Name  Flags
      str         
      encodeUTF8  

  public void encodeString(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // java.lang.String str
        start local 2 // int tag
        start local 3 // boolean encodeUTF8
         0: .line 310
            aload 0 /* this */
            iload 2 /* tag */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeByte:(I)V
         1: .line 312
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: .line 314
            aconst_null
            astore 6 /* bytes */
        start local 6 // byte[] bytes
         3: .line 316
            aload 1 /* str */
            ifnonnull 6
         4: .line 317
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         5: .line 318
            goto 17
        end local 5 // int count
      StackMap locals: com.sun.jndi.ldap.BerEncoder java.lang.String int int int top byte[]
      StackMap stack:
         6: iload 3 /* encodeUTF8 */
            ifeq 12
         7: .line 320
            aload 1 /* str */
            ldc "UTF8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            astore 6 /* bytes */
         8: .line 321
            aload 6 /* bytes */
            arraylength
            istore 5 /* count */
        start local 5 // int count
         9: .line 322
            goto 17
        end local 5 // int count
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
        10: pop
        11: .line 323
            new com.sun.jndi.ldap.Ber$EncodeException
            dup
            ldc "UTF8 not available on platform"
            invokespecial com.sun.jndi.ldap.Ber$EncodeException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 327
      StackMap locals:
      StackMap stack:
            aload 1 /* str */
            ldc "8859_1"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            astore 6 /* bytes */
        13: .line 328
            aload 6 /* bytes */
            arraylength
            istore 5 /* count */
        start local 5 // int count
        14: .line 329
            goto 17
        end local 5 // int count
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
        15: pop
        16: .line 330
            new com.sun.jndi.ldap.Ber$EncodeException
            dup
            ldc "8859_1 not available on platform"
            invokespecial com.sun.jndi.ldap.Ber$EncodeException.<init>:(Ljava/lang/String;)V
            athrow
        start local 5 // int count
        17: .line 334
      StackMap locals: com.sun.jndi.ldap.BerEncoder java.lang.String int int int int byte[]
      StackMap stack:
            aload 0 /* this */
            iload 5 /* count */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeLength:(I)V
        18: .line 336
            aload 0 /* this */
            iload 5 /* count */
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
        19: .line 337
            goto 21
        20: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            aload 6 /* bytes */
            iload 4 /* i */
            iinc 4 /* i */ 1
            baload
            bastore
        21: .line 337
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 5 /* count */
            if_icmplt 20
        22: .line 340
            return
        end local 6 // byte[] bytes
        end local 5 // int count
        end local 4 // int i
        end local 3 // boolean encodeUTF8
        end local 2 // int tag
        end local 1 // java.lang.String str
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lcom/sun/jndi/ldap/BerEncoder;
            0   23     1         str  Ljava/lang/String;
            0   23     2         tag  I
            0   23     3  encodeUTF8  Z
            2   23     4           i  I
            5    6     5       count  I
            9   10     5       count  I
           14   15     5       count  I
           17   23     5       count  I
            3   23     6       bytes  [B
      Exception table:
        from    to  target  type
           7     9      10  Class java.io.UnsupportedEncodingException
          12    14      15  Class java.io.UnsupportedEncodingException
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException
    MethodParameters:
            Name  Flags
      str         
      tag         
      encodeUTF8  

  public void encodeOctetString(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // byte[] tb
        start local 2 // int tag
        start local 3 // int tboffset
        start local 4 // int length
         0: .line 348
            aload 0 /* this */
            iload 2 /* tag */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeByte:(I)V
         1: .line 349
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeLength:(I)V
         2: .line 351
            iload 4 /* length */
            ifle 6
         3: .line 352
            aload 0 /* this */
            iload 4 /* length */
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
         4: .line 353
            aload 1 /* tb */
            iload 3 /* tboffset */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 4 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 354
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 4 /* length */
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
         6: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int length
        end local 3 // int tboffset
        end local 2 // int tag
        end local 1 // byte[] tb
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/jndi/ldap/BerEncoder;
            0    7     1        tb  [B
            0    7     2       tag  I
            0    7     3  tboffset  I
            0    7     4    length  I
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException
    MethodParameters:
          Name  Flags
      tb        
      tag       
      tboffset  
      length    

  public void encodeOctetString(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // byte[] tb
        start local 2 // int tag
         0: .line 362
            aload 0 /* this */
            aload 1 /* tb */
            iload 2 /* tag */
            iconst_0
            aload 1 /* tb */
            arraylength
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeOctetString:([BIII)V
         1: .line 363
            return
        end local 2 // int tag
        end local 1 // byte[] tb
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/BerEncoder;
            0    2     1    tb  [B
            0    2     2   tag  I
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException
    MethodParameters:
      Name  Flags
      tb    
      tag   

  private void encodeLength(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int len
         0: .line 366
            aload 0 /* this */
            iconst_4
            invokevirtual com.sun.jndi.ldap.BerEncoder.ensureFreeBytes:(I)V
         1: .line 368
            iload 1 /* len */
            sipush 128
            if_icmpge 4
         2: .line 369
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            i2b
            bastore
         3: .line 370
            goto 20
      StackMap locals:
      StackMap stack:
         4: iload 1 /* len */
            sipush 255
            if_icmpgt 8
         5: .line 371
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            bipush -127
            bastore
         6: .line 372
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            i2b
            bastore
         7: .line 373
            goto 20
      StackMap locals:
      StackMap stack:
         8: iload 1 /* len */
            ldc 65535
            if_icmpgt 13
         9: .line 374
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            bipush -126
            bastore
        10: .line 375
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            bipush 8
            ishr
            i2b
            bastore
        11: .line 376
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            sipush 255
            iand
            i2b
            bastore
        12: .line 377
            goto 20
      StackMap locals:
      StackMap stack:
        13: iload 1 /* len */
            ldc 16777215
            if_icmpgt 19
        14: .line 378
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            bipush -125
            bastore
        15: .line 379
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            bipush 16
            ishr
            i2b
            bastore
        16: .line 380
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            bipush 8
            ishr
            i2b
            bastore
        17: .line 381
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            aload 0 /* this */
            dup
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.jndi.ldap.BerEncoder.offset:I
            iload 1 /* len */
            sipush 255
            iand
            i2b
            bastore
        18: .line 382
            goto 20
        19: .line 383
      StackMap locals:
      StackMap stack:
            new com.sun.jndi.ldap.Ber$EncodeException
            dup
            ldc "string too long"
            invokespecial com.sun.jndi.ldap.Ber$EncodeException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 385
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lcom/sun/jndi/ldap/BerEncoder;
            0   21     1   len  I
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException
    MethodParameters:
      Name  Flags
      len   

  public void encodeStringArray(java.lang.String[], boolean);
    descriptor: ([Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // java.lang.String[] strs
        start local 2 // boolean encodeUTF8
         0: .line 392
            aload 1 /* strs */
            ifnonnull 2
         1: .line 393
            return
         2: .line 394
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 395
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* strs */
            iload 3 /* i */
            aaload
            iload 2 /* encodeUTF8 */
            invokevirtual com.sun.jndi.ldap.BerEncoder.encodeString:(Ljava/lang/String;Z)V
         5: .line 394
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* strs */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 397
            return
        end local 2 // boolean encodeUTF8
        end local 1 // java.lang.String[] strs
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/jndi/ldap/BerEncoder;
            0    8     1        strs  [Ljava/lang/String;
            0    8     2  encodeUTF8  Z
            3    7     3           i  I
    Exceptions:
      throws com.sun.jndi.ldap.Ber$EncodeException
    MethodParameters:
            Name  Flags
      strs        
      encodeUTF8  

  private void ensureFreeBytes(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.BerEncoder this
        start local 1 // int len
         0: .line 416
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.bufsize:I
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            isub
            iload 1 /* len */
            if_icmpge 8
         1: .line 417
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.bufsize:I
            bipush 8
            imul
            istore 2 /* newsize */
        start local 2 // int newsize
         2: .line 418
            iload 2 /* newsize */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            isub
            iload 1 /* len */
            if_icmpge 4
         3: .line 419
            iload 2 /* newsize */
            iload 1 /* len */
            iadd
            istore 2 /* newsize */
         4: .line 421
      StackMap locals: int
      StackMap stack:
            iload 2 /* newsize */
            newarray 8
            astore 3 /* newbuf */
        start local 3 // byte[] newbuf
         5: .line 423
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.buf:[B
            iconst_0
            aload 3 /* newbuf */
            iconst_0
            aload 0 /* this */
            getfield com.sun.jndi.ldap.BerEncoder.offset:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 425
            aload 0 /* this */
            aload 3 /* newbuf */
            putfield com.sun.jndi.ldap.BerEncoder.buf:[B
         7: .line 426
            aload 0 /* this */
            iload 2 /* newsize */
            putfield com.sun.jndi.ldap.BerEncoder.bufsize:I
        end local 3 // byte[] newbuf
        end local 2 // int newsize
         8: .line 428
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // com.sun.jndi.ldap.BerEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/jndi/ldap/BerEncoder;
            0    9     1      len  I
            2    8     2  newsize  I
            5    8     3   newbuf  [B
    MethodParameters:
      Name  Flags
      len   
}
SourceFile: "BerEncoder.java"
InnerClasses:
  final EncodeException = com.sun.jndi.ldap.Ber$EncodeException of com.sun.jndi.ldap.Ber