public final class VLQUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
VLQUtil.ByteConsumer |
static interface |
VLQUtil.ByteSupplier |
| Constructor and Description |
|---|
VLQUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
decodeUnsignedIntFromVLQ(VLQUtil.ByteSupplier byteSupplier) |
static void |
encodeUnsignedIntAsVLQ(int value,
VLQUtil.ByteConsumer byteConsumer) |
public static int decodeUnsignedIntFromVLQ(VLQUtil.ByteSupplier byteSupplier)
public static void encodeUnsignedIntAsVLQ(int value,
VLQUtil.ByteConsumer byteConsumer)
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.