Interface java.net.FileNameMap
All Packages Class Hierarchy This Package Previous Next Index
Interface java.net.FileNameMap
- public interface FileNameMap
A simple interface which provides a mechanism to map between
between a file name and a MIME type string.
- Version:
- 1.5, 07/01/98
- Author:
- Steven B. Byrne
- Since:
- JDK1.1
-
getContentTypeFor(String)
-
getContentTypeFor
public abstract java.lang.String getContentTypeFor(String fileName)
-
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index