类库说明文档
![]() | 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)

C#
public static byte[] ReadBuffer( string filePath )
Parameters
- filePath
- Type: SystemString
要读取的完整文件路径
Return Value
Type: Byte返回当前流读取字节序列
