public final class TypeSizes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
encodedUTF8Length(java.lang.String st) |
static int |
sizeof(boolean value) |
static int |
sizeof(int value) |
static int |
sizeof(long value) |
static int |
sizeof(short value) |
static int |
sizeof(java.lang.String value)
assumes UTF8
|
static int |
sizeof(java.util.UUID value) |
static int |
sizeofUnsignedVInt(long value) |
static int |
sizeofVInt(long value) |
static int |
sizeofWithLength(java.nio.ByteBuffer value) |
static int |
sizeofWithShortLength(java.nio.ByteBuffer value) |
static int |
sizeofWithVIntLength(java.nio.ByteBuffer value) |
public static int sizeof(java.lang.String value)
public static int encodedUTF8Length(java.lang.String st)
public static int sizeofWithShortLength(java.nio.ByteBuffer value)
public static int sizeofWithLength(java.nio.ByteBuffer value)
public static int sizeofWithVIntLength(java.nio.ByteBuffer value)
public static int sizeof(boolean value)
public static int sizeof(short value)
public static int sizeof(int value)
public static int sizeof(long value)
public static int sizeof(java.util.UUID value)
public static int sizeofVInt(long value)
public static int sizeofUnsignedVInt(long value)
Copyright © 2018 The Apache Software Foundation