home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian PC Authority 2001 February
/
FEB2001.BIN
/
INTERNET
/
OPERA
/
CNET-Opera5_final_java.exe
/
OPERA.JAR
/
opera
/
FtpURLConnection.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-07-04
|
239 b
|
10 lines
package opera;
import java.net.URL;
public class FtpURLConnection extends OperaURLConnection {
protected FtpURLConnection(URL var1) {
super(var1);
}
}