JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.base
Package
java.net
Interface FileNameMap
public interface
FileNameMap
提供了一个简单的接口,用于在文件名和MIME类型字符串之间进行映射的机制。
自从:
1.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getContentTypeFor
(
String
fileName)
获取指定文件名的MIME类型。
Method Details
getContentTypeFor
String
getContentTypeFor
(
String
fileName)
获取指定文件名的MIME类型。
参数:
fileName
- 指定的文件名
返回值:
一个
String
,表示指定文件名的MIME类型。