ByteBlockWriteBytesPackage(Byte, Int32, Int32) 方法
从指定偏移量开始写入指定长度的字节流数据包。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public void WriteBytesPackage(
byte[] value,
int offset,
int length
)
Public Sub WriteBytesPackage (
value As Byte(),
offset As Integer,
length As Integer
)
abstract WriteBytesPackage :
value : byte[] *
offset : int *
length : int -> unit
override WriteBytesPackage :
value : byte[] *
offset : int *
length : int -> unit
- value Byte
- 要写入的字节数组
- offset Int32
- 从数组中开始写入的索引位置
- length Int32
- 要写入的字节数
IByteBlockWriteBytesPackage(Byte, Int32, Int32)