JHFile.ReadBuffer Method (String)

DCSoft.DBUtilityGeneric

JHFileReadBuffer Method (String)
用 UTF-8 格式的编码,从当前流读取字节序列,文件不存在或异常返回 null

Namespace: DCSoft.Utility.IO
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static byte[] ReadBuffer(
	string filePath
)

Parameters

filePath
Type: SystemString
要读取的完整文件路径

Return Value

Type: Byte
返回当前流读取字节序列
See Also