public class sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream extends java.io.FilterInputStream
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream
super_class: java.io.FilterInputStream
{
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.InputStream);
descriptor: (Lsun/net/www/protocol/ftp/FtpURLConnection;Lsun/net/ftp/FtpClient;Ljava/io/InputStream;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream this
start local 2 // sun.net.ftp.FtpClient cl
start local 3 // java.io.InputStream fd
0: .line 123
aload 0 /* this */
aload 1
putfield sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream.this$0:Lsun/net/www/protocol/ftp/FtpURLConnection;
1: .line 124
aload 0 /* this */
new java.io.BufferedInputStream
dup
aload 3 /* fd */
invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
2: .line 125
aload 0 /* this */
aload 2 /* cl */
putfield sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream.ftp:Lsun/net/ftp/FtpClient;
3: .line 126
return
end local 3 // java.io.InputStream fd
end local 2 // sun.net.ftp.FtpClient cl
end local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/net/www/protocol/ftp/FtpURLConnection$FtpInputStream;
0 4 2 cl Lsun/net/ftp/FtpClient;
0 4 3 fd Ljava/io/InputStream;
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$FtpInputStream this
0: .line 130
aload 0 /* this */
invokespecial java.io.FilterInputStream.close:()V
1: .line 131
aload 0 /* this */
getfield sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream.ftp:Lsun/net/ftp/FtpClient;
ifnull 3
2: .line 132
aload 0 /* this */
getfield sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream.ftp:Lsun/net/ftp/FtpClient;
invokevirtual sun.net.ftp.FtpClient.close:()V
3: .line 134
StackMap locals:
StackMap stack:
return
end local 0 // sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/net/www/protocol/ftp/FtpURLConnection$FtpInputStream;
Exceptions:
throws java.io.IOException
}
SourceFile: "FtpURLConnection.java"
NestHost: sun.net.www.protocol.ftp.FtpURLConnection
InnerClasses:
protected FtpInputStream = sun.net.www.protocol.ftp.FtpURLConnection$FtpInputStream of sun.net.www.protocol.ftp.FtpURLConnection