public class Varint extends Object
Constructor and Description |
---|
Varint() |
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
intToVarintBuffer(int value) |
static byte[] |
intToVarintBytes(int value) |
static int |
varintToInt(byte[] bytes) |
static int |
varintToInt(ByteBuffer byteBuffer) |
public static byte[] intToVarintBytes(int value)
public static ByteBuffer intToVarintBuffer(int value)
public static int varintToInt(byte[] bytes)
public static int varintToInt(ByteBuffer byteBuffer)
Copyright © 2020 Voovan. All rights reserved.