点击或拖拽改变大小

HslHelperReadSpecifiedLengthFromStream 方法

从流中接收指定长度的字节数组

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static byte[] ReadSpecifiedLengthFromStream(
	Stream stream,
	int length
)

参数

stream
类型:System.IOStream
length
类型:SystemInt32
数据长度

返回值

类型:Byte
二进制的字节数组
参见