public class ParseUtil
extends java.lang.Object
| Constructor and Description |
|---|
ParseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
deserializeIntBE(byte[] inbuf,
int offset) |
static int |
deserializeIntLE(byte[] inbuf,
int offset) |
static short |
deserializeShortBE(byte[] inbuf,
int offset) |
static short |
deserializeShortLE(byte[] inbuf,
int offset) |
static int |
deserializeString(byte[] inbuf,
int offset,
int len,
java.lang.StringBuffer outbuf) |
static int |
deserializeString(byte[] inbuf,
int offset,
java.lang.StringBuffer outbuf) |
static int |
serializeIntBE(int value,
byte[] outbuf,
int offset) |
static int |
serializeIntLE(int value,
byte[] outbuf,
int offset) |
static int |
serializeShortBE(short value,
byte[] outbuf,
int offset) |
static int |
serializeShortLE(short value,
byte[] outbuf,
int offset) |
static int |
serializeString(java.lang.String str,
byte[] outbuf,
int offset) |
public static int serializeIntBE(int value,
byte[] outbuf,
int offset)
public static int serializeIntLE(int value,
byte[] outbuf,
int offset)
public static int deserializeIntBE(byte[] inbuf,
int offset)
public static int deserializeIntLE(byte[] inbuf,
int offset)
public static int serializeShortBE(short value,
byte[] outbuf,
int offset)
public static int serializeShortLE(short value,
byte[] outbuf,
int offset)
public static short deserializeShortBE(byte[] inbuf,
int offset)
public static short deserializeShortLE(byte[] inbuf,
int offset)
public static int serializeString(java.lang.String str,
byte[] outbuf,
int offset)
public static int deserializeString(byte[] inbuf,
int offset,
java.lang.StringBuffer outbuf)
public static int deserializeString(byte[] inbuf,
int offset,
int len,
java.lang.StringBuffer outbuf)
throws ParseException
ParseExceptionCopyright © 2001-2005 Echomine. All Rights Reserved.