类库说明文档
JHStreamToStream Method (Byte) |
字节数组转换为内存流,异常直接抛出
Namespace: DCSoft.Utility.IO
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static Stream ToStream( byte[] buffer )
Parameters
- buffer
- Type: SystemByte
字节数组
Return Value
Type: Stream返回字节数组对应的内存流
See Also