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

  public abstract int getHighestEncodable();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void writeRaw(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      cbuf    
      offset  
      len     

  protected final void output2ByteChar(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.aalto.out.SingleByteXmlWriter this
        start local 1 // int ch
         0: .line 59
            aload 0 /* this */
            ldc "content"
            iload 1 /* ch */
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.reportFailedEscaping:(Ljava/lang/String;I)V
         1: .line 60
            return
        end local 1 // int ch
        end local 0 // com.fasterxml.aalto.out.SingleByteXmlWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/aalto/out/SingleByteXmlWriter;
            0    2     1    ch  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
      Name  Flags
      ch    

  protected final int outputStrictMultiByteChar(int, char[], int, int);
    descriptor: (I[CII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.fasterxml.aalto.out.SingleByteXmlWriter this
        start local 1 // int ch
        start local 2 // char[] cbuf
        start local 3 // int inputOffset
        start local 4 // int inputLen
         0: .line 71
            aload 0 /* this */
            ldc "content"
            iload 1 /* ch */
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.reportFailedEscaping:(Ljava/lang/String;I)V
         1: .line 72
            iconst_0
            ireturn
        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.SingleByteXmlWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/fasterxml/aalto/out/SingleByteXmlWriter;
            0    2     1           ch  I
            0    2     2         cbuf  [C
            0    2     3  inputOffset  I
            0    2     4     inputLen  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
             Name  Flags
      ch           
      cbuf         
      inputOffset  
      inputLen     

  protected final int outputMultiByteChar(int, char[], int, int);
    descriptor: (I[CII)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.fasterxml.aalto.out.SingleByteXmlWriter this
        start local 1 // int ch
        start local 2 // char[] cbuf
        start local 3 // int inputOffset
        start local 4 // int inputLen
         0: .line 82
            iload 1 /* ch */
            ldc 55296
            if_icmplt 10
         1: .line 83
            iload 1 /* ch */
            ldc 57343
            if_icmpgt 8
         2: .line 85
            iload 3 /* inputOffset */
            iload 4 /* inputLen */
            if_icmplt 5
         3: .line 86
            aload 0 /* this */
            iload 1 /* ch */
            putfield com.fasterxml.aalto.out.SingleByteXmlWriter._surrogate:I
         4: .line 87
            goto 7
         5: .line 88
      StackMap locals:
      StackMap stack:
            aload 2 /* cbuf */
            iload 3 /* inputOffset */
            iinc 3 /* inputOffset */ 1
            caload
            istore 5 /* ch2 */
        start local 5 // int ch2
         6: .line 89
            aload 0 /* this */
            iload 1 /* ch */
            iload 5 /* ch2 */
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.outputSurrogates:(II)V
        end local 5 // int ch2
         7: .line 91
      StackMap locals:
      StackMap stack:
            iload 3 /* inputOffset */
            ireturn
         8: .line 92
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 65534
            if_icmplt 10
         9: .line 93
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.reportInvalidChar:(I)V
        10: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.writeAsEntity:(I)V
        11: .line 97
            iload 3 /* inputOffset */
            ireturn
        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.SingleByteXmlWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lcom/fasterxml/aalto/out/SingleByteXmlWriter;
            0   12     1           ch  I
            0   12     2         cbuf  [C
            0   12     3  inputOffset  I
            0   12     4     inputLen  I
            6    7     5          ch2  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
             Name  Flags
      ch           
      cbuf         
      inputOffset  
      inputLen     

  protected final void outputSurrogates(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.out.SingleByteXmlWriter this
        start local 1 // int surr1
        start local 2 // int surr2
         0: .line 104
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* surr1 */
            iload 2 /* surr2 */
            ldc " in content"
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.calcSurrogate:(IILjava/lang/String;)I
            invokevirtual com.fasterxml.aalto.out.SingleByteXmlWriter.writeAsEntity:(I)V
         1: .line 105
            return
        end local 2 // int surr2
        end local 1 // int surr1
        end local 0 // com.fasterxml.aalto.out.SingleByteXmlWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/fasterxml/aalto/out/SingleByteXmlWriter;
            0    2     1  surr1  I
            0    2     2  surr2  I
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
       Name  Flags
      surr1  
      surr2  
}
SourceFile: "SingleByteXmlWriter.java"