Shared utilities for Avro varint (zig-zag) encoding.
More...
Shared utilities for Avro varint (zig-zag) encoding.
Definition at line 20 of file AvroEncoders.cs.
◆ EnsureCapacity()
| static void AvroEncoding.EnsureCapacity |
( |
ref byte [] |
buffer, |
|
|
int |
position, |
|
|
int |
required |
|
) |
| |
|
inlinestatic |
◆ GetVarIntSize()
| static int AvroEncoding.GetVarIntSize |
( |
long |
value | ) |
|
|
inlinestatic |
◆ WriteVarInt()
| static int AvroEncoding.WriteVarInt |
( |
byte [] |
buffer, |
|
|
int |
position, |
|
|
int |
value |
|
) |
| |
|
inlinestatic |
◆ WriteVarLong()
| static int AvroEncoding.WriteVarLong |
( |
byte [] |
buffer, |
|
|
int |
position, |
|
|
long |
value |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: