home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
URLStreamHandler.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
300b
|
16 lines
import java.net.*;
import java.io.*;
public class \Name\ extends java.net.URLStreamHandler
{
public \Name\ ()
{
super ();
}
protected URLConnection openConnection(URL u) throws IOException
{
//Add your code here
return null;
}
}