JavaTM 2 Platform
Standard Ed. 6

java.net
介面 FileNameMap


public interface FileNameMap

提供在檔案名和 MIME 型別字元串之間進行映射的機制的簡單介面。

從以下版本開始:
JDK1.1

方法摘要
 String getContentTypeFor(String fileName)
          獲取指定檔案名的 MIME 型別。
 

方法詳細資訊

getContentTypeFor

String getContentTypeFor(String fileName)
獲取指定檔案名的 MIME 型別。

參數:
fileName - 指定檔案名
返回:
指示指定檔案名的 MIME 型別的 String

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only