public class sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream
  super_class: java.io.FilterOutputStream
{
  sun.net.ftp.FtpClient ftp;
    descriptor: Lsun/net/ftp/FtpClient;
    flags: (0x0000) 

  final sun.net.www.protocol.ftp.FtpURLConnection this$0;
    descriptor: Lsun/net/www/protocol/ftp/FtpURLConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.net.www.protocol.ftp.FtpURLConnection, sun.net.ftp.FtpClient, java.io.OutputStream);
    descriptor: (Lsun/net/www/protocol/ftp/FtpURLConnection;Lsun/net/ftp/FtpClient;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream this
        start local 2 // sun.net.ftp.FtpClient cl
        start local 3 // java.io.OutputStream fd
         0: .line 148
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream.this$0:Lsun/net/www/protocol/ftp/FtpURLConnection;
         1: .line 149
            aload 0 /* this */
            aload 3 /* fd */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         2: .line 150
            aload 0 /* this */
            aload 2 /* cl */
            putfield sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream.ftp:Lsun/net/ftp/FtpClient;
         3: .line 151
            return
        end local 3 // java.io.OutputStream fd
        end local 2 // sun.net.ftp.FtpClient cl
        end local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/ftp/FtpURLConnection$FtpOutputStream;
            0    4     2    cl  Lsun/net/ftp/FtpClient;
            0    4     3    fd  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      cl      
      fd      

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream this
         0: .line 155
            aload 0 /* this */
            invokespecial java.io.FilterOutputStream.close:()V
         1: .line 156
            aload 0 /* this */
            getfield sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream.ftp:Lsun/net/ftp/FtpClient;
            ifnull 3
         2: .line 157
            aload 0 /* this */
            getfield sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream.ftp:Lsun/net/ftp/FtpClient;
            invokevirtual sun.net.ftp.FtpClient.close:()V
         3: .line 159
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/ftp/FtpURLConnection$FtpOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FtpURLConnection.java"
NestHost: sun.net.www.protocol.ftp.FtpURLConnection
InnerClasses:
  protected FtpOutputStream = sun.net.www.protocol.ftp.FtpURLConnection$FtpOutputStream of sun.net.www.protocol.ftp.FtpURLConnection