Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: void WriteUInt32Optim(this Stream, uint)

Declaration

public static void WriteUInt32Optim(
    this Stream stream,
    uint val
)

Summary

Encodes a 32-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.