Declaration
public static void WriteUInt64Optim(
this Stream stream,
ulong val
)
Summary
Encodes a 64-bit unsigned integer in a variable number of bytes, using fewer bytes for smaller values.
Remarks
See
StreamExtensions.WriteInt32Optim(this Stream, int) for the precise encoding.