public struct PipeBytesWriter : IBytesWriter,
IBufferWriter<byte>Public Structure PipeBytesWriter
Implements IBytesWriter, IBufferWriter(Of Byte)[<SealedAttribute>]
type PipeBytesWriter =
struct
inherit ValueType
interface IBytesWriter
interface IBufferWriter<byte>
end| PipeBytesWriter | 使用指定的管道写入器初始化PipeBytesWriter的新实例。 |
| SupportsRewind | 获取一个值,该值指示写入器是否支持回退操作。 |
| Version | 获取写入器的版本号。 |
| WrittenCount | 获取已写入的字节总数。 |
| Advance | Notifies the IBufferWriterT that count data items were written to the output SpanT or MemoryT. |
| Equals | Indicates whether this instance and a specified object are equal. (继承自 ValueType。) |
| FlushAsync | 异步刷新底层管道写入器,确保缓冲的数据被写入到目标。 |
| GetHashCode | Returns the hash code for this instance. (继承自 ValueType。) |
| GetMemory | Returns a MemoryT to write to that is at least the requested size (specified by sizeHint). |
| GetSpan | Returns a SpanT to write to that is at least the requested size (specified by sizeHint). |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| ToString | Returns the fully qualified type name of this instance. (继承自 ValueType。) |
| Write | 将指定的字节跨度写入到写入器中。 |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |