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

  private sun.security.ssl.SSLEngineImpl engine;
    descriptor: Lsun/security/ssl/SSLEngineImpl;
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            ldc Lsun/security/ssl/HandshakeOutStream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.security.ssl.HandshakeOutStream.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.security.ssl.ProtocolVersion, sun.security.ssl.ProtocolVersion, sun.security.ssl.HandshakeHash, sun.security.ssl.SSLSocketImpl);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLSocketImpl;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.ProtocolVersion helloVersion
        start local 3 // sun.security.ssl.HandshakeHash handshakeHash
        start local 4 // sun.security.ssl.SSLSocketImpl socket
         0: .line 51
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 4 /* socket */
            putfield sun.security.ssl.HandshakeOutStream.socket:Lsun/security/ssl/SSLSocketImpl;
         2: .line 55
            aload 0 /* this */
            new sun.security.ssl.OutputRecord
            dup
            bipush 22
            invokespecial sun.security.ssl.OutputRecord.<init>:(B)V
            putfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
         3: .line 56
            aload 0 /* this */
            aload 1 /* protocolVersion */
            aload 2 /* helloVersion */
            aload 3 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeOutStream.init:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;)V
         4: .line 57
            return
        end local 4 // sun.security.ssl.SSLSocketImpl socket
        end local 3 // sun.security.ssl.HandshakeHash handshakeHash
        end local 2 // sun.security.ssl.ProtocolVersion helloVersion
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        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  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    5     2     helloVersion  Lsun/security/ssl/ProtocolVersion;
            0    5     3    handshakeHash  Lsun/security/ssl/HandshakeHash;
            0    5     4           socket  Lsun/security/ssl/SSLSocketImpl;
    MethodParameters:
                 Name  Flags
      protocolVersion  
      helloVersion     
      handshakeHash    
      socket           

  void <init>(sun.security.ssl.ProtocolVersion, sun.security.ssl.ProtocolVersion, sun.security.ssl.HandshakeHash, sun.security.ssl.SSLEngineImpl);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLEngineImpl;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.ProtocolVersion helloVersion
        start local 3 // sun.security.ssl.HandshakeHash handshakeHash
        start local 4 // sun.security.ssl.SSLEngineImpl engine
         0: .line 59
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 4 /* engine */
            putfield sun.security.ssl.HandshakeOutStream.engine:Lsun/security/ssl/SSLEngineImpl;
         2: .line 63
            aload 0 /* this */
            new sun.security.ssl.EngineOutputRecord
            dup
            bipush 22
            aload 4 /* engine */
            invokespecial sun.security.ssl.EngineOutputRecord.<init>:(BLsun/security/ssl/SSLEngineImpl;)V
            putfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
         3: .line 64
            aload 0 /* this */
            aload 1 /* protocolVersion */
            aload 2 /* helloVersion */
            aload 3 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeOutStream.init:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;)V
         4: .line 65
            return
        end local 4 // sun.security.ssl.SSLEngineImpl engine
        end local 3 // sun.security.ssl.HandshakeHash handshakeHash
        end local 2 // sun.security.ssl.ProtocolVersion helloVersion
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        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  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    5     2     helloVersion  Lsun/security/ssl/ProtocolVersion;
            0    5     3    handshakeHash  Lsun/security/ssl/HandshakeHash;
            0    5     4           engine  Lsun/security/ssl/SSLEngineImpl;
    MethodParameters:
                 Name  Flags
      protocolVersion  
      helloVersion     
      handshakeHash    
      engine           

  private void init(sun.security.ssl.ProtocolVersion, sun.security.ssl.ProtocolVersion, sun.security.ssl.HandshakeHash);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.ProtocolVersion helloVersion
        start local 3 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 69
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.OutputRecord.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
         1: .line 70
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            aload 2 /* helloVersion */
            invokevirtual sun.security.ssl.OutputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
         2: .line 71
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            aload 3 /* handshakeHash */
            invokevirtual sun.security.ssl.OutputRecord.setHandshakeHash:(Lsun/security/ssl/HandshakeHash;)V
         3: .line 72
            return
        end local 3 // sun.security.ssl.HandshakeHash handshakeHash
        end local 2 // sun.security.ssl.ProtocolVersion helloVersion
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        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  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    4     2     helloVersion  Lsun/security/ssl/ProtocolVersion;
            0    4     3    handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
                 Name  Flags
      protocolVersion  
      helloVersion     
      handshakeHash    

  void doHashes();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeOutStream this
         0: .line 82
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.doHashes:()V
         1: .line 83
            return
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/HandshakeOutStream;

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 91
            goto 8
         1: .line 92
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* howmuch */
        start local 4 // int howmuch
         2: .line 94
            iload 4 /* howmuch */
            ifne 5
         3: .line 95
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         4: .line 96
            goto 8
         5: .line 97
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            aload 1 /* buf */
            iload 2 /* off */
            iload 4 /* howmuch */
            invokevirtual sun.security.ssl.OutputRecord.write:([BII)V
         6: .line 98
            iload 2 /* off */
            iload 4 /* howmuch */
            iadd
            istore 2 /* off */
         7: .line 99
            iload 3 /* len */
            iload 4 /* howmuch */
            isub
            istore 3 /* len */
        end local 4 // int howmuch
         8: .line 91
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 1
         9: .line 102
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/security/ssl/HandshakeOutStream;
            0   10     1      buf  [B
            0   10     2      off  I
            0   10     3      len  I
            2    8     4  howmuch  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeOutStream this
        start local 1 // int i
         0: .line 108
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            iconst_1
            if_icmpge 2
         1: .line 109
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         2: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         3: .line 112
            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     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.HandshakeOutStream this
         0: .line 115
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.socket:Lsun/security/ssl/SSLSocketImpl;
            ifnull 6
         1: .line 117
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.socket:Lsun/security/ssl/SSLSocketImpl;
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.SSLSocketImpl.writeRecord:(Lsun/security/ssl/OutputRecord;)V
         2: .line 118
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 122
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.socket:Lsun/security/ssl/SSLSocketImpl;
            iconst_1
            invokevirtual sun.security.ssl.SSLSocketImpl.waitForClose:(Z)V
         5: .line 125
            aload 1 /* e */
            athrow
        end local 1 // java.io.IOException e
         6: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.engine:Lsun/security/ssl/SSLEngineImpl;
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            checkcast sun.security.ssl.EngineOutputRecord
            invokevirtual sun.security.ssl.SSLEngineImpl.writeRecord:(Lsun/security/ssl/EngineOutputRecord;)V
         7: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/HandshakeOutStream;
            4    6     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  void setFinishedMsg();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeOutStream this
         0: .line 144
            getstatic sun.security.ssl.HandshakeOutStream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.socket:Lsun/security/ssl/SSLSocketImpl;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            checkcast sun.security.ssl.EngineOutputRecord
            invokevirtual sun.security.ssl.EngineOutputRecord.setFinishedMsg:()V
         2: .line 147
            return
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeOutStream;

  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 156
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         1: .line 157
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    2     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 160
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            iconst_2
            if_icmpge 2
         1: .line 161
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         2: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            bipush 8
            ishr
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         3: .line 164
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         4: .line 165
            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 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 168
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            iconst_3
            if_icmpge 2
         1: .line 169
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            bipush 16
            ishr
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         3: .line 172
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            bipush 8
            ishr
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         4: .line 173
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         5: .line 174
            return
        end local 1 // int i
        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     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 177
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.availableDataBytes:()I
            iconst_4
            if_icmpge 2
         1: .line 178
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            bipush 24
            ishr
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         3: .line 181
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            bipush 16
            ishr
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         4: .line 182
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            bipush 8
            ishr
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         5: .line 183
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            iload 1 /* i */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         6: .line 184
            return
        end local 1 // int i
        end local 0 // sun.security.ssl.HandshakeOutStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/HandshakeOutStream;
            0    7     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 191
            aload 1 /* b */
            ifnonnull 3
         1: .line 192
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         2: .line 193
            return
         3: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         4: .line 196
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
         5: .line 197
            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 putBytes16(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 200
            aload 1 /* b */
            ifnonnull 3
         1: .line 201
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
         2: .line 202
            return
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
         4: .line 205
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
         5: .line 206
            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 209
            aload 1 /* b */
            ifnonnull 3
         1: .line 210
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt24:(I)V
         2: .line 211
            return
         3: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt24:(I)V
         4: .line 214
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
         5: .line 215
            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     
}
SourceFile: "HandshakeOutStream.java"