home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / URLConnection.pre < prev    next >
Text File  |  1995-10-08  |  284b  |  15 lines

  1. import java.net.*;
  2. import java.io.*;
  3.  
  4. public class \Name\ extends java.net.URLConnection
  5.    {
  6.    public \Name\ (URL AURL) throws IOException
  7.       {
  8.       super (AURL);
  9.       }
  10.    public void connect() throws IOException 
  11.       {
  12.                //Add your code here
  13.       }
  14.    }
  15.