public class com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm extends com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm
  super_class: com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm
{
  private static final int[] BIT_TABLE;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 54
            bipush 8
            newarray 10
            dup
            iconst_0
         1: .line 55
            sipush 128
            iastore
            dup
            iconst_1
         2: .line 56
            bipush 64
            iastore
            dup
            iconst_2
         3: .line 57
            bipush 32
            iastore
            dup
            iconst_3
         4: .line 58
            bipush 16
            iastore
            dup
            iconst_4
         5: .line 59
            bipush 8
            iastore
            dup
            iconst_5
         6: .line 60
            iconst_4
            iastore
            dup
            bipush 6
         7: .line 61
            iconst_2
            iastore
            dup
            bipush 7
         8: .line 62
            iconst_1
            iastore
         9: .line 54
            putstatic com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.BIT_TABLE:[I
        10: .line 62
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.BooleanEncodingAlgorithm this
         0: .line 51
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm.<init>:()V
            return
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;

  public int getPrimtiveLengthFromOctetLength(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.BooleanEncodingAlgorithm this
        start local 1 // int octetLength
         0: .line 66
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int octetLength
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    1     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=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // int primitiveLength
         0: .line 70
            iload 1 /* primitiveLength */
            iconst_5
            if_icmpge 2
         1: .line 71
            iconst_1
            ireturn
         2: .line 73
      StackMap locals:
      StackMap stack:
            iload 1 /* primitiveLength */
            bipush 8
            idiv
            istore 2 /* div */
        start local 2 // int div
         3: .line 74
            iload 2 /* div */
            ifne 4
            iconst_2
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_1
            iload 2 /* div */
            iadd
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // int div
        end local 1 // int primitiveLength
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    6     1  primitiveLength  I
            3    6     2              div  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=7, locals=6, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // byte[] b
        start local 2 // int start
        start local 3 // int length
         0: .line 79
            aload 0 /* this */
            iload 3 /* length */
            aload 1 /* b */
            iload 2 /* start */
            baload
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.getPrimtiveLengthFromOctetLength:(II)I
            istore 4 /* blength */
        start local 4 // int blength
         1: .line 80
            iload 4 /* blength */
            newarray 4
            astore 5 /* data */
        start local 5 // boolean[] data
         2: .line 82
            aload 0 /* this */
            aload 5 /* data */
            iconst_0
            iload 4 /* blength */
            aload 1 /* b */
            iload 2 /* start */
            iload 3 /* length */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.decodeFromBytesToBooleanArray:([ZII[BII)V
         3: .line 83
            aload 5 /* data */
            areturn
        end local 5 // boolean[] data
        end local 4 // int blength
        end local 3 // int length
        end local 2 // int start
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    4     1        b  [B
            0    4     2    start  I
            0    4     3   length  I
            1    4     4  blength  I
            2    4     5     data  [Z
    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=4, locals=8, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // java.io.InputStream s
         0: .line 87
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* booleanList */
        start local 2 // java.util.List booleanList
         1: .line 89
            aload 1 /* s */
            invokevirtual java.io.InputStream.read:()I
            istore 3 /* value */
        start local 3 // int value
         2: .line 90
            iload 3 /* value */
            iconst_m1
            if_icmpne 4
         3: .line 91
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 93
      StackMap locals: java.util.List int
      StackMap stack:
            iload 3 /* value */
            iconst_4
            ishr
            sipush 255
            iand
            istore 4 /* unusedBits */
        start local 4 // int unusedBits
         5: .line 95
            iconst_4
            istore 5 /* bitPosition */
        start local 5 // int bitPosition
         6: .line 96
            bipush 8
            istore 6 /* bitPositionEnd */
        start local 6 // int bitPositionEnd
         7: .line 97
            iconst_0
            istore 7 /* valueNext */
        start local 7 // int valueNext
         8: .line 99
      StackMap locals: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm java.io.InputStream java.util.List int int int int int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.io.InputStream.read:()I
            istore 7 /* valueNext */
         9: .line 100
            iload 7 /* valueNext */
            iconst_m1
            if_icmpne 17
        10: .line 101
            iload 6 /* bitPositionEnd */
            iload 4 /* unusedBits */
            isub
            istore 6 /* bitPositionEnd */
        11: .line 104
            goto 17
        12: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* booleanList */
        13: .line 106
            iload 3 /* value */
            getstatic com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.BIT_TABLE:[I
            iload 5 /* bitPosition */
            iinc 5 /* bitPosition */ 1
            iaload
            iand
            ifle 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: java.util.List
        14: iconst_0
      StackMap locals: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm java.io.InputStream java.util.List int int int int int
      StackMap stack: java.util.List int
        15: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
        16: .line 105
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        17: .line 104
      StackMap locals:
      StackMap stack:
            iload 5 /* bitPosition */
            iload 6 /* bitPositionEnd */
            if_icmplt 12
        18: .line 109
            iload 7 /* valueNext */
            istore 3 /* value */
        19: .line 110
            iload 3 /* value */
            iconst_m1
            if_icmpne 8
        20: .line 112
            aload 0 /* this */
            aload 2 /* booleanList */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.generateArrayFromList:(Ljava/util/List;)[Z
            areturn
        end local 7 // int valueNext
        end local 6 // int bitPositionEnd
        end local 5 // int bitPosition
        end local 4 // int unusedBits
        end local 3 // int value
        end local 2 // java.util.List booleanList
        end local 1 // java.io.InputStream s
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0   21     1               s  Ljava/io/InputStream;
            1   21     2     booleanList  Ljava/util/List;
            2   21     3           value  I
            5   21     4      unusedBits  I
            6   21     5     bitPosition  I
            7   21     6  bitPositionEnd  I
            8   21     7       valueNext  I
    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=10, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // java.lang.Object data
        start local 2 // java.io.OutputStream s
         0: .line 116
            aload 1 /* data */
            instanceof boolean[]
            ifne 2
         1: .line 117
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.dataNotBoolean"
            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 120
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            checkcast boolean[]
            astore 3 /* array */
        start local 3 // boolean[] array
         3: .line 121
            aload 3 /* array */
            arraylength
            istore 4 /* alength */
        start local 4 // int alength
         4: .line 123
            iload 4 /* alength */
            iconst_4
            iadd
            bipush 8
            irem
            istore 5 /* mod */
        start local 5 // int mod
         5: .line 124
            iload 5 /* mod */
            ifne 6
            iconst_0
            goto 7
      StackMap locals: boolean[] int int
      StackMap stack:
         6: bipush 8
            iload 5 /* mod */
            isub
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* unusedBits */
        start local 6 // int unusedBits
         8: .line 126
            iconst_4
            istore 7 /* bitPosition */
        start local 7 // int bitPosition
         9: .line 127
            iload 6 /* unusedBits */
            iconst_4
            ishl
            istore 8 /* value */
        start local 8 // int value
        10: .line 128
            iconst_0
            istore 9 /* astart */
        start local 9 // int astart
        11: .line 129
            goto 17
        12: .line 130
      StackMap locals: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm java.lang.Object java.io.OutputStream boolean[] int int int int int int
      StackMap stack:
            aload 3 /* array */
            iload 9 /* astart */
            iinc 9 /* astart */ 1
            baload
            ifeq 14
        13: .line 131
            iload 8 /* value */
            getstatic com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.BIT_TABLE:[I
            iload 7 /* bitPosition */
            iaload
            ior
            istore 8 /* value */
        14: .line 134
      StackMap locals:
      StackMap stack:
            iinc 7 /* bitPosition */ 1
            iload 7 /* bitPosition */
            bipush 8
            if_icmpne 17
        15: .line 135
            aload 2 /* s */
            iload 8 /* value */
            invokevirtual java.io.OutputStream.write:(I)V
        16: .line 136
            iconst_0
            dup
            istore 8 /* value */
            istore 7 /* bitPosition */
        17: .line 129
      StackMap locals:
      StackMap stack:
            iload 9 /* astart */
            iload 4 /* alength */
            if_icmplt 12
        18: .line 140
            iload 7 /* bitPosition */
            bipush 8
            if_icmpeq 20
        19: .line 141
            aload 2 /* s */
            iload 8 /* value */
            invokevirtual java.io.OutputStream.write:(I)V
        20: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int astart
        end local 8 // int value
        end local 7 // int bitPosition
        end local 6 // int unusedBits
        end local 5 // int mod
        end local 4 // int alength
        end local 3 // boolean[] array
        end local 2 // java.io.OutputStream s
        end local 1 // java.lang.Object data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0   21     1         data  Ljava/lang/Object;
            0   21     2            s  Ljava/io/OutputStream;
            3   21     3        array  [Z
            4   21     4      alength  I
            5   21     5          mod  I
            8   21     6   unusedBits  I
            9   21     7  bitPosition  I
           10   21     8        value  I
           11   21     9       astart  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.BooleanEncodingAlgorithm this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
         0: .line 146
            iload 3 /* length */
            ifne 2
         1: .line 147
            iconst_0
            newarray 4
            areturn
         2: .line 150
      StackMap locals:
      StackMap stack:
            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
         3: .line 151
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* booleanList */
        start local 5 // java.util.List booleanList
         4: .line 153
            aload 0 /* this */
            aload 4 /* cb */
         5: .line 154
            new com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm$1
            dup
            aload 0 /* this */
            aload 4 /* cb */
            aload 5 /* booleanList */
            invokespecial com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm$1.<init>:(Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;Ljava/nio/CharBuffer;Ljava/util/List;)V
         6: .line 153
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.matchWhiteSpaceDelimnatedWords:(Ljava/nio/CharBuffer;Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm$WordListener;)V
         7: .line 165
            aload 0 /* this */
            aload 5 /* booleanList */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.generateArrayFromList:(Ljava/util/List;)[Z
            areturn
        end local 5 // java.util.List booleanList
        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.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    8     1           ch  [C
            0    8     2        start  I
            0    8     3       length  I
            3    8     4           cb  Ljava/nio/CharBuffer;
            4    8     5  booleanList  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=3, locals=6, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // java.lang.Object data
        start local 2 // java.lang.StringBuffer s
         0: .line 169
            aload 1 /* data */
            ifnonnull 2
         1: .line 170
            return
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            checkcast boolean[]
            astore 3 /* value */
        start local 3 // boolean[] value
         3: .line 174
            aload 3 /* value */
            arraylength
            ifne 5
         4: .line 175
            return
         5: .line 179
      StackMap locals: boolean[]
      StackMap stack:
            aload 2 /* s */
            aload 3 /* value */
            arraylength
            iconst_5
            imul
            invokevirtual java.lang.StringBuffer.ensureCapacity:(I)V
         6: .line 181
            aload 3 /* value */
            arraylength
            iconst_1
            isub
            istore 4 /* end */
        start local 4 // int end
         7: .line 182
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 16
         9: .line 183
      StackMap locals: int int
      StackMap stack:
            aload 3 /* value */
            iload 5 /* i */
            baload
            ifeq 12
        10: .line 184
            aload 2 /* s */
            ldc "true"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 185
            goto 13
        12: .line 186
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            ldc "false"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 188
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* end */
            if_icmpeq 15
        14: .line 189
            aload 2 /* s */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        15: .line 182
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 4 /* end */
            if_icmple 9
        end local 5 // int i
        17: .line 192
            return
        end local 4 // int end
        end local 3 // boolean[] value
        end local 2 // java.lang.StringBuffer s
        end local 1 // java.lang.Object data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0   18     1   data  Ljava/lang/Object;
            0   18     2      s  Ljava/lang/StringBuffer;
            3   18     3  value  [Z
            7   18     4    end  I
            8   17     5      i  I
    MethodParameters:
      Name  Flags
      data  
      s     

  public int getPrimtiveLengthFromOctetLength(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // int octetLength
        start local 2 // int firstOctet
         0: .line 195
            iload 2 /* firstOctet */
            iconst_4
            ishr
            sipush 255
            iand
            istore 3 /* unusedBits */
        start local 3 // int unusedBits
         1: .line 196
            iload 1 /* octetLength */
            iconst_1
            if_icmpne 5
         2: .line 197
            iload 3 /* unusedBits */
            iconst_3
            if_icmple 4
         3: .line 198
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.unusedBits4"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 200
      StackMap locals: int
      StackMap stack:
            iconst_4
            iload 3 /* unusedBits */
            isub
            ireturn
         5: .line 202
      StackMap locals:
      StackMap stack:
            iload 3 /* unusedBits */
            bipush 7
            if_icmple 7
         6: .line 203
            new com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.unusedBits8"
            invokevirtual com.sun.xml.internal.fastinfoset.CommonResourceBundle.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 205
      StackMap locals:
      StackMap stack:
            iload 1 /* octetLength */
            bipush 8
            imul
            iconst_4
            isub
            iload 3 /* unusedBits */
            isub
            ireturn
        end local 3 // int unusedBits
        end local 2 // int firstOctet
        end local 1 // int octetLength
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    8     1  octetLength  I
            0    8     2   firstOctet  I
            1    8     3   unusedBits  I
    Exceptions:
      throws com.sun.xml.internal.org.jvnet.fastinfoset.EncodingAlgorithmException
    MethodParameters:
             Name  Flags
      octetLength  
      firstOctet   

  public final void decodeFromBytesToBooleanArray(boolean[], int, int, byte[], int, int);
    descriptor: ([ZII[BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=10, args_size=7
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // boolean[] bdata
        start local 2 // int bstart
        start local 3 // int blength
        start local 4 // byte[] b
        start local 5 // int start
        start local 6 // int length
         0: .line 210
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            baload
            sipush 255
            iand
            istore 7 /* value */
        start local 7 // int value
         1: .line 211
            iconst_4
            istore 8 /* bitPosition */
        start local 8 // int bitPosition
         2: .line 212
            iload 2 /* bstart */
            iload 3 /* blength */
            iadd
            istore 9 /* bend */
        start local 9 // int bend
         3: .line 213
            goto 10
         4: .line 214
      StackMap locals: int int int
      StackMap stack:
            iload 8 /* bitPosition */
            bipush 8
            if_icmpne 7
         5: .line 215
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            baload
            sipush 255
            iand
            istore 7 /* value */
         6: .line 216
            iconst_0
            istore 8 /* bitPosition */
         7: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* bdata */
            iload 2 /* bstart */
            iinc 2 /* bstart */ 1
            iload 7 /* value */
            getstatic com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.BIT_TABLE:[I
            iload 8 /* bitPosition */
            iinc 8 /* bitPosition */ 1
            iaload
            iand
            ifle 8
            iconst_1
            goto 9
      StackMap locals: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm boolean[] int int byte[] int int int int int
      StackMap stack: boolean[] int
         8: iconst_0
      StackMap locals: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm boolean[] int int byte[] int int int int int
      StackMap stack: boolean[] int int
         9: bastore
        10: .line 213
      StackMap locals:
      StackMap stack:
            iload 2 /* bstart */
            iload 9 /* bend */
            if_icmplt 4
        11: .line 221
            return
        end local 9 // int bend
        end local 8 // int bitPosition
        end local 7 // int value
        end local 6 // int length
        end local 5 // int start
        end local 4 // byte[] b
        end local 3 // int blength
        end local 2 // int bstart
        end local 1 // boolean[] bdata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0   12     1        bdata  [Z
            0   12     2       bstart  I
            0   12     3      blength  I
            0   12     4            b  [B
            0   12     5        start  I
            0   12     6       length  I
            1   12     7        value  I
            2   12     8  bitPosition  I
            3   12     9         bend  I
    MethodParameters:
         Name  Flags
      bdata    
      bstart   
      blength  
      b        
      start    
      length   

  public void encodeToBytes(java.lang.Object, int, int, byte[], int);
    descriptor: (Ljava/lang/Object;II[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm 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 224
            aload 1 /* array */
            instanceof boolean[]
            ifne 2
         1: .line 225
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.dataNotBoolean"
            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 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* array */
            checkcast boolean[]
            iload 2 /* astart */
            iload 3 /* alength */
            aload 4 /* b */
            iload 5 /* start */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.encodeToBytesFromBooleanArray:([ZII[BI)V
         3: .line 229
            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.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    4     1    array  Ljava/lang/Object;
            0    4     2   astart  I
            0    4     3  alength  I
            0    4     4        b  [B
            0    4     5    start  I
    MethodParameters:
         Name  Flags
      array    
      astart   
      alength  
      b        
      start    

  public void encodeToBytesFromBooleanArray(boolean[], int, int, byte[], int);
    descriptor: ([ZII[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // boolean[] array
        start local 2 // int astart
        start local 3 // int alength
        start local 4 // byte[] b
        start local 5 // int start
         0: .line 232
            iload 3 /* alength */
            iconst_4
            iadd
            bipush 8
            irem
            istore 6 /* mod */
        start local 6 // int mod
         1: .line 233
            iload 6 /* mod */
            ifne 2
            iconst_0
            goto 3
      StackMap locals: int
      StackMap stack:
         2: bipush 8
            iload 6 /* mod */
            isub
      StackMap locals:
      StackMap stack: int
         3: istore 7 /* unusedBits */
        start local 7 // int unusedBits
         4: .line 235
            iconst_4
            istore 8 /* bitPosition */
        start local 8 // int bitPosition
         5: .line 236
            iload 7 /* unusedBits */
            iconst_4
            ishl
            istore 9 /* value */
        start local 9 // int value
         6: .line 237
            iload 2 /* astart */
            iload 3 /* alength */
            iadd
            istore 10 /* aend */
        start local 10 // int aend
         7: .line 238
            goto 13
         8: .line 239
      StackMap locals: com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm boolean[] int int byte[] int int int int int int
      StackMap stack:
            aload 1 /* array */
            iload 2 /* astart */
            iinc 2 /* astart */ 1
            baload
            ifeq 10
         9: .line 240
            iload 9 /* value */
            getstatic com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm.BIT_TABLE:[I
            iload 8 /* bitPosition */
            iaload
            ior
            istore 9 /* value */
        10: .line 243
      StackMap locals:
      StackMap stack:
            iinc 8 /* bitPosition */ 1
            iload 8 /* bitPosition */
            bipush 8
            if_icmpne 13
        11: .line 244
            aload 4 /* b */
            iload 5 /* start */
            iinc 5 /* start */ 1
            iload 9 /* value */
            i2b
            bastore
        12: .line 245
            iconst_0
            dup
            istore 9 /* value */
            istore 8 /* bitPosition */
        13: .line 238
      StackMap locals:
      StackMap stack:
            iload 2 /* astart */
            iload 10 /* aend */
            if_icmplt 8
        14: .line 249
            iload 8 /* bitPosition */
            ifle 16
        15: .line 250
            aload 4 /* b */
            iload 5 /* start */
            iload 9 /* value */
            i2b
            bastore
        16: .line 252
      StackMap locals:
      StackMap stack:
            return
        end local 10 // int aend
        end local 9 // int value
        end local 8 // int bitPosition
        end local 7 // int unusedBits
        end local 6 // int mod
        end local 5 // int start
        end local 4 // byte[] b
        end local 3 // int alength
        end local 2 // int astart
        end local 1 // boolean[] array
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0   17     1        array  [Z
            0   17     2       astart  I
            0   17     3      alength  I
            0   17     4            b  [B
            0   17     5        start  I
            1   17     6          mod  I
            4   17     7   unusedBits  I
            5   17     8  bitPosition  I
            6   17     9        value  I
            7   17    10         aend  I
    MethodParameters:
         Name  Flags
      array    
      astart   
      alength  
      b        
      start    

  private boolean[] generateArrayFromList(java.util.List);
    descriptor: (Ljava/util/List;)[Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
        start local 1 // java.util.List array
         0: .line 263
            aload 1 /* array */
            invokeinterface java.util.List.size:()I
            newarray 4
            astore 2 /* bdata */
        start local 2 // boolean[] bdata
         1: .line 264
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 265
      StackMap locals: boolean[] int
      StackMap stack:
            aload 2 /* bdata */
            iload 3 /* i */
            aload 1 /* array */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            bastore
         4: .line 264
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* bdata */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 268
            aload 2 /* bdata */
            areturn
        end local 2 // boolean[] bdata
        end local 1 // java.util.List array
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm;
            0    7     1  array  Ljava/util/List;
            1    7     2  bdata  [Z
            2    6     3      i  I
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "BooleanEncodingAlgorithm.java"
NestMembers:
  com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm$1
InnerClasses:
  com.sun.xml.internal.fastinfoset.algorithm.BooleanEncodingAlgorithm$1
  public abstract WordListener = com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm$WordListener of com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithm