class java.net.SocketOutputStream extends java.io.FileOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.net.SocketOutputStream
  super_class: java.io.FileOutputStream
{
  private java.net.AbstractPlainSocketImpl impl;
    descriptor: Ljava/net/AbstractPlainSocketImpl;
    flags: (0x0002) ACC_PRIVATE

  private byte[] temp;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private java.net.Socket socket;
    descriptor: Ljava/net/Socket;
    flags: (0x0002) ACC_PRIVATE

  private boolean closing;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 44
            invokestatic java.net.SocketOutputStream.init:()V
         1: .line 45
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.net.AbstractPlainSocketImpl);
    descriptor: (Ljava/net/AbstractPlainSocketImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.net.SocketOutputStream this
        start local 1 // java.net.AbstractPlainSocketImpl impl
         0: .line 58
            aload 0 /* this */
            aload 1 /* impl */
            invokevirtual java.net.AbstractPlainSocketImpl.getFileDescriptor:()Ljava/io/FileDescriptor;
            invokespecial java.io.FileOutputStream.<init>:(Ljava/io/FileDescriptor;)V
         1: .line 47
            aload 0 /* this */
            aconst_null
            putfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
         2: .line 48
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield java.net.SocketOutputStream.temp:[B
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield java.net.SocketOutputStream.socket:Ljava/net/Socket;
         4: .line 161
            aload 0 /* this */
            iconst_0
            putfield java.net.SocketOutputStream.closing:Z
         5: .line 59
            aload 0 /* this */
            aload 1 /* impl */
            putfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
         6: .line 60
            aload 0 /* this */
            aload 1 /* impl */
            invokevirtual java.net.AbstractPlainSocketImpl.getSocket:()Ljava/net/Socket;
            putfield java.net.SocketOutputStream.socket:Ljava/net/Socket;
         7: .line 61
            return
        end local 1 // java.net.AbstractPlainSocketImpl impl
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/SocketOutputStream;
            0    8     1  impl  Ljava/net/AbstractPlainSocketImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      impl  

  public final java.nio.channels.FileChannel getChannel();
    descriptor: ()Ljava/nio/channels/FileChannel;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.SocketOutputStream this
         0: .line 76
            aconst_null
            areturn
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/SocketOutputStream;

  private native void socketWrite0(java.io.FileDescriptor, byte[], int, int);
    descriptor: (Ljava/io/FileDescriptor;[BII)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fd    
      b     
      off   
      len   

  private void socketWrite(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // java.net.SocketOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 101
            iload 3 /* len */
            ifle 1
            iload 2 /* off */
            iflt 1
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            iload 2 /* off */
            isub
            if_icmple 6
         1: .line 102
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 3
         2: .line 103
            return
         3: .line 105
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "len == "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 106
            ldc " off == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* off */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " buffer length == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* b */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 105
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
            invokevirtual java.net.AbstractPlainSocketImpl.acquireFD:()Ljava/io/FileDescriptor;
            astore 4 /* fd */
        start local 4 // java.io.FileDescriptor fd
         7: .line 111
            aload 0 /* this */
            aload 4 /* fd */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.net.SocketOutputStream.socketWrite0:(Ljava/io/FileDescriptor;[BII)V
         8: .line 112
            goto 19
      StackMap locals: java.net.SocketOutputStream byte[] int int java.io.FileDescriptor
      StackMap stack: java.net.SocketException
         9: astore 5 /* se */
        start local 5 // java.net.SocketException se
        10: .line 113
            aload 5 /* se */
            instanceof sun.net.ConnectionResetException
            ifeq 13
        11: .line 114
            aload 0 /* this */
            getfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
            invokevirtual java.net.AbstractPlainSocketImpl.setConnectionResetPending:()V
        12: .line 115
            new java.net.SocketException
            dup
            ldc "Connection reset"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            astore 5 /* se */
        13: .line 117
      StackMap locals: java.net.SocketException
      StackMap stack:
            aload 0 /* this */
            getfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
            invokevirtual java.net.AbstractPlainSocketImpl.isClosedOrPending:()Z
            ifeq 15
        14: .line 118
            new java.net.SocketException
            dup
            ldc "Socket closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 120
      StackMap locals:
      StackMap stack:
            aload 5 /* se */
            athrow
        end local 5 // java.net.SocketException se
        16: .line 122
      StackMap locals: java.net.SocketOutputStream byte[] int int java.io.FileDescriptor
      StackMap stack: java.lang.Throwable
            astore 6
        17: .line 123
            aload 0 /* this */
            getfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
            invokevirtual java.net.AbstractPlainSocketImpl.releaseFD:()V
        18: .line 124
            aload 6
            athrow
        19: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
            invokevirtual java.net.AbstractPlainSocketImpl.releaseFD:()V
        20: .line 125
            return
        end local 4 // java.io.FileDescriptor fd
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Ljava/net/SocketOutputStream;
            0   21     1     b  [B
            0   21     2   off  I
            0   21     3   len  I
            7   21     4    fd  Ljava/io/FileDescriptor;
           10   16     5    se  Ljava/net/SocketException;
      Exception table:
        from    to  target  type
           7     8       9  Class java.net.SocketException
           7    16      16  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.net.SocketOutputStream this
        start local 1 // int b
         0: .line 133
            aload 0 /* this */
            getfield java.net.SocketOutputStream.temp:[B
            iconst_0
            iload 1 /* b */
            i2b
            bastore
         1: .line 134
            aload 0 /* this */
            aload 0 /* this */
            getfield java.net.SocketOutputStream.temp:[B
            iconst_0
            iconst_1
            invokevirtual java.net.SocketOutputStream.socketWrite:([BII)V
         2: .line 135
            return
        end local 1 // int b
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/SocketOutputStream;
            0    3     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.net.SocketOutputStream this
        start local 1 // byte[] b
         0: .line 143
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual java.net.SocketOutputStream.socketWrite:([BII)V
         1: .line 144
            return
        end local 1 // byte[] b
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/net/SocketOutputStream;
            0    2     1     b  [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 // java.net.SocketOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 155
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.net.SocketOutputStream.socketWrite:([BII)V
         1: .line 156
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/net/SocketOutputStream;
            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=2, locals=1, args_size=1
        start local 0 // java.net.SocketOutputStream this
         0: .line 164
            aload 0 /* this */
            getfield java.net.SocketOutputStream.closing:Z
            ifeq 2
         1: .line 165
            return
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.net.SocketOutputStream.closing:Z
         3: .line 167
            aload 0 /* this */
            getfield java.net.SocketOutputStream.socket:Ljava/net/Socket;
            ifnull 7
         4: .line 168
            aload 0 /* this */
            getfield java.net.SocketOutputStream.socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.isClosed:()Z
            ifne 8
         5: .line 169
            aload 0 /* this */
            getfield java.net.SocketOutputStream.socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.close:()V
         6: .line 170
            goto 8
         7: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.SocketOutputStream.impl:Ljava/net/AbstractPlainSocketImpl;
            invokevirtual java.net.AbstractPlainSocketImpl.close:()V
         8: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield java.net.SocketOutputStream.closing:Z
         9: .line 173
            return
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/net/SocketOutputStream;
    Exceptions:
      throws java.io.IOException

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.net.SocketOutputStream this
         0: .line 178
            return
        end local 0 // java.net.SocketOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/SocketOutputStream;

  private static native void init();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
}
SourceFile: "SocketOutputStream.java"