public class com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream
  super_class: java.io.FilterOutputStream
{
  protected byte[] buffer;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int count;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
        start local 1 // java.io.OutputStream out
         0: .line 34
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 35
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
         2: .line 36
            return
        end local 1 // java.io.OutputStream out
        end local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/utils/UnsyncBufferedOutputStream;
            0    3     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void <init>(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
        start local 1 // java.io.OutputStream out
        start local 2 // int size
         0: .line 39
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 40
            iload 2 /* size */
            ifgt 3
         2: .line 41
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 43
      StackMap locals: com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream java.io.OutputStream int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            newarray 8
            putfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
         4: .line 44
            return
        end local 2 // int size
        end local 1 // java.io.OutputStream out
        end local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xml/internal/security/utils/UnsyncBufferedOutputStream;
            0    5     1   out  Ljava/io/OutputStream;
            0    5     2  size  I
    MethodParameters:
      Name  Flags
      out   
      size  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
         0: .line 48
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.flushInternal:()V
         1: .line 49
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         2: .line 50
            return
        end local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/utils/UnsyncBufferedOutputStream;
    Exceptions:
      throws java.io.IOException

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
         0: .line 54
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            arraylength
            if_icmplt 4
         1: .line 55
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.flushInternal:()V
         2: .line 56
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.out:Ljava/io/OutputStream;
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.io.OutputStream.write:([BII)V
         3: .line 57
            return
         4: .line 61
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            arraylength
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            isub
            if_icmplt 6
         5: .line 62
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.flushInternal:()V
         6: .line 66
      StackMap locals:
      StackMap stack:
            aload 1 /* bytes */
            iload 2 /* offset */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 67
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            iload 3 /* length */
            iadd
            putfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
         8: .line 68
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/org/apache/xml/internal/security/utils/UnsyncBufferedOutputStream;
            0    9     1   bytes  [B
            0    9     2  offset  I
            0    9     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      length  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
        start local 1 // int oneByte
         0: .line 72
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            arraylength
            if_icmpne 3
         1: .line 73
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            iload 1 /* oneByte */
            i2b
            bastore
         4: .line 77
            return
        end local 1 // int oneByte
        end local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/org/apache/xml/internal/security/utils/UnsyncBufferedOutputStream;
            0    5     1  oneByte  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      oneByte  

  private void flushInternal();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
         0: .line 80
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            ifle 3
         1: .line 81
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 82
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream.count:I
         3: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xml.internal.security.utils.UnsyncBufferedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/security/utils/UnsyncBufferedOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "UnsyncBufferedOutputStream.java"