PacketWriterCreate Method (PacketWriterPacketIOMethods, Endian, BinaryTextEncoding) |
Creates a PacketWriter.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic static PacketWriter Create(
PacketWriterPacketIOMethods methods,
Endian endian,
BinaryTextEncoding textEncoding
)
Parameters
- methods
- Type: Demo3D.IOPacketWriterPacketIOMethods
The methods for accessing underlying data. - endian
- Type: Demo3D.IOEndian
The endian format of the data (or null if not known). - textEncoding
- Type: Demo3D.IOBinaryTextEncoding
The encoding of of strings in the packet (or null if not known).
Return Value
Type:
PacketWriterA new PacketWriter
See Also