public final class sun.security.ssl.HandshakeInStream extends java.io.ByteArrayInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.HandshakeInStream
  super_class: java.io.ByteArrayInputStream
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 61
            aload 0 /* this */
            iconst_0
            newarray 8
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
         1: .line 62
            return
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/HandshakeInStream;

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeInStream this
        start local 1 // byte[] b
         0: .line 70
            aload 0 /* this */
            aload 1 /* b */
            invokespecial java.io.ByteArrayInputStream.read:([B)I
            aload 1 /* b */
            arraylength
            if_icmpeq 2
         1: .line 71
            new javax.net.ssl.SSLException
            dup
            ldc "Unexpected end of handshake data"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            arraylength
            ireturn
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeInStream;
            0    3     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  void incomingRecord(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.security.ssl.HandshakeInStream this
        start local 1 // java.nio.ByteBuffer in
         0: .line 90
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.pos:I
            ifeq 6
         1: .line 91
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.count:I
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.pos:I
            isub
            istore 2 /* len */
        start local 2 // int len
         2: .line 92
            iload 2 /* len */
            ifeq 4
         3: .line 93
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.pos:I
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.buf:[B
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 95
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.HandshakeInStream.pos:I
         5: .line 96
            aload 0 /* this */
            iload 2 /* len */
            putfield sun.security.ssl.HandshakeInStream.count:I
        end local 2 // int len
         6: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.count:I
            iadd
            istore 2 /* len */
        start local 2 // int len
         7: .line 101
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.buf:[B
            arraylength
            iload 2 /* len */
            if_icmpge 12
         8: .line 102
            iload 2 /* len */
            newarray 8
            astore 3 /* newbuf */
        start local 3 // byte[] newbuf
         9: .line 103
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.count:I
            ifeq 11
        10: .line 104
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.buf:[B
            iconst_0
            aload 3 /* newbuf */
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 106
      StackMap locals: int byte[]
      StackMap stack:
            aload 0 /* this */
            aload 3 /* newbuf */
            putfield sun.security.ssl.HandshakeInStream.buf:[B
        end local 3 // byte[] newbuf
        12: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeInStream.count:I
            aload 1 /* in */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        13: .line 111
            aload 0 /* this */
            iload 2 /* len */
            putfield sun.security.ssl.HandshakeInStream.count:I
        14: .line 112
            return
        end local 2 // int len
        end local 1 // java.nio.ByteBuffer in
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/security/ssl/HandshakeInStream;
            0   15     1      in  Ljava/nio/ByteBuffer;
            2    6     2     len  I
            7   15     2     len  I
            9   12     3  newbuf  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  int getInt8();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 123
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         1: .line 124
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.read:()I
            ireturn
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/HandshakeInStream;
    Exceptions:
      throws java.io.IOException

  int getInt16();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 128
            aload 0 /* this */
            iconst_2
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         1: .line 129
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            ior
            ireturn
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/HandshakeInStream;
    Exceptions:
      throws java.io.IOException

  int getInt24();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 133
            aload 0 /* this */
            iconst_3
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         1: .line 134
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            bipush 16
            ishl
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            bipush 8
            ishl
            ior
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            ior
            ireturn
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/HandshakeInStream;
    Exceptions:
      throws java.io.IOException

  int getInt32();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 138
            aload 0 /* this */
            iconst_4
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         1: .line 139
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            bipush 24
            ishl
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            bipush 16
            ishl
            ior
         2: .line 140
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            bipush 8
            ishl
         3: .line 139
            ior
         4: .line 140
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
         5: .line 139
            ior
            ireturn
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/HandshakeInStream;
    Exceptions:
      throws java.io.IOException

  byte[] getBytes8();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 147
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 148
            aload 0 /* this */
            iload 1 /* len */
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         2: .line 149
            iload 1 /* len */
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         3: .line 151
            aload 0 /* this */
            aload 2 /* b */
            invokevirtual sun.security.ssl.HandshakeInStream.read:([B)I
            pop
         4: .line 152
            aload 2 /* b */
            areturn
        end local 2 // byte[] b
        end local 1 // int len
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeInStream;
            1    5     1   len  I
            3    5     2     b  [B
    Exceptions:
      throws java.io.IOException

  public byte[] getBytes16();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 156
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt16:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 157
            aload 0 /* this */
            iload 1 /* len */
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         2: .line 158
            iload 1 /* len */
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         3: .line 160
            aload 0 /* this */
            aload 2 /* b */
            invokevirtual sun.security.ssl.HandshakeInStream.read:([B)I
            pop
         4: .line 161
            aload 2 /* b */
            areturn
        end local 2 // byte[] b
        end local 1 // int len
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeInStream;
            1    5     1   len  I
            3    5     2     b  [B
    Exceptions:
      throws java.io.IOException

  byte[] getBytes24();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.security.ssl.HandshakeInStream this
         0: .line 165
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt24:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 166
            aload 0 /* this */
            iload 1 /* len */
            invokevirtual sun.security.ssl.HandshakeInStream.verifyLength:(I)V
         2: .line 167
            iload 1 /* len */
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         3: .line 169
            aload 0 /* this */
            aload 2 /* b */
            invokevirtual sun.security.ssl.HandshakeInStream.read:([B)I
            pop
         4: .line 170
            aload 2 /* b */
            areturn
        end local 2 // byte[] b
        end local 1 // int len
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeInStream;
            1    5     1   len  I
            3    5     2     b  [B
    Exceptions:
      throws java.io.IOException

  private void verifyLength(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeInStream this
        start local 1 // int len
         0: .line 175
            iload 1 /* len */
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeInStream.available:()I
            if_icmple 2
         1: .line 176
            new javax.net.ssl.SSLException
            dup
            ldc "Unexpected end of handshake data"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 178
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // sun.security.ssl.HandshakeInStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeInStream;
            0    3     1   len  I
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
      Name  Flags
      len   
}
SourceFile: "HandshakeInStream.java"