HslHelperReadBinaryFromStream 方法 |
从流中读取二进制的内容
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] ReadBinaryFromStream(
Stream stream
)
Public Shared Function ReadBinaryFromStream (
stream As Stream
) As Byte()
public:
static array<unsigned char>^ ReadBinaryFromStream(
Stream^ stream
)
static member ReadBinaryFromStream :
stream : Stream -> byte[]
参数
- stream
- 类型:System.IOStream
数据流
返回值
类型:
Byte字节数组
参见