Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: void WriteInt64Optim(this Stream, long)

Declaration

public static void WriteInt64Optim(
    this Stream stream,
    long val
)

Summary

Encodes a 64-bit signed integer in a variable number of bytes, using fewer bytes for values closer to zero.

Remarks

See StreamExtensions.WriteInt32Optim(this Stream, int) for the precise encoding.