Skip to content

StreamExtensions.WriteUInt32 Method

Definition

Writes a UInt32 to the stream.

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

View source

Parameters

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