class com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream
  super_class: java.io.OutputStream
{
  final com.sun.xml.internal.fastinfoset.Encoder this$0;
    descriptor: Lcom/sun/xml/internal/fastinfoset/Encoder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.xml.internal.fastinfoset.Encoder);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/Encoder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
         0: .line 2371
            aload 0 /* this */
            aload 1
            putfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
        start local 1 // int b
         0: .line 2374
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            arraylength
            if_icmpge 3
         1: .line 2375
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            iload 1 /* b */
            i2b
            bastore
         2: .line 2376
            goto 7
         3: .line 2377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            arraylength
            iconst_1
            ishl
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokestatic java.lang.Math.max:(II)I
            newarray 8
            astore 2 /* newbuf */
        start local 2 // byte[] newbuf
         4: .line 2378
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iconst_0
            aload 2 /* newbuf */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 2379
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            aload 2 /* newbuf */
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
         6: .line 2381
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            dup
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            iload 1 /* b */
            i2b
            bastore
        end local 2 // byte[] newbuf
         7: .line 2383
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
            0    8     1       b  I
            4    7     2  newbuf  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 2386
            iload 2 /* off */
            iflt 2
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            if_icmpgt 2
            iload 3 /* len */
            iflt 2
         1: .line 2387
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* b */
            arraylength
            if_icmpgt 2
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ifge 3
         2: .line 2388
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 2389
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 5
         4: .line 2390
            return
         5: .line 2392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            iload 3 /* len */
            iadd
            istore 4 /* newoffset */
        start local 4 // int newoffset
         6: .line 2393
            iload 4 /* newoffset */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            arraylength
            if_icmple 10
         7: .line 2394
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            arraylength
            iconst_1
            ishl
            iload 4 /* newoffset */
            invokestatic java.lang.Math.max:(II)I
            newarray 8
            astore 5 /* newbuf */
        start local 5 // byte[] newbuf
         8: .line 2395
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            iconst_0
            aload 5 /* newbuf */
            iconst_0
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 2396
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            aload 5 /* newbuf */
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
        end local 5 // byte[] newbuf
        10: .line 2398
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* off */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 2399
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            iload 4 /* newoffset */
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
        12: .line 2400
            return
        end local 4 // int newoffset
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
            0   13     1          b  [B
            0   13     2        off  I
            0   13     3        len  I
            6   13     4  newoffset  I
            8   10     5     newbuf  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
         0: .line 2403
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            getfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
         0: .line 2407
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Encoder;
            iconst_0
            putfield com.sun.xml.internal.fastinfoset.Encoder._encodingBufferIndex:I
         1: .line 2408
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/fastinfoset/Encoder$EncodingBufferOutputStream;
}
SourceFile: "Encoder.java"
NestHost: com.sun.xml.internal.fastinfoset.Encoder
InnerClasses:
  private EncodingBufferOutputStream = com.sun.xml.internal.fastinfoset.Encoder$EncodingBufferOutputStream of com.sun.xml.internal.fastinfoset.Encoder