class sun.nio.ch.SocketAdaptor$2 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.SocketAdaptor$2
  super_class: java.io.OutputStream
{
  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$2 this
         0: .line 212
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.SocketAdaptor$2.this$0:Lsun/nio/ch/SocketAdaptor;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // sun.nio.ch.SocketAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/SocketAdaptor$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.nio.ch.SocketAdaptor$2 this
        start local 1 // int b
         0: .line 215
            iconst_1
            newarray 8
            dup
            iconst_0
            iload 1 /* b */
            i2b
            bastore
            astore 2 /* a */
        start local 2 // byte[] a
         1: .line 216
            aload 0 /* this */
            aload 2 /* a */
            iconst_0
            iconst_1
            invokevirtual sun.nio.ch.SocketAdaptor$2.write:([BII)V
         2: .line 217
            return
        end local 2 // byte[] a
        end local 1 // int b
        end local 0 // sun.nio.ch.SocketAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/SocketAdaptor$2;
            0    3     1     b  I
            1    3     2     a  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.nio.ch.SocketAdaptor$2 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 220
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$2.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 */
            invokevirtual sun.nio.ch.SocketChannelImpl.blockingWriteFully:([BII)V
         1: .line 221
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.nio.ch.SocketAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketAdaptor$2;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketAdaptor$2 this
         0: .line 224
            aload 0 /* this */
            getfield sun.nio.ch.SocketAdaptor$2.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 225
            return
        end local 0 // sun.nio.ch.SocketAdaptor$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/SocketAdaptor$2;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SocketAdaptor.java"
EnclosingMethod: sun.nio.ch.SocketAdaptor.getOutputStream:()Ljava/io/OutputStream;
NestHost: sun.nio.ch.SocketAdaptor
InnerClasses:
  sun.nio.ch.SocketAdaptor$2