class sun.security.ssl.AppInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.AppInputStream
  super_class: java.io.InputStream
{
  private static final byte[] SKIP_ARRAY;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            sipush 1024
            newarray 8
            putstatic sun.security.ssl.AppInputStream.SKIP_ARRAY:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.AppInputStream this
         0: .line 59
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.checkEOF:()Z
            ifne 1
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.isAppDataValid:()Z
            ifne 2
         1: .line 60
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.available:()I
            ireturn
        end local 0 // sun.security.ssl.AppInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/AppInputStream;
    Exceptions:
      throws java.io.IOException

  public synchronized int read();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.security.ssl.AppInputStream this
         0: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.oneByte:[B
            iconst_0
            iconst_1
            invokevirtual sun.security.ssl.AppInputStream.read:([BII)I
            istore 1 /* n */
        start local 1 // int n
         1: .line 70
            iload 1 /* n */
            ifgt 3
         2: .line 71
            iconst_m1
            ireturn
         3: .line 73
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.oneByte:[B
            iconst_0
            baload
            sipush 255
            iand
            ireturn
        end local 1 // int n
        end local 0 // sun.security.ssl.AppInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/AppInputStream;
            1    4     1     n  I
    Exceptions:
      throws java.io.IOException

  public synchronized int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.ssl.AppInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 84
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.checkEOF:()Z
            ifeq 5
         1: .line 85
            iconst_m1
            ireturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.SSLSocketImpl.readDataRecord:(Lsun/security/ssl/InputRecord;)V
         3: .line 95
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.checkEOF:()Z
            ifeq 5
         4: .line 96
            iconst_m1
            ireturn
         5: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.available:()I
            ifeq 2
         6: .line 100
            iload 3 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.available:()I
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* howmany */
        start local 4 // int howmany
         7: .line 101
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* howmany */
            invokevirtual sun.security.ssl.InputRecord.read:([BII)I
            istore 4 /* howmany */
         8: .line 102
            iload 4 /* howmany */
         9: ireturn
        end local 4 // int howmany
        10: .line 103
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
        11: .line 105
            aload 0 /* this */
            getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
            aload 4 /* e */
            invokevirtual sun.security.ssl.SSLSocketImpl.handleException:(Ljava/lang/Exception;)V
        12: .line 107
            iconst_m1
            ireturn
        end local 4 // java.lang.Exception e
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.security.ssl.AppInputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/security/ssl/AppInputStream;
            0   13     1        b  [B
            0   13     2      off  I
            0   13     3      len  I
            7   10     4  howmany  I
           11   13     4        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4      10  Class java.lang.Exception
           5     9      10  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public synchronized long skip(long);
    descriptor: (J)J
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.security.ssl.AppInputStream this
        start local 1 // long n
         0: .line 120
            lconst_0
            lstore 3 /* skipped */
        start local 3 // long skipped
         1: .line 121
            goto 8
         2: .line 122
      StackMap locals: long
      StackMap stack:
            lload 1 /* n */
            getstatic sun.security.ssl.AppInputStream.SKIP_ARRAY:[B
            arraylength
            i2l
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            istore 5 /* len */
        start local 5 // int len
         3: .line 123
            aload 0 /* this */
            getstatic sun.security.ssl.AppInputStream.SKIP_ARRAY:[B
            iconst_0
            iload 5 /* len */
            invokevirtual sun.security.ssl.AppInputStream.read:([BII)I
            istore 6 /* r */
        start local 6 // int r
         4: .line 124
            iload 6 /* r */
            ifgt 6
         5: .line 125
            goto 9
         6: .line 127
      StackMap locals: int int
      StackMap stack:
            lload 1 /* n */
            iload 6 /* r */
            i2l
            lsub
            lstore 1 /* n */
         7: .line 128
            lload 3 /* skipped */
            iload 6 /* r */
            i2l
            ladd
            lstore 3 /* skipped */
        end local 6 // int r
        end local 5 // int len
         8: .line 121
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            lconst_0
            lcmp
            ifgt 2
         9: .line 130
      StackMap locals:
      StackMap stack:
            lload 3 /* skipped */
            lreturn
        end local 3 // long skipped
        end local 1 // long n
        end local 0 // sun.security.ssl.AppInputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/security/ssl/AppInputStream;
            0   10     1        n  J
            1   10     3  skipped  J
            3    8     5      len  I
            4    8     6        r  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

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