PacketWriterCreate Method |
| Name | Description | |
|---|---|---|
| Create(Endian, BinaryTextEncoding, String) |
Creates an expandable PacketWriter. The packet will expand to accomodate the data written into it.
| |
| Create(ArraySegmentByte, Endian, BinaryTextEncoding, String) |
Creates a fixed size PacketWriter from a buffer of data.
| |
| Create(Byte, Endian, BinaryTextEncoding, String) |
Creates a fixed size PacketWriter from a buffer of data.
| |
| Create(Int64, Endian, BinaryTextEncoding, String) |
Creates a fixed size PacketWriter from a buffer of data.
| |
| Create(PacketWriterPacketIOMethods, Endian, BinaryTextEncoding, String) |
Creates a PacketWriter.
| |
| Create(Stream, PacketLock, Endian, BinaryTextEncoding, String) |
Creates an expandable PacketWriter writing to a data stream. The packet will expand to accomodate the data written into it.
| |
| Create(ArraySegmentByte, Int32, Int32, Endian, BinaryTextEncoding, String) |
Creates a fixed size PacketWriter from a buffer of data.
| |
| Create(Byte, Int32, Int32, Endian, BinaryTextEncoding, String) |
Creates a fixed size PacketWriter from a buffer of data.
|