public class com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm extends com.sun.xml.internal.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm
  super_class: com.sun.xml.internal.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
{
  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.FloatEncodingAlgorithm this
         0: .line 42
            aload 0 /* this */
            invokespecial com.sun.xml.internal.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm.<init>:()V
            return
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;

  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.FloatEncodingAlgorithm 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.lengthNotMultipleOfFloat"
            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.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            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.FloatEncodingAlgorithm 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.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            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.FloatEncodingAlgorithm 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.FloatEncodingAlgorithm.getPrimtiveLengthFromOctetLength:(I)I
            newarray 6
            astore 4 /* data */
        start local 4 // float[] 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.FloatEncodingAlgorithm.decodeFromBytesToFloatArray:([FI[BII)V
         2: .line 61
            aload 4 /* data */
            areturn
        end local 4 // float[] 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.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0    3     1       b  [B
            0    3     2   start  I
            0    3     3  length  I
            1    3     4    data  [F
    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.FloatEncodingAlgorithm this
        start local 1 // java.io.InputStream s
         0: .line 65
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.decodeFromInputStreamToFloatArray:(Ljava/io/InputStream;)[F
            areturn
        end local 1 // java.io.InputStream s
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            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.FloatEncodingAlgorithm this
        start local 1 // java.lang.Object data
        start local 2 // java.io.OutputStream s
         0: .line 70
            aload 1 /* data */
            instanceof float[]
            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.dataNotFloat"
            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 float[]
            astore 3 /* fdata */
        start local 3 // float[] fdata
         3: .line 76
            aload 0 /* this */
            aload 3 /* fdata */
            aload 2 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.encodeToOutputStreamFromFloatArray:([FLjava/io/OutputStream;)V
         4: .line 77
            return
        end local 3 // float[] fdata
        end local 2 // java.io.OutputStream s
        end local 1 // java.lang.Object data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0    5     1   data  Ljava/lang/Object;
            0    5     2      s  Ljava/io/OutputStream;
            3    5     3  fdata  [F
    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.FloatEncodingAlgorithm this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
         0: .line 80
            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 81
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* floatList */
        start local 5 // java.util.List floatList
         2: .line 83
            aload 0 /* this */
            aload 4 /* cb */
         3: .line 84
            new com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm$1
            dup
            aload 0 /* this */
            aload 4 /* cb */
            aload 5 /* floatList */
            invokespecial com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm$1.<init>:(Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;Ljava/nio/CharBuffer;Ljava/util/List;)V
         4: .line 83
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.matchWhiteSpaceDelimnatedWords:(Ljava/nio/CharBuffer;Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm$WordListener;)V
         5: .line 92
            aload 0 /* this */
            aload 5 /* floatList */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.generateArrayFromList:(Ljava/util/List;)[F
            areturn
        end local 5 // java.util.List floatList
        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.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            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  floatList  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.FloatEncodingAlgorithm this
        start local 1 // java.lang.Object data
        start local 2 // java.lang.StringBuffer s
         0: .line 96
            aload 1 /* data */
            instanceof float[]
            ifne 2
         1: .line 97
            new java.lang.IllegalArgumentException
            dup
            invokestatic com.sun.xml.internal.fastinfoset.CommonResourceBundle.getInstance:()Lcom/sun/xml/internal/fastinfoset/CommonResourceBundle;
            ldc "message.dataNotFloat"
            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 100
      StackMap locals:
      StackMap stack:
            aload 1 /* data */
            checkcast float[]
            astore 3 /* fdata */
        start local 3 // float[] fdata
         3: .line 102
            aload 0 /* this */
            aload 3 /* fdata */
            aload 2 /* s */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.convertToCharactersFromFloatArray:([FLjava/lang/StringBuffer;)V
         4: .line 103
            return
        end local 3 // float[] fdata
        end local 2 // java.lang.StringBuffer s
        end local 1 // java.lang.Object data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0    5     1   data  Ljava/lang/Object;
            0    5     2      s  Ljava/lang/StringBuffer;
            3    5     3  fdata  [F
    MethodParameters:
      Name  Flags
      data  
      s     

  public final void decodeFromBytesToFloatArray(float[], int, byte[], int, int);
    descriptor: ([FI[BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=9, args_size=6
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
        start local 1 // float[] data
        start local 2 // int fstart
        start local 3 // byte[] b
        start local 4 // int start
        start local 5 // int length
         0: .line 107
            iload 5 /* length */
            iconst_4
            idiv
            istore 6 /* size */
        start local 6 // int size
         1: .line 108
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 12
         3: .line 109
      StackMap locals: int int
      StackMap stack:
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            bipush 24
            ishl
         4: .line 110
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            bipush 16
            ishl
         5: .line 109
            ior
         6: .line 111
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
            bipush 8
            ishl
         7: .line 109
            ior
         8: .line 112
            aload 3 /* b */
            iload 4 /* start */
            iinc 4 /* start */ 1
            baload
            sipush 255
            iand
         9: .line 109
            ior
            istore 8 /* bits */
        start local 8 // int bits
        10: .line 113
            aload 1 /* data */
            iload 2 /* fstart */
            iinc 2 /* fstart */ 1
            iload 8 /* bits */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            fastore
        end local 8 // int bits
        11: .line 108
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            iload 6 /* size */
            if_icmplt 3
        end local 7 // int i
        13: .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 fstart
        end local 1 // float[] data
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0   14     1    data  [F
            0   14     2  fstart  I
            0   14     3       b  [B
            0   14     4   start  I
            0   14     5  length  I
            1   14     6    size  I
            2   13     7       i  I
           10   11     8    bits  I
    MethodParameters:
        Name  Flags
      data    
      fstart  
      b       
      start   
      length  

  public final float[] decodeFromInputStreamToFloatArray(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
        start local 1 // java.io.InputStream s
         0: .line 118
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* floatList */
        start local 2 // java.util.List floatList
         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 /* bits */
        start local 5 // int bits
        18: .line 141
            aload 2 /* floatList */
            iload 5 /* bits */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // int bits
        end local 4 // int n
        19: .line 121
            goto 2
        20: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* floatList */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.generateArrayFromList:(Ljava/util/List;)[F
            areturn
        end local 3 // byte[] b
        end local 2 // java.util.List floatList
        end local 1 // java.io.InputStream s
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0   21     1          s  Ljava/io/InputStream;
            1   21     2  floatList  Ljava/util/List;
            2   21     3          b  [B
            3   19     4          n  I
            7   10     5          m  I
           18   19     5       bits  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public final void encodeToOutputStreamFromFloatArray(float[], java.io.OutputStream);
    descriptor: ([FLjava/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.FloatEncodingAlgorithm this
        start local 1 // float[] fdata
        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 /* fdata */
            iload 3 /* i */
            faload
            invokestatic java.lang.Float.floatToIntBits:(F)I
            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 /* fdata */
            arraylength
            if_icmplt 2
        end local 3 // int i
         9: .line 156
            return
        end local 2 // java.io.OutputStream s
        end local 1 // float[] fdata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0   10     1  fdata  [F
            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
      fdata  
      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.FloatEncodingAlgorithm 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 float[]
            iload 2 /* astart */
            iload 3 /* alength */
            aload 4 /* b */
            iload 5 /* start */
            invokevirtual com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm.encodeToBytesFromFloatArray:([FII[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.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            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 encodeToBytesFromFloatArray(float[], int, int, byte[], int);
    descriptor: ([FII[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.FloatEncodingAlgorithm this
        start local 1 // float[] fdata
        start local 2 // int fstart
        start local 3 // int flength
        start local 4 // byte[] b
        start local 5 // int start
         0: .line 163
            iload 2 /* fstart */
            iload 3 /* flength */
            iadd
            istore 6 /* fend */
        start local 6 // int fend
         1: .line 164
            iload 2 /* fstart */
            istore 7 /* i */
        start local 7 // int i
         2: goto 9
         3: .line 165
      StackMap locals: int int
      StackMap stack:
            aload 1 /* fdata */
            iload 7 /* i */
            faload
            invokestatic java.lang.Float.floatToIntBits:(F)I
            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 /* fend */
            if_icmplt 3
        end local 7 // int i
        10: .line 171
            return
        end local 6 // int fend
        end local 5 // int start
        end local 4 // byte[] b
        end local 3 // int flength
        end local 2 // int fstart
        end local 1 // float[] fdata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0   11     1    fdata  [F
            0   11     2   fstart  I
            0   11     3  flength  I
            0   11     4        b  [B
            0   11     5    start  I
            1   11     6     fend  I
            2   10     7        i  I
            4    8     8     bits  I
    MethodParameters:
         Name  Flags
      fdata    
      fstart   
      flength  
      b        
      start    

  public final void convertToCharactersFromFloatArray(float[], java.lang.StringBuffer);
    descriptor: ([FLjava/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.FloatEncodingAlgorithm this
        start local 1 // float[] fdata
        start local 2 // java.lang.StringBuffer s
         0: .line 175
            aload 1 /* fdata */
            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 /* fdata */
            iload 4 /* i */
            faload
            invokestatic java.lang.Float.toString:(F)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 // float[] fdata
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0    9     1  fdata  [F
            0    9     2      s  Ljava/lang/StringBuffer;
            1    9     3    end  I
            2    8     4      i  I
    MethodParameters:
       Name  Flags
      fdata  
      s      

  public final float[] generateArrayFromList(java.util.List);
    descriptor: (Ljava/util/List;)[F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
        start local 1 // java.util.List array
         0: .line 186
            aload 1 /* array */
            invokeinterface java.util.List.size:()I
            newarray 6
            astore 2 /* fdata */
        start local 2 // float[] fdata
         1: .line 187
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 188
      StackMap locals: float[] int
      StackMap stack:
            aload 2 /* fdata */
            iload 3 /* i */
            aload 1 /* array */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            fastore
         4: .line 187
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* fdata */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 191
            aload 2 /* fdata */
            areturn
        end local 2 // float[] fdata
        end local 1 // java.util.List array
        end local 0 // com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm;
            0    7     1  array  Ljava/util/List;
            1    7     2  fdata  [F
            2    6     3      i  I
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "FloatEncodingAlgorithm.java"
NestMembers:
  com.sun.xml.internal.fastinfoset.algorithm.FloatEncodingAlgorithm$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.FloatEncodingAlgorithm$1