public class com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm extends com.sun.xml.internal.fastinfoset.algorithm.IntegerEncodingAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm
  super_class: com.sun.xml.internal.fastinfoset.algorithm.IntegerEncodingAlgorithm
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
         0: .line 42
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.algorithm.IntegerEncodingAlgorithm.<init>:()V
            return
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;

  public final int getPrimtiveLengthFromOctetLength(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // int octetLength
         0: .line 45
            iload 1 /* octetLength */
            iconst_4
            irem
            ifeq 4
         1: .line 46
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
         2: .line 47
            ldc "message.lengthNotMultipleOfInt"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_4
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         3: .line 46
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 50
      StackMap locals:
      StackMap stack:
            iload 1 /* octetLength */
            iconst_4
            idiv
            ireturn
        end local 1 // int octetLength
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    5     1  octetLength  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
    MethodParameters:
             Name  Flags
      octetLength  

  public int getOctetLengthFromPrimitiveLength(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // int primitiveLength
         0: .line 54
            iload 1 /* primitiveLength */
            iconst_4
            imul
            ireturn
        end local 1 // int primitiveLength
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    1     1  primitiveLength  I
    MethodParameters:
                 Name  Flags
      primitiveLength  

  public final java.lang.Object decodeFromBytes(byte[], int, int);
    descriptor: ([BII)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // byte[] b
        start local 2 // int start
        start local 3 // int length
         0: .line 58
            aload 0 /* this */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.getPrimtiveLengthFromOctetLength:(I)I
            newarray 10
            astore 4 /* data */
        start local 4 // int[] data
         1: .line 59
            aload 0 /* this */
            aload 4 /* data */
            iconst_0
            aload 1 /* b */
            iload 2 /* start */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.decodeFromBytesToIntArray:([II[BII)V
         2: .line 61
            aload 4 /* data */
            areturn
        end local 4 // int[] data
        end local 3 // int length
        end local 2 // int start
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    3     1       b  [B
            0    3     2   start  I
            0    3     3  length  I
            1    3     4    data  [I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
    MethodParameters:
        Name  Flags
      b       
      start   
      length  

  public final java.lang.Object decodeFromInputStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // java.io.InputStream s
         0: .line 65
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.decodeFromInputStreamToIntArray:(Ljava/io/InputStream;)[I
            areturn
        end local 1 // java.io.InputStream s
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    1     1     s  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void encodeToOutputStream(java.lang.Object, java.io.OutputStream);
    descriptor: (Ljava/lang/Object;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // java.lang.Object data
        start local 2 // java.io.OutputStream s
         0: .line 70
            aload 1 /* data */
            instanceof int[]
            ifne 2
         1: .line 71
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.dataNotIntArray"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            checkcast int[]
            astore 3 /* idata */
        start local 3 // int[] idata
         3: .line 76
            aload 0 /* this */
            aload 3 /* idata */
            aload 2 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.encodeToOutputStreamFromIntArray:([ILjava/io/OutputStream;)V
         4: .line 77
            return
        end local 3 // int[] idata
        end local 2 // java.io.OutputStream s
        end local 1 // java.lang.Object data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    5     1   data  Ljava/lang/Object;
            0    5     2      s  Ljava/io/OutputStream;
            3    5     3  idata  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      data  
      s     

  public final java.lang.Object convertFromCharacters(char[], int, int);
    descriptor: ([CII)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
         0: .line 81
            aload 1 /* ch */
            iload 2 /* start */
            iload 3 /* length */
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            astore 4 /* cb */
        start local 4 // java.nio.CharBuffer cb
         1: .line 82
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* integerList */
        start local 5 // java.util.List integerList
         2: .line 84
            aload 0 /* this */
            aload 4 /* cb */
         3: .line 85
            new com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm$1
            dup
            aload 0 /* this */
            aload 4 /* cb */
            aload 5 /* integerList */
            invokespecial com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm$1.<init>:(Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;Ljava/nio/CharBuffer;Ljava/util/List;)V
         4: .line 84
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.matchWhiteSpaceDelimnatedWords:(Ljava/nio/CharBuffer;Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm$WordListener;)V
         5: .line 93
            aload 0 /* this */
            aload 5 /* integerList */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.generateArrayFromList:(Ljava/util/List;)[I
            areturn
        end local 5 // java.util.List integerList
        end local 4 // java.nio.CharBuffer cb
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    6     1           ch  [C
            0    6     2        start  I
            0    6     3       length  I
            1    6     4           cb  Ljava/nio/CharBuffer;
            2    6     5  integerList  Ljava/util/List;
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  

  public final void convertToCharacters(java.lang.Object, java.lang.StringBuffer);
    descriptor: (Ljava/lang/Object;Ljava/lang/StringBuffer;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // java.lang.Object data
        start local 2 // java.lang.StringBuffer s
         0: .line 97
            aload 1 /* data */
            instanceof int[]
            ifne 2
         1: .line 98
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.dataNotIntArray"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            checkcast int[]
            astore 3 /* idata */
        start local 3 // int[] idata
         3: .line 103
            aload 0 /* this */
            aload 3 /* idata */
            aload 2 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.convertToCharactersFromIntArray:([ILjava/lang/StringBuffer;)V
         4: .line 104
            return
        end local 3 // int[] idata
        end local 2 // java.lang.StringBuffer s
        end local 1 // java.lang.Object data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    5     1   data  Ljava/lang/Object;
            0    5     2      s  Ljava/lang/StringBuffer;
            3    5     3  idata  [I
    MethodParameters:
      Name  Flags
      data  
      s     

  public final void decodeFromBytesToIntArray(int[], int, byte[], int, int);
    descriptor: ([II[BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // int[] idata
        start local 2 // int istart
        start local 3 // byte[] b
        start local 4 // int start
        start local 5 // int length
         0: .line 108
            iload 5 /* length */
            iconst_4
            idiv
            istore 6 /* size */
        start local 6 // int size
         1: .line 109
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 9
         3: .line 110
      StackMap locals: int int
      StackMap stack:
            aload 1 /* idata */
            iload 2 /* istart */
            iinc 2 /* istart */ 1
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            bipush 24
            ishl
         4: .line 111
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
         5: .line 112
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
         6: .line 113
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            ior
         7: .line 110
            iastore
         8: .line 109
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            iload 6 /* size */
            if_icmplt 3
        end local 7 // int i
        10: .line 115
            return
        end local 6 // int size
        end local 5 // int length
        end local 4 // int start
        end local 3 // byte[] b
        end local 2 // int istart
        end local 1 // int[] idata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0   11     1   idata  [I
            0   11     2  istart  I
            0   11     3       b  [B
            0   11     4   start  I
            0   11     5  length  I
            1   11     6    size  I
            2   10     7       i  I
    MethodParameters:
        Name  Flags
      idata   
      istart  
      b       
      start   
      length  

  public final int[] decodeFromInputStreamToIntArray(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // java.io.InputStream s
         0: .line 118
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* integerList */
        start local 2 // java.util.List integerList
         1: .line 119
            iconst_4
            newarray 8
            astore 3 /* b */
        start local 3 // byte[] b
         2: .line 122
      StackMap locals: java.util.List byte[]
      StackMap stack:
            aload 1 /* s */
            aload 3 /* b */
            invokevirtual java.io.InputStream.read:([B)I
            istore 4 /* n */
        start local 4 // int n
         3: .line 123
            iload 4 /* n */
            iconst_4
            if_icmpeq 11
         4: .line 124
            iload 4 /* n */
            iconst_m1
            if_icmpne 10
         5: .line 125
            goto 20
         6: .line 129
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            aload 3 /* b */
            iload 4 /* n */
            iconst_4
            iload 4 /* n */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 5 /* m */
        start local 5 // int m
         7: .line 130
            iload 5 /* m */
            iconst_m1
            if_icmpne 9
         8: .line 131
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         9: .line 133
      StackMap locals: int
      StackMap stack:
            iload 4 /* n */
            iload 5 /* m */
            iadd
            istore 4 /* n */
        end local 5 // int m
        10: .line 128
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iconst_4
            if_icmpne 6
        11: .line 137
      StackMap locals:
      StackMap stack:
            aload 3 /* b */
            iconst_0
            baload
            sipush 255
            iand
            bipush 24
            ishl
        12: .line 138
            aload 3 /* b */
            iconst_1
            baload
            sipush 255
            iand
            bipush 16
            ishl
        13: .line 137
            ior
        14: .line 139
            aload 3 /* b */
            iconst_2
            baload
            sipush 255
            iand
            bipush 8
            ishl
        15: .line 137
            ior
        16: .line 140
            aload 3 /* b */
            iconst_3
            baload
            sipush 255
            iand
        17: .line 137
            ior
            istore 5 /* i */
        start local 5 // int i
        18: .line 141
            aload 2 /* integerList */
            iload 5 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // int i
        end local 4 // int n
        19: .line 121
            goto 2
        20: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* integerList */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.generateArrayFromList:(Ljava/util/List;)[I
            areturn
        end local 3 // byte[] b
        end local 2 // java.util.List integerList
        end local 1 // java.io.InputStream s
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0   21     1            s  Ljava/io/InputStream;
            1   21     2  integerList  Ljava/util/List;
            2   21     3            b  [B
            3   19     4            n  I
            7   10     5            m  I
           18   19     5            i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public final void encodeToOutputStreamFromIntArray(int[], java.io.OutputStream);
    descriptor: ([ILjava/io/OutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // int[] idata
        start local 2 // java.io.OutputStream s
         0: .line 149
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 8
         2: .line 150
      StackMap locals: int
      StackMap stack:
            aload 1 /* idata */
            iload 3 /* i */
            iaload
            istore 4 /* bits */
        start local 4 // int bits
         3: .line 151
            aload 2 /* s */
            iload 4 /* bits */
            bipush 24
            iushr
            sipush 255
            iand
            invokevirtual java.io.OutputStream.write:(I)V
         4: .line 152
            aload 2 /* s */
            iload 4 /* bits */
            bipush 16
            iushr
            sipush 255
            iand
            invokevirtual java.io.OutputStream.write:(I)V
         5: .line 153
            aload 2 /* s */
            iload 4 /* bits */
            bipush 8
            iushr
            sipush 255
            iand
            invokevirtual java.io.OutputStream.write:(I)V
         6: .line 154
            aload 2 /* s */
            iload 4 /* bits */
            sipush 255
            iand
            invokevirtual java.io.OutputStream.write:(I)V
        end local 4 // int bits
         7: .line 149
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 1 /* idata */
            arraylength
            if_icmplt 2
        end local 3 // int i
         9: .line 156
            return
        end local 2 // java.io.OutputStream s
        end local 1 // int[] idata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0   10     1  idata  [I
            0   10     2      s  Ljava/io/OutputStream;
            1    9     3      i  I
            3    7     4   bits  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      idata  
      s      

  public final void encodeToBytes(java.lang.Object, int, int, byte[], int);
    descriptor: (Ljava/lang/Object;II[BI)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // java.lang.Object array
        start local 2 // int astart
        start local 3 // int alength
        start local 4 // byte[] b
        start local 5 // int start
         0: .line 159
            aload 0 /* this */
            aload 1 /* array */
            checkcast int[]
            iload 2 /* astart */
            iload 3 /* alength */
            aload 4 /* b */
            iload 5 /* start */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm.encodeToBytesFromIntArray:([III[BI)V
         1: .line 160
            return
        end local 5 // int start
        end local 4 // byte[] b
        end local 3 // int alength
        end local 2 // int astart
        end local 1 // java.lang.Object array
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    2     1    array  Ljava/lang/Object;
            0    2     2   astart  I
            0    2     3  alength  I
            0    2     4        b  [B
            0    2     5    start  I
    MethodParameters:
         Name  Flags
      array    
      astart   
      alength  
      b        
      start    

  public final void encodeToBytesFromIntArray(int[], int, int, byte[], int);
    descriptor: ([III[BI)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=9, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // int[] idata
        start local 2 // int istart
        start local 3 // int ilength
        start local 4 // byte[] b
        start local 5 // int start
         0: .line 163
            iload 2 /* istart */
            iload 3 /* ilength */
            iadd
            istore 6 /* iend */
        start local 6 // int iend
         1: .line 164
            iload 2 /* istart */
            istore 7 /* i */
        start local 7 // int i
         2: goto 9
         3: .line 165
      StackMap locals: int int
      StackMap stack:
            aload 1 /* idata */
            iload 7 /* i */
            iaload
            istore 8 /* bits */
        start local 8 // int bits
         4: .line 166
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            iload 8 /* bits */
            bipush 24
            iushr
            sipush 255
            iand
            i2b
            bastore
         5: .line 167
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            iload 8 /* bits */
            bipush 16
            iushr
            sipush 255
            iand
            i2b
            bastore
         6: .line 168
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            iload 8 /* bits */
            bipush 8
            iushr
            sipush 255
            iand
            i2b
            bastore
         7: .line 169
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            iload 8 /* bits */
            sipush 255
            iand
            i2b
            bastore
        end local 8 // int bits
         8: .line 164
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            iload 6 /* iend */
            if_icmplt 3
        end local 7 // int i
        10: .line 171
            return
        end local 6 // int iend
        end local 5 // int start
        end local 4 // byte[] b
        end local 3 // int ilength
        end local 2 // int istart
        end local 1 // int[] idata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0   11     1    idata  [I
            0   11     2   istart  I
            0   11     3  ilength  I
            0   11     4        b  [B
            0   11     5    start  I
            1   11     6     iend  I
            2   10     7        i  I
            4    8     8     bits  I
    MethodParameters:
         Name  Flags
      idata    
      istart   
      ilength  
      b        
      start    

  public final void convertToCharactersFromIntArray(int[], java.lang.StringBuffer);
    descriptor: ([ILjava/lang/StringBuffer;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // int[] idata
        start local 2 // java.lang.StringBuffer s
         0: .line 175
            aload 1 /* idata */
            arraylength
            iconst_1
            isub
            istore 3 /* end */
        start local 3 // int end
         1: .line 176
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 177
      StackMap locals: int int
      StackMap stack:
            aload 2 /* s */
            aload 1 /* idata */
            iload 4 /* i */
            iaload
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 178
            iload 4 /* i */
            iload 3 /* end */
            if_icmpeq 6
         5: .line 179
            aload 2 /* s */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         6: .line 176
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* end */
            if_icmple 3
        end local 4 // int i
         8: .line 182
            return
        end local 3 // int end
        end local 2 // java.lang.StringBuffer s
        end local 1 // int[] idata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    9     1  idata  [I
            0    9     2      s  Ljava/lang/StringBuffer;
            1    9     3    end  I
            2    8     4      i  I
    MethodParameters:
       Name  Flags
      idata  
      s      

  public final int[] generateArrayFromList(java.util.List);
    descriptor: (Ljava/util/List;)[I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
        start local 1 // java.util.List array
         0: .line 186
            aload 1 /* array */
            invokeinterface java.util.List.size:()I
            newarray 10
            astore 2 /* idata */
        start local 2 // int[] idata
         1: .line 187
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 188
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* idata */
            iload 3 /* i */
            aload 1 /* array */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         4: .line 187
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* idata */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 191
            aload 2 /* idata */
            areturn
        end local 2 // int[] idata
        end local 1 // java.util.List array
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm;
            0    7     1  array  Ljava/util/List;
            1    7     2  idata  [I
            2    6     3      i  I
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "IntEncodingAlgorithm.java"
NestMembers:
  com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm$1
InnerClasses:
  public abstract WordListener = com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm$WordListener of com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm
  com.sun.xml.internal.fastinfoset.algorithm.IntEncodingAlgorithm$1