home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
URLConnection.pre
< 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
Text File
|
1995-10-08
|
284 b
|
15 lines
import java.net.*;
import java.io.*;
public class \Name\ extends java.net.URLConnection
{
public \Name\ (URL AURL) throws IOException
{
super (AURL);
}
public void connect() throws IOException
{
//Add your code here
}
}