Skip to content

StreamExtensions.WriteUInt24 Method

Definition

Writes a UInt24 to the stream.

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

View source

Parameters

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