class sun.nio.ch.SocketAdaptor$1 extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.SocketAdaptor$1
  super_class: java.io.InputStream
{
  final sun.nio.ch.SocketAdaptor this$0;
    descriptor: Lsun/nio/ch/SocketAdaptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.ch.SocketAdaptor);
    descriptor: (Lsun/nio/ch/SocketAdaptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.SocketAdaptor$1 this
         0: .line 176
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.SocketAdaptor$1.this$0:Lsun/nio/ch/SocketAdaptor;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            return
        end local 0 // sun.nio.ch.SocketAdaptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketAdaptor$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.nio.ch.SocketAdaptor$1 this
         0: .line 179
            iconst_1
            newarray 8
            astore 1 /* a */
        start local 1 // byte[] a
         1: .line 180
            aload 0 /* this */
            aload 1 /* a */
            iconst_0
            iconst_1
            invokevirtual sun.nio.ch.SocketAdaptor$1.read:([BII)I
            istore 2 /* n */
        start local 2 // int n
         2: .line 181
            iload 2 /* n */
            ifle 3
            aload 1 /* a */
            iconst_0
            baload
            sipush 255
            iand
            goto 4
      StackMap locals: byte[] int
      StackMap stack:
         3: iconst_m1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 2 // int n
        end local 1 // byte[] a
        end local 0 // sun.nio.ch.SocketAdaptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/SocketAdaptor$1;
            1    5     1     a  [B
            2    5     2     n  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // sun.nio.ch.SocketAdaptor$1 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 185
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$1.this$0:Lsun/nio/ch/SocketAdaptor;
            getfield sun.nio.ch.SocketAdaptor.timeout:I
            istore 4 /* timeout */
        start local 4 // int timeout
         1: .line 186
            iload 4 /* timeout */
            ifle 4
         2: .line 187
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            iload 4 /* timeout */
            i2l
            invokevirtual java.util.concurrent.TimeUnit.toNanos:(J)J
            lstore 5 /* nanos */
        start local 5 // long nanos
         3: .line 188
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$1.this$0:Lsun/nio/ch/SocketAdaptor;
            getfield sun.nio.ch.SocketAdaptor.sc:Lsun/nio/ch/SocketChannelImpl;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            lload 5 /* nanos */
            invokevirtual sun.nio.ch.SocketChannelImpl.blockingRead:([BIIJ)I
            ireturn
        end local 5 // long nanos
         4: .line 190
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$1.this$0:Lsun/nio/ch/SocketAdaptor;
            getfield sun.nio.ch.SocketAdaptor.sc:Lsun/nio/ch/SocketChannelImpl;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            lconst_0
            invokevirtual sun.nio.ch.SocketChannelImpl.blockingRead:([BIIJ)I
            ireturn
        end local 4 // int timeout
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketAdaptor$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/nio/ch/SocketAdaptor$1;
            0    5     1        b  [B
            0    5     2      off  I
            0    5     3      len  I
            1    5     4  timeout  I
            3    4     5    nanos  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketAdaptor$1 this
         0: .line 195
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$1.this$0:Lsun/nio/ch/SocketAdaptor;
            getfield sun.nio.ch.SocketAdaptor.sc:Lsun/nio/ch/SocketChannelImpl;
            invokevirtual sun.nio.ch.SocketChannelImpl.available:()I
            ireturn
        end local 0 // sun.nio.ch.SocketAdaptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketAdaptor$1;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketAdaptor$1 this
         0: .line 199
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$1.this$0:Lsun/nio/ch/SocketAdaptor;
            getfield sun.nio.ch.SocketAdaptor.sc:Lsun/nio/ch/SocketChannelImpl;
            invokevirtual sun.nio.ch.SocketChannelImpl.close:()V
         1: .line 200
            return
        end local 0 // sun.nio.ch.SocketAdaptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketAdaptor$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SocketAdaptor.java"
EnclosingMethod: sun.nio.ch.SocketAdaptor.getInputStream:()Ljava/io/InputStream;
NestHost: sun.nio.ch.SocketAdaptor
InnerClasses:
  sun.nio.ch.SocketAdaptor$1