PrimitiveCodec.

WriteLong(byte[], int, long) Method

Syntax

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

Parameters

Name Type Description
buffer byte[]
offset int
val long

Return Value

Type Description
void