home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 49 / cda49.iso / VNULabs / BrownOrifice / BOHTTPD-0.2 / BOURLInputStream.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-08-11  |  329 b   |  11 lines

  1. import java.io.IOException;
  2. import netscape.net.URLConnection;
  3. import netscape.net.URLInputStream;
  4.  
  5. public class BOURLInputStream extends URLInputStream {
  6.    public BOURLInputStream(URLConnection var1) throws IOException {
  7.       super(var1);
  8.       ((URLInputStream)this).open();
  9.    }
  10. }
  11.