| 程序包 | 说明 |
|---|---|
| top.lshaci.framework.utils | |
| top.lshaci.framework.utils.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
static FileType |
FileTypeUtil.getType(File file)
Get the file type with file
|
static FileType |
FileTypeUtil.getType(InputStream is)
Get the file type with input stream
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FileType |
FileType.geFileType(String fileHead)
Get the file type with the file stream header
|
static FileType |
FileType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FileType[] |
FileType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2017. All rights reserved.