home *** CD-ROM | disk | FTP | other *** search
/ Netscape 4 Visual Guide / NETSCAPE4VG.iso / netscape / cb32e404.exe / nav40.z / java40.jar / java / net / ContentHandler.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  330 b   |  8 lines

  1. package java.net;
  2.  
  3. import java.io.IOException;
  4.  
  5. public abstract class ContentHandler {
  6.    public abstract Object getContent(URLConnection var1) throws IOException;
  7. }
  8.