Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

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.


Method Index

getContentTypeFor(String)

Methods

getContentTypeFor
 public abstract String getContentTypeFor(String fileName)

Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)