| Package | Description |
|---|---|
| cn.felord.domain |
| Modifier and Type | Method and Description |
|---|---|
static FileMediaType |
FileMediaType.extension(okhttp3.MediaType mediaType)
根据MediaType查找FileMediaType
|
static FileMediaType |
FileMediaType.fromFileName(String fileName)
根据文件扩展名检索对应的FileMediaType
|
static FileMediaType |
FileMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMediaType[] |
FileMediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.