HslHelperWriteBinaryToStream 方法 |
将二进制的内容写入到数据流之中
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void WriteBinaryToStream(
Stream stream,
byte[] value
)
Public Shared Sub WriteBinaryToStream (
stream As Stream,
value As Byte()
)
public:
static void WriteBinaryToStream(
Stream^ stream,
array<unsigned char>^ value
)
static member WriteBinaryToStream :
stream : Stream *
value : byte[] -> unit
参数
- stream
- 类型:System.IOStream
数据流 - value
- 类型:SystemByte
原始字节数组
参见