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.