PacketWriterCreate Method (Endian, BinaryTextEncoding) |
Creates an expandable PacketWriter. The packet will expand to accomodate the data written into it.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic static PacketWriter Create(
Endian endian,
BinaryTextEncoding textEncoding
)
Parameters
- 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