Skip to content

StreamExtensions.WriteUInt64 Method

Definition

Writes a UInt64 to the stream.

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

View source

Parameters

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