byte2File

public static File byte2File(Array<byte> buf, String filePath, String fileName)

根据 byte 数组,生成文件

Return

生成的文件

Parameters

buf

byte 数组

filePath

文件存放路径

fileName

文件名