public final class ContentType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MediaType |
JSON
Json
|
static MediaType |
STREAM
字节流
|
static MediaType |
TEXT
纯文本
|
| Constructor and Description |
|---|
ContentType() |
| Modifier and Type | Method and Description |
|---|---|
static MediaType |
guessMimeType(java.lang.String fileName)
根据文件名获取 MIME 类型
|