home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
ContentHandler.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
339b
|
17 lines
import java.net.*;
import java.io.*;
public class \Name\ extends java.net.ContentHandler
{
public \Name\ ()
{
super ();
}
public Object getContent(URLConnection urlc) throws IOException
{
Object AResult = new Object ();
//Add your code here
return AResult;
}
}