public final class com.fasterxml.aalto.out.Utf8XmlWriter extends com.fasterxml.aalto.out.ByteXmlWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.aalto.out.Utf8XmlWriter
  super_class: com.fasterxml.aalto.out.ByteXmlWriter
{
  public void <init>(com.fasterxml.aalto.out.WriterConfig, java.io.OutputStream);
    descriptor: (Lcom/fasterxml/aalto/out/WriterConfig;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // com.fasterxml.aalto.out.WriterConfig cfg
        start local 2 // java.io.OutputStream out
         0: .line 35
            aload 0 /* this */
            aload 1 /* cfg */
            aload 2 /* out */
            invokestatic com.fasterxml.aalto.out.OutputCharTypes.getUtf8CharTypes:()Lcom/fasterxml/aalto/util/XmlCharTypes;
            invokespecial com.fasterxml.aalto.out.ByteXmlWriter.<init>:(Lcom/fasterxml/aalto/out/WriterConfig;Ljava/io/OutputStream;Lcom/fasterxml/aalto/util/XmlCharTypes;)V
         1: .line 36
            return
        end local 2 // java.io.OutputStream out
        end local 1 // com.fasterxml.aalto.out.WriterConfig cfg
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0    2     1   cfg  Lcom/fasterxml/aalto/out/WriterConfig;
            0    2     2   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      cfg   
      out   

  public int getHighestEncodable();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
         0: .line 46
            ldc 1114111
            ireturn
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;

  public void writeRaw(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // char[] cbuf
        start local 2 // int offset
        start local 3 // int len
         0: .line 53
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._out:Ljava/io/OutputStream;
            ifnull 1
            iload 3 /* len */
            ifne 2
         1: .line 54
      StackMap locals:
      StackMap stack:
            return
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._surrogate:I
            ifeq 6
         3: .line 57
            aload 0 /* this */
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._surrogate:I
            aload 1 /* cbuf */
            iload 2 /* offset */
            caload
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.outputSurrogates:(II)V
         4: .line 58
            iinc 2 /* offset */ 1
         5: .line 59
            iinc 3 /* len */ -1
         6: .line 62
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iload 2 /* offset */
            iadd
            istore 3 /* len */
         7: .line 67
            goto 21
         8: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* cbuf */
            iload 2 /* offset */
            caload
            istore 4 /* ch */
        start local 4 // int ch
         9: .line 71
            iload 4 /* ch */
            sipush 128
            if_icmplt 11
        10: .line 72
            goto 16
        11: .line 75
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBufferLen:I
            if_icmplt 13
        12: .line 76
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.flushBuffer:()V
        13: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            iload 4 /* ch */
            i2b
            bastore
        14: .line 79
            iinc 2 /* offset */ 1
            iload 2 /* offset */
            iload 3 /* len */
            if_icmplt 8
        15: .line 80
            goto 22
        end local 4 // int ch
        16: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* cbuf */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            caload
            istore 4 /* ch */
        start local 4 // char ch
        17: .line 84
            iload 4 /* ch */
            sipush 2048
            if_icmpge 20
        18: .line 85
            aload 0 /* this */
            iload 4 /* ch */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.output2ByteChar:(I)V
        19: .line 86
            goto 21
        20: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* ch */
            aload 1 /* cbuf */
            iload 2 /* offset */
            iload 3 /* len */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.outputMultiByteChar:(I[CII)I
            istore 2 /* offset */
        end local 4 // char ch
        21: .line 67
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* len */
            if_icmplt 8
        22: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // char[] cbuf
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0   23     1    cbuf  [C
            0   23     2  offset  I
            0   23     3     len  I
            9   16     4      ch  I
           17   21     4      ch  C
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      cbuf    
      offset  
      len     

  protected com.fasterxml.aalto.out.WName doConstructName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/fasterxml/aalto/out/WName;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // java.lang.String localName
         0: .line 98
            aload 1 /* localName */
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 99
            new com.fasterxml.aalto.out.ByteWName
            dup
            aload 1 /* localName */
            aload 2 /* b */
            invokespecial com.fasterxml.aalto.out.ByteWName.<init>:(Ljava/lang/String;[B)V
         2: areturn
        end local 2 // byte[] b
         3: .line 100
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         4: .line 101
            new com.fasterxml.aalto.impl.IoStreamException
            dup
            aload 2 /* ioe */
            invokespecial com.fasterxml.aalto.impl.IoStreamException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 2 // java.io.IOException ioe
        end local 1 // java.lang.String localName
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0    5     1  localName  Ljava/lang/String;
            1    3     2          b  [B
            4    5     2        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      localName  

  protected com.fasterxml.aalto.out.WName doConstructName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/fasterxml/aalto/out/WName;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String localName
         0: .line 111
            new java.lang.StringBuilder
            dup
            aload 1 /* prefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* localName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            astore 3 /* b */
        start local 3 // byte[] b
         1: .line 112
            new com.fasterxml.aalto.out.ByteWName
            dup
            aload 1 /* prefix */
            aload 2 /* localName */
            aload 3 /* b */
            invokespecial com.fasterxml.aalto.out.ByteWName.<init>:(Ljava/lang/String;Ljava/lang/String;[B)V
         2: areturn
        end local 3 // byte[] b
         3: .line 113
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
         4: .line 114
            new com.fasterxml.aalto.impl.IoStreamException
            dup
            aload 3 /* ioe */
            invokespecial com.fasterxml.aalto.impl.IoStreamException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 3 // java.io.IOException ioe
        end local 2 // java.lang.String localName
        end local 1 // java.lang.String prefix
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0    5     1     prefix  Ljava/lang/String;
            0    5     2  localName  Ljava/lang/String;
            1    3     3          b  [B
            4    5     3        ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      prefix     
      localName  

  protected final void outputSurrogates(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // int surr1
        start local 2 // int surr2
         0: .line 128
            aload 0 /* this */
            iload 1 /* surr1 */
            iload 2 /* surr2 */
            ldc " in content"
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.calcSurrogate:(IILjava/lang/String;)I
            istore 3 /* c */
        start local 3 // int c
         1: .line 129
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBufferLen:I
            if_icmple 3
         2: .line 130
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.flushBuffer:()V
         3: .line 132
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 240
            iload 3 /* c */
            bipush 18
            ishr
            ior
            i2b
            bastore
         4: .line 133
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 3 /* c */
            bipush 12
            ishr
            bipush 63
            iand
            ior
            i2b
            bastore
         5: .line 134
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 3 /* c */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            i2b
            bastore
         6: .line 135
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 3 /* c */
            bipush 63
            iand
            ior
            i2b
            bastore
         7: .line 136
            return
        end local 3 // int c
        end local 2 // int surr2
        end local 1 // int surr1
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0    8     1  surr1  I
            0    8     2  surr2  I
            1    8     3      c  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      surr1  
      surr2  

  protected final void output2ByteChar(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // int ch
         0: .line 142
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            iconst_2
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBufferLen:I
            if_icmple 2
         1: .line 143
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.flushBuffer:()V
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            astore 2 /* bbuf */
        start local 2 // byte[] bbuf
         3: .line 146
            aload 2 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 192
            iload 1 /* ch */
            bipush 6
            ishr
            ior
            i2b
            bastore
         4: .line 147
            aload 2 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 1 /* ch */
            bipush 63
            iand
            ior
            i2b
            bastore
         5: .line 148
            return
        end local 2 // byte[] bbuf
        end local 1 // int ch
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0    6     1    ch  I
            3    6     2  bbuf  [B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      ch    

  protected final int outputMultiByteChar(int, char[], int, int);
    descriptor: (I[CII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // int ch
        start local 2 // char[] cbuf
        start local 3 // int inputOffset
        start local 4 // int inputLen
         0: .line 163
            iload 1 /* ch */
            ldc 55296
            if_icmplt 10
         1: .line 164
            iload 1 /* ch */
            ldc 57343
            if_icmpgt 8
         2: .line 166
            iload 3 /* inputOffset */
            iload 4 /* inputLen */
            if_icmplt 5
         3: .line 167
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._surrogate:I
         4: .line 168
            goto 7
         5: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            aload 2 /* cbuf */
            iload 3 /* inputOffset */
            caload
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.outputSurrogates:(II)V
         6: .line 170
            iinc 3 /* inputOffset */ 1
         7: .line 172
      StackMap locals:
      StackMap stack:
            iload 3 /* inputOffset */
            ireturn
         8: .line 175
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 65534
            if_icmplt 10
         9: .line 176
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.reportInvalidChar:(I)V
        10: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBufferLen:I
            if_icmple 12
        11: .line 180
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.flushBuffer:()V
        12: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            astore 5 /* bbuf */
        start local 5 // byte[] bbuf
        13: .line 183
            aload 5 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 224
            iload 1 /* ch */
            bipush 12
            ishr
            ior
            i2b
            bastore
        14: .line 184
            aload 5 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 1 /* ch */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            i2b
            bastore
        15: .line 185
            aload 5 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 1 /* ch */
            bipush 63
            iand
            ior
            i2b
            bastore
        16: .line 186
            iload 3 /* inputOffset */
            ireturn
        end local 5 // byte[] bbuf
        end local 4 // int inputLen
        end local 3 // int inputOffset
        end local 2 // char[] cbuf
        end local 1 // int ch
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0   17     1           ch  I
            0   17     2         cbuf  [C
            0   17     3  inputOffset  I
            0   17     4     inputLen  I
           13   17     5         bbuf  [B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
             Name  Flags
      ch           
      cbuf         
      inputOffset  
      inputLen     

  protected final int outputStrictMultiByteChar(int, char[], int, int);
    descriptor: (I[CII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
        start local 1 // int ch
        start local 2 // char[] cbuf
        start local 3 // int inputOffset
        start local 4 // int inputLen
         0: .line 193
            iload 1 /* ch */
            ldc 55296
            if_icmplt 10
         1: .line 194
            iload 1 /* ch */
            ldc 57343
            if_icmpgt 8
         2: .line 196
            iload 3 /* inputOffset */
            iload 4 /* inputLen */
            if_icmplt 5
         3: .line 197
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._surrogate:I
         4: .line 198
            goto 7
         5: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            aload 2 /* cbuf */
            iload 3 /* inputOffset */
            caload
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.outputSurrogates:(II)V
         6: .line 200
            iinc 3 /* inputOffset */ 1
         7: .line 202
      StackMap locals:
      StackMap stack:
            iload 3 /* inputOffset */
            ireturn
         8: .line 205
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 65534
            if_icmplt 10
         9: .line 206
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.reportInvalidChar:(I)V
        10: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            iconst_3
            iadd
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBufferLen:I
            if_icmple 12
        11: .line 210
            aload 0 /* this */
            invokevirtual com.fasterxml.aalto.out.Utf8XmlWriter.flushBuffer:()V
        12: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputBuffer:[B
            astore 5 /* bbuf */
        start local 5 // byte[] bbuf
        13: .line 213
            aload 5 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 224
            iload 1 /* ch */
            bipush 12
            ishr
            ior
            i2b
            bastore
        14: .line 214
            aload 5 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 1 /* ch */
            bipush 6
            ishr
            bipush 63
            iand
            ior
            i2b
            bastore
        15: .line 215
            aload 5 /* bbuf */
            aload 0 /* this */
            dup
            getfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.fasterxml.aalto.out.Utf8XmlWriter._outputPtr:I
            sipush 128
            iload 1 /* ch */
            bipush 63
            iand
            ior
            i2b
            bastore
        16: .line 216
            iload 3 /* inputOffset */
            ireturn
        end local 5 // byte[] bbuf
        end local 4 // int inputLen
        end local 3 // int inputOffset
        end local 2 // char[] cbuf
        end local 1 // int ch
        end local 0 // com.fasterxml.aalto.out.Utf8XmlWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/fasterxml/aalto/out/Utf8XmlWriter;
            0   17     1           ch  I
            0   17     2         cbuf  [C
            0   17     3  inputOffset  I
            0   17     4     inputLen  I
           13   17     5         bbuf  [B
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
             Name  Flags
      ch           
      cbuf         
      inputOffset  
      inputLen     
}
SourceFile: "Utf8XmlWriter.java"