home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 31 / SUPERCDa.iso / Inet / HotJava / hjava.exe / Windows / resource / jre / lib / rt.jar / java / net / FileNameMap.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-11  |  252 b   |  6 lines

  1. package java.net;
  2.  
  3. public interface FileNameMap {
  4.    String getContentTypeFor(String var1);
  5. }
  6.