Skip to content

StreamExtensions.WriteInt32 Method

Definition

Writes an Int32 to the stream.

public static void WriteInt32(this Stream stream, int value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

Name Type Description
stream Stream
value Int32 The Int32 value to write.
endian Endian The endianness to use.