home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIPHEFT062001.ISO
/
exe
/
O502java.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-12-07
|
239 b
|
10 lines
package opera;
import java.net.URL;
public class FtpURLConnection extends OperaURLConnection {
protected FtpURLConnection(URL var1) {
super(var1);
}
}