public class Util
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
BACKWARD_SIZE_MAX |
static int |
BLOCK_HEADER_SIZE_MAX |
static int |
STREAM_HEADER_SIZE |
static long |
VLI_MAX |
static int |
VLI_SIZE_MAX |
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static int |
getVLISize(long num) |
public static final int STREAM_HEADER_SIZE
public static final long BACKWARD_SIZE_MAX
public static final int BLOCK_HEADER_SIZE_MAX
public static final long VLI_MAX
public static final int VLI_SIZE_MAX