一款简单易用的基础网络通讯组件库。

ByteBlock 构造函数

重载列表

ByteBlock(Byte) 实例化一个已知内存的对象。且该内存不会被回收。
ByteBlock(Int32) 无参数构造函数,初始化一个具有默认大小的 ByteBlock 对象。
ByteBlock(ValueByteBlock) 使用 ValueByteBlock 初始化 ByteBlock 对象。
ByteBlock(Byte, Int32) 实例化一个已知内存的对象。且该内存不会被回收。
ByteBlock(Int32, BytePool) 使用指定的字节池和大小初始化 ByteBlock 对象。

参见