class com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 extends com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$GenericCharacters
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3
  super_class: com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$GenericCharacters
{
  char[] text;
    descriptor: [C
    flags: (0x0000) 

  final com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer this$1;
    descriptor: Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer, com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer, char[], int, int);
    descriptor: (Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;[CII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 this
         0: .line 3484
            aload 0 /* this */
            aload 2
            putfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.this$1:Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$GenericCharacters.<init>:(Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;)V
         1: .line 3488
            aload 0 /* this */
            aload 3
            iload 4
            iload 4
            iload 5
            iadd
            invokestatic java.util.Arrays.copyOfRange:([CII)[C
            putfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.text:[C
         2: .line 3484
            return
        end local 0 // com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer$3;
    MethodParameters:
            Name  Flags
      this$0      final
      this$1      final
      val$chars   final
      val$start   final
      val$length  final

  boolean flush(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 this
        start local 1 // boolean skipBeginningNewlines
         0: .line 3493
            iconst_0
            istore 2 /* start */
        start local 2 // int start
         1: .line 3494
            goto 5
         2: .line 3495
      StackMap locals: int
      StackMap stack:
            iinc 2 /* start */ 1
         3: .line 3496
            iload 2 /* start */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.text:[C
            arraylength
            if_icmpne 5
         4: .line 3497
            iconst_1
            ireturn
         5: .line 3494
      StackMap locals:
      StackMap stack:
            iload 1 /* skipBeginningNewlines */
            ifeq 6
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.text:[C
            iload 2 /* start */
            caload
            bipush 10
            if_icmpeq 2
         6: .line 3500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.this$1:Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;
            invokestatic com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer.access$0:(Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;)Lcom/sun/org/apache/xml/internal/serializer/ToStream;
            getfield com.sun.org.apache.xml.internal.serializer.ToStream.m_writer:Ljava/io/Writer;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.text:[C
            iload 2 /* start */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.text:[C
            arraylength
            iload 2 /* start */
            isub
            invokevirtual java.io.Writer.write:([CII)V
         7: .line 3501
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.this$1:Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;
            invokestatic com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer.access$0:(Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer;)Lcom/sun/org/apache/xml/internal/serializer/ToStream;
            iconst_1
            putfield com.sun.org.apache.xml.internal.serializer.ToStream.m_isprevtext:Z
        end local 2 // int start
         8: .line 3502
            goto 11
      StackMap locals: com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 int
      StackMap stack: java.io.IOException
         9: astore 2 /* e */
        start local 2 // java.io.IOException e
        10: .line 3503
            new org.xml.sax.SAXException
            dup
            aload 2 /* e */
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 2 // java.io.IOException e
        11: .line 3505
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // boolean skipBeginningNewlines
        end local 0 // com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   12     0                   this  Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer$3;
            0   12     1  skipBeginningNewlines  Z
            1    8     2                  start  I
           10   11     2                      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       9  Class java.io.IOException
           5     8       9  Class java.io.IOException
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
                       Name  Flags
      skipBeginningNewlines  

  char[] toChars();
    descriptor: ()[C
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 this
         0: .line 3509
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3.text:[C
            areturn
        end local 0 // com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer$3;
}
SourceFile: "ToStream.java"
EnclosingMethod: com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer.addRawText:([CII)V
NestHost: com.sun.org.apache.xml.internal.serializer.ToStream
InnerClasses:
  private CharacterBuffer = com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer of com.sun.org.apache.xml.internal.serializer.ToStream
  com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$3
  private abstract GenericCharacters = com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer$GenericCharacters of com.sun.org.apache.xml.internal.serializer.ToStream$CharacterBuffer