Click or drag to resize

WritableUtilityWrite7BitEncodedInt32 Method

Writes a 32-bit integer in a compressed format.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static void Write7BitEncodedInt32(
	BinaryWriter writer,
	int value
)

Parameters

writer
Type: System.IOBinaryWriter
The BinaryWriter to write the value to.
value
Type: SystemInt32
The 32-bit integer to be written.
See Also