class sun.security.ssl.AppOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.AppOutputStream
  super_class: java.io.OutputStream
{
  private sun.security.ssl.SSLSocketImpl c;
    descriptor: Lsun/security/ssl/SSLSocketImpl;
    flags: (0x0002) ACC_PRIVATE

  sun.security.ssl.OutputRecord r;
    descriptor: Lsun/security/ssl/OutputRecord;
    flags: (0x0000) 

  private final byte[] oneByte;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.security.ssl.SSLSocketImpl);
    descriptor: (Lsun/security/ssl/SSLSocketImpl;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.AppOutputStream this
        start local 1 // sun.security.ssl.SSLSocketImpl conn
         0: .line 51
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 49
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield sun.security.ssl.AppOutputStream.oneByte:[B
         2: .line 52
            aload 0 /* this */
            new sun.security.ssl.OutputRecord
            dup
            bipush 23
            invokespecial sun.security.ssl.OutputRecord.<init>:(B)V
            putfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
         3: .line 53
            aload 0 /* this */
            aload 1 /* conn */
            putfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
         4: .line 54
            return
        end local 1 // sun.security.ssl.SSLSocketImpl conn
        end local 0 // sun.security.ssl.AppOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/AppOutputStream;
            0    5     1  conn  Lsun/security/ssl/SSLSocketImpl;
    MethodParameters:
      Name  Flags
      conn  

  public synchronized void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // sun.security.ssl.AppOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 61
            aload 1 /* b */
            ifnonnull 2
         1: .line 62
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 63
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 3
            iload 3 /* len */
            iflt 3
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            iload 2 /* off */
            isub
            if_icmple 4
         3: .line 64
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 65
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 6
         5: .line 66
            return
         6: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.checkWrite:()V
         7: .line 87
            iconst_1
            istore 4 /* isFirstRecordOfThePayload */
        start local 4 // boolean isFirstRecordOfThePayload
         8: .line 94
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* holdRecord */
        start local 5 // boolean holdRecord
         9: .line 96
            iload 4 /* isFirstRecordOfThePayload */
            ifeq 14
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.needToSplitPayload:()Z
            ifeq 14
        10: .line 97
            iconst_1
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* howmuch */
        start local 6 // int howmuch
        11: .line 105
            iload 3 /* len */
            iconst_1
            if_icmpeq 15
            iload 6 /* howmuch */
            iconst_1
            if_icmpne 15
        12: .line 106
            iconst_1
            istore 5 /* holdRecord */
        13: .line 108
            goto 15
        end local 6 // int howmuch
        14: .line 109
      StackMap locals: int
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* howmuch */
        start local 6 // int howmuch
        15: .line 112
      StackMap locals: int
      StackMap stack:
            iload 4 /* isFirstRecordOfThePayload */
            ifeq 17
            iload 6 /* howmuch */
            ifeq 17
        16: .line 113
            iconst_0
            istore 4 /* isFirstRecordOfThePayload */
        17: .line 117
      StackMap locals:
      StackMap stack:
            iload 6 /* howmuch */
            ifle 21
        18: .line 118
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
            aload 1 /* b */
            iload 2 /* off */
            iload 6 /* howmuch */
            invokevirtual sun.security.ssl.OutputRecord.write:([BII)V
        19: .line 119
            iload 2 /* off */
            iload 6 /* howmuch */
            iadd
            istore 2 /* off */
        20: .line 120
            iload 3 /* len */
            iload 6 /* howmuch */
            isub
            istore 3 /* len */
        21: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
            iload 5 /* holdRecord */
            invokevirtual sun.security.ssl.SSLSocketImpl.writeRecord:(Lsun/security/ssl/OutputRecord;Z)V
        22: .line 123
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.checkWrite:()V
        end local 6 // int howmuch
        end local 5 // boolean holdRecord
        23: .line 124
            iload 3 /* len */
        24: .line 93
            ifgt 8
        25: .line 125
            goto 28
      StackMap locals: sun.security.ssl.AppOutputStream byte[] int int int
      StackMap stack: java.lang.Exception
        26: astore 5 /* e */
        start local 5 // java.lang.Exception e
        27: .line 127
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
            aload 5 /* e */
            invokevirtual sun.security.ssl.SSLSocketImpl.handleException:(Ljava/lang/Exception;)V
        end local 5 // java.lang.Exception e
        28: .line 129
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean isFirstRecordOfThePayload
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.AppOutputStream this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   29     0                       this  Lsun/security/ssl/AppOutputStream;
            0   29     1                          b  [B
            0   29     2                        off  I
            0   29     3                        len  I
            8   29     4  isFirstRecordOfThePayload  Z
            9   23     5                 holdRecord  Z
           11   14     6                    howmuch  I
           15   23     6                    howmuch  I
           27   28     5                          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           8    25      26  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public synchronized void write(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.AppOutputStream this
        start local 1 // int i
         0: .line 135
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.oneByte:[B
            iconst_0
            iload 1 /* i */
            i2b
            bastore
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.oneByte:[B
            iconst_0
            iconst_1
            invokevirtual sun.security.ssl.AppOutputStream.write:([BII)V
         2: .line 137
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.AppOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/AppOutputStream;
            0    3     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.AppOutputStream this
         0: .line 143
            aload 0 /* this */
            getfield sun.security.ssl.AppOutputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.close:()V
         1: .line 144
            return
        end local 0 // sun.security.ssl.AppOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/AppOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "AppOutputStream.java"