public class sun.security.ssl.HandshakeOutStream extends java.io.ByteArrayOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.ssl.HandshakeOutStream
  super_class: java.io.ByteArrayOutputStream
{
  sun.security.ssl.OutputRecord outputRecord;
    descriptor: Lsun/security/ssl/OutputRecord;
    flags: (0x0000) 

  void <init>(sun.security.ssl.OutputRecord);
    descriptor: (Lsun/security/ssl/OutputRecord;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // sun.security.ssl.OutputRecord outputRecord
         0: .line 49
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* outputRecord */
            putfield sun.security.ssl.HandshakeOutStream.outputRecord:Lsun/security/ssl/OutputRecord;
         2: .line 51
            return
        end local 1 // sun.security.ssl.OutputRecord outputRecord
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/security/ssl/HandshakeOutStream;
            0    3     1  outputRecord  Lsun/security/ssl/OutputRecord;
    MethodParameters:
              Name  Flags
      outputRecord  

  void complete();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeOutStream this
         0: .line 55
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.size:()I
            iconst_4
            if_icmpge 2
         1: .line 57
            new java.lang.RuntimeException
            dup
            ldc "handshake message is not available"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.outputRecord:Lsun/security/ssl/OutputRecord;
            ifnull 11
         3: .line 61
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifne 6
         4: .line 62
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.outputRecord:Lsun/security/ssl/OutputRecord;
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.count:I
            invokevirtual sun.security.ssl.OutputRecord.encodeHandshake:([BII)V
         5: .line 63
            goto 10
         6: .line 64
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 10
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 10
         7: .line 65
            ldc "outbound has closed, ignore outbound handshake messages"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         8: .line 66
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.count:I
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            aastore
         9: .line 65
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.reset:()V
        11: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 82
            iload 3 /* len */
            ldc 16777216
            invokestatic sun.security.ssl.HandshakeOutStream.checkOverflow:(II)V
         1: .line 83
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.ByteArrayOutputStream.write:([BII)V
         2: .line 84
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    3     1     b  [B
            0    3     2   off  I
            0    3     3   len  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeOutStream this
         0: .line 88
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.outputRecord:Lsun/security/ssl/OutputRecord;
            ifnull 2
         1: .line 89
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.flush:()V
         2: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException

  void putInt8(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // int i
         0: .line 103
            iload 1 /* i */
            sipush 256
            invokestatic sun.security.ssl.HandshakeOutStream.checkOverflow:(II)V
         1: .line 104
            aload 0 /* this */
            iload 1 /* i */
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         2: .line 105
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    3     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  void putInt16(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // int i
         0: .line 108
            iload 1 /* i */
            ldc 65536
            invokestatic sun.security.ssl.HandshakeOutStream.checkOverflow:(II)V
         1: .line 109
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         2: .line 110
            aload 0 /* this */
            iload 1 /* i */
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         3: .line 111
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    4     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  void putInt24(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // int i
         0: .line 114
            iload 1 /* i */
            ldc 16777216
            invokestatic sun.security.ssl.HandshakeOutStream.checkOverflow:(II)V
         1: .line 115
            aload 0 /* this */
            iload 1 /* i */
            bipush 16
            ishr
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         2: .line 116
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         3: .line 117
            aload 0 /* this */
            iload 1 /* i */
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         4: .line 118
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    5     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  void putInt32(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // int i
         0: .line 121
            aload 0 /* this */
            iload 1 /* i */
            bipush 24
            ishr
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         1: .line 122
            aload 0 /* this */
            iload 1 /* i */
            bipush 16
            ishr
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         2: .line 123
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            ishr
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         3: .line 124
            aload 0 /* this */
            iload 1 /* i */
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         4: .line 125
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    5     1     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  void putBytes8(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // byte[] b
         0: .line 132
            aload 1 /* b */
            ifnonnull 3
         1: .line 133
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         2: .line 134
            goto 5
         3: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         4: .line 136
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokespecial java.io.ByteArrayOutputStream.write:([BII)V
         5: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    6     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void putBytes16(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // byte[] b
         0: .line 141
            aload 1 /* b */
            ifnonnull 3
         1: .line 142
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
         2: .line 143
            goto 5
         3: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
         4: .line 145
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokespecial java.io.ByteArrayOutputStream.write:([BII)V
         5: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    6     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  void putBytes24(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // byte[] b
         0: .line 150
            aload 1 /* b */
            ifnonnull 3
         1: .line 151
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt24:(I)V
         2: .line 152
            goto 5
         3: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt24:(I)V
         4: .line 154
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokespecial java.io.ByteArrayOutputStream.write:([BII)V
         5: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    6     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private static void checkOverflow(int, int);
    descriptor: (II)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // int length
        start local 1 // int limit
         0: .line 162
            iload 0 /* length */
            iload 1 /* limit */
            if_icmplt 6
         1: .line 164
            new java.lang.RuntimeException
            dup
         2: .line 165
            new java.lang.StringBuilder
            dup
            ldc "Field length overflow, the field length ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 166
            iload 0 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") should be less than "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* limit */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 165
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 164
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int limit
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  length  I
            0    7     1   limit  I
    MethodParameters:
        Name  Flags
      length  
      limit   
}
SourceFile: "HandshakeOutStream.java"