home *** CD-ROM | disk | FTP | other *** search
- import java.io.IOException;
- import netscape.net.URLConnection;
- import netscape.net.URLInputStream;
-
- public class BOURLInputStream extends URLInputStream {
- public BOURLInputStream(URLConnection var1) throws IOException {
- super(var1);
- ((URLInputStream)this).open();
- }
- }
-