home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
URLConnection.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
284b
|
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
}
}