StreamExtensions.WriteInt16 Method
Definition
Writes a Int16 to the stream.
public static void WriteInt16(this Stream stream, Int16 value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | |
| value | Int16 | The Int16 value to write. |
| endian | Endian | The endianness to use. |