C# Class QFramework.Editor.QEditorUtil

显示文件 Open project: liangxiegame/QFramework

Public Methods

Method Description
GetFileBytes ( string fileFullPath ) : byte[]

根据文件路径获取文件的byte数据

MD5 ( byte bytes ) : string

获取文件的MD5值

Size ( byte bytes ) : string

获取文件的大小

Method Details

GetFileBytes() public static method

根据文件路径获取文件的byte数据
public static GetFileBytes ( string fileFullPath ) : byte[]
fileFullPath string
return byte[]

MD5() public static method

获取文件的MD5值
public static MD5 ( byte bytes ) : string
bytes byte
return string

Size() public static method

获取文件的大小
public static Size ( byte bytes ) : string
bytes byte
return string