Class Decoder
- java.lang.Object
-
- com.alibaba.graphscope.interactive.client.utils.Decoder
-
public class Decoder extends Object
-
-
Constructor Summary
Constructors Constructor Description Decoder(byte[] bs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
empty()
byte
get_byte()
int
get_int()
static int
get_int(byte[] bs, int loc)
long
get_long()
static long
get_long(byte[] bs, int loc)
String
get_string()
-
-
-
Method Detail
-
get_int
public static int get_int(byte[] bs, int loc)
-
get_long
public static long get_long(byte[] bs, int loc)
-
get_long
public long get_long()
-
get_int
public int get_int()
-
get_byte
public byte get_byte()
-
get_string
public String get_string()
-
empty
public boolean empty()
-
-