Class ValueCodecUtil
java.lang.Object
ru.ilug.bmapper.util.ValueCodecUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intreadVarInt(ByteBuffer buffer) static longreadVarLong(ByteBuffer buffer) static voidwriteVarInt(ByteBuffer buffer, int value) static voidwriteVarLong(ByteBuffer buffer, long value)
-
Constructor Details
-
ValueCodecUtil
public ValueCodecUtil()
-
-
Method Details
-
writeVarInt
-
readVarInt
-
writeVarLong
-
readVarLong
-