Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: void WriteUInt64Optim(this Stream, ulong)

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.