public class VByte extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
decode(byte[] data,
int offset,
Mutable<Long> value) |
static long |
decode(ByteBuffer in) |
static long |
decode(InputStream in) |
static int |
encode(byte[] data,
int offset,
int value) |
static void |
encode(OutputStream out,
long value) |
static void |
show(byte[] data,
int len) |
public static void encode(OutputStream out, long value) throws IOException
IOExceptionpublic static long decode(InputStream in) throws IOException
IOExceptionpublic static long decode(ByteBuffer in) throws IOException
IOExceptionpublic static int encode(byte[] data,
int offset,
int value)
public static void show(byte[] data,
int len)
Copyright © 2018 DataWeb Research. All rights reserved.