Skip to content

StreamExtensions.WriteInt64 Method

Definition

Writes a Int64 to the stream.

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

View source

Parameters

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