public class MessageV1 extends Object
| 构造器和说明 |
|---|
MessageV1() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getHeaderLen(byte[] dstBuf) |
static long |
getInt32(byte[] dstBuf,
int offset) |
static long |
getInt32LittleIdian(byte[] dstBuf,
int offset) |
static boolean |
isBigMsg(byte x) |
static boolean |
isBigMsgBegin(byte x) |
static boolean |
isBigMsgEnd(byte x) |
static boolean |
isBigMsgMore(byte x) |
static void |
putInt32(byte[] buf,
int value) |
static void |
putInt32(byte[] buf,
int offset,
int value) |
public static boolean isBigMsg(byte x)
public static boolean isBigMsgBegin(byte x)
public static boolean isBigMsgMore(byte x)
public static boolean isBigMsgEnd(byte x)
public static int getHeaderLen(byte[] dstBuf)
public static long getInt32(byte[] dstBuf,
int offset)
public static long getInt32LittleIdian(byte[] dstBuf,
int offset)
public static void putInt32(byte[] buf,
int value)
public static void putInt32(byte[] buf,
int offset,
int value)
Copyright © 2017. All Rights Reserved.