PrimitiveCodec.

WriteInt(byte[], int, int) Method

Syntax

public static void WriteInt(byte[] buffer, int offset, int val)

Parameters

Name Type Description
buffer byte[]
offset int
val int

Return Value

Type Description
void