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

  void <init>(sun.nio.ch.NioSocketImpl);
    descriptor: (Lsun/nio/ch/NioSocketImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.NioSocketImpl$1 this
         0: .line 793
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.NioSocketImpl$1.this$0:Lsun/nio/ch/NioSocketImpl;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            return
        end local 0 // sun.nio.ch.NioSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/NioSocketImpl$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.NioSocketImpl$1 this
         0: .line 796
            iconst_1
            newarray 8
            astore 1 /* a */
        start local 1 // byte[] a
         1: .line 797
            aload 0 /* this */
            aload 1 /* a */
            iconst_0
            iconst_1
            invokevirtual sun.nio.ch.NioSocketImpl$1.read:([BII)I
            istore 2 /* n */
        start local 2 // int n
         2: .line 798
            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.NioSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/NioSocketImpl$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=4, locals=4, args_size=4
        start local 0 // sun.nio.ch.NioSocketImpl$1 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 802
            aload 0 /* this */
            getfield sun.nio.ch.NioSocketImpl$1.this$0:Lsun/nio/ch/NioSocketImpl;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.ch.NioSocketImpl.read:([BII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.NioSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/NioSocketImpl$1;
            0    1     1     b  [B
            0    1     2   off  I
            0    1     3   len  I
    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.NioSocketImpl$1 this
         0: .line 806
            aload 0 /* this */
            getfield sun.nio.ch.NioSocketImpl$1.this$0:Lsun/nio/ch/NioSocketImpl;
            invokevirtual sun.nio.ch.NioSocketImpl.available:()I
            ireturn
        end local 0 // sun.nio.ch.NioSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/NioSocketImpl$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.NioSocketImpl$1 this
         0: .line 810
            aload 0 /* this */
            getfield sun.nio.ch.NioSocketImpl$1.this$0:Lsun/nio/ch/NioSocketImpl;
            invokevirtual sun.nio.ch.NioSocketImpl.close:()V
         1: .line 811
            return
        end local 0 // sun.nio.ch.NioSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/NioSocketImpl$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "NioSocketImpl.java"
EnclosingMethod: sun.nio.ch.NioSocketImpl.getInputStream:()Ljava/io/InputStream;
NestHost: sun.nio.ch.NioSocketImpl
InnerClasses:
  sun.nio.ch.NioSocketImpl$1