Package | Description |
---|---|
cn.hutool.core.io |
IO相关封装和工具类,包括Inputstream和OutputStream实现类,工具包括流工具IoUtil、文件工具FileUtil和Buffer工具BufferUtil
|
Modifier and Type | Method and Description |
---|---|
static FileMagicNumber |
FileMagicNumber.getMagicNumber(byte[] bytes)
根据给定的bytes,获取对应识别到的
FileMagicNumber |
static FileMagicNumber |
FileMagicNumber.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMagicNumber[] |
FileMagicNumber.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.