public abstract class ByteBaseOpt extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
castObjectToBytes(Object obj) |
static Date |
readDate(byte[] buf,
int offset) |
static Date |
readDateAsInt32(byte[] buf,
int offset) |
static Date |
readDatetimeAsInt64(byte[] buf,
int offset) |
static double |
readDouble(byte[] buf,
int offset) |
static float |
readFloat(byte[] buf,
int offset) |
static int |
readInt(byte[] buf,
int offset) |
static short |
readInt16(byte[] buf,
int offset) |
static int |
readInt32(byte[] buf,
int offset) |
static long |
readInt64(byte[] buf,
int offset) |
static long |
readLong(byte[] buf,
int offset) |
static short |
readShort(byte[] buf,
int offset) |
static String |
readString(byte[] buf,
int length,
int offset) |
static Date |
readTimestampAsInt64(byte[] buf,
int offset) |
static int |
readUInt16(byte[] buf,
int offset) |
static long |
readUInt32(byte[] buf,
int offset) |
static int |
writeDate(byte[] buf,
Date data,
int offset) |
static int |
writeDateAsInt32(byte[] buf,
Date data,
int offset) |
static int |
writeDatetimeAsInt64(byte[] buf,
Date data,
int offset) |
static int |
writeDouble(byte[] buf,
double data,
int offset) |
static int |
writeFloat(byte[] buf,
float data,
int offset) |
static int |
writeInt(byte[] buf,
int data,
int offset) |
static int |
writeInt16(byte[] buf,
short data,
int offset) |
static int |
writeInt32(byte[] buf,
int data,
int offset) |
static int |
writeInt64(byte[] buf,
long data,
int offset) |
static int |
writeLong(byte[] buf,
long data,
int offset) |
static int |
writeShort(byte[] buf,
short data,
int offset) |
static int |
writeString(byte[] buf,
char[] data,
int offset) |
static int |
writeString(byte[] buf,
String data,
int offset) |
static int |
writeStringApendSpace(byte[] buf,
char[] data,
int len,
int offset) |
static int |
writeStringApendSpace(byte[] buf,
String data,
int len,
int offset) |
static int |
writeStringAsBytes(byte[] buf,
String data,
int offset) |
static int |
writeTimestampAsInt64(byte[] buf,
Date data,
int offset) |
static int |
writeUInt16(byte[] buf,
int data,
int offset) |
static int |
writeUInt32(byte[] buf,
long data,
int offset) |
public static byte[] castObjectToBytes(Object obj)
public static int writeInt64(byte[] buf,
long data,
int offset)
public static int writeLong(byte[] buf,
long data,
int offset)
public static int writeInt32(byte[] buf,
int data,
int offset)
public static int writeUInt32(byte[] buf,
long data,
int offset)
public static int writeInt(byte[] buf,
int data,
int offset)
public static int writeInt16(byte[] buf,
short data,
int offset)
public static int writeUInt16(byte[] buf,
int data,
int offset)
public static int writeShort(byte[] buf,
short data,
int offset)
public static int writeFloat(byte[] buf,
float data,
int offset)
public static int writeDouble(byte[] buf,
double data,
int offset)
public static int writeStringAsBytes(byte[] buf,
String data,
int offset)
public static int writeString(byte[] buf,
String data,
int offset)
public static int writeString(byte[] buf,
char[] data,
int offset)
public static int writeStringApendSpace(byte[] buf,
String data,
int len,
int offset)
public static int writeStringApendSpace(byte[] buf,
char[] data,
int len,
int offset)
public static int writeDate(byte[] buf,
Date data,
int offset)
public static int writeDateAsInt32(byte[] buf,
Date data,
int offset)
public static int writeDatetimeAsInt64(byte[] buf,
Date data,
int offset)
public static int writeTimestampAsInt64(byte[] buf,
Date data,
int offset)
public static long readInt64(byte[] buf,
int offset)
public static long readLong(byte[] buf,
int offset)
public static int readInt32(byte[] buf,
int offset)
public static long readUInt32(byte[] buf,
int offset)
public static int readInt(byte[] buf,
int offset)
public static short readInt16(byte[] buf,
int offset)
public static int readUInt16(byte[] buf,
int offset)
public static short readShort(byte[] buf,
int offset)
public static float readFloat(byte[] buf,
int offset)
public static double readDouble(byte[] buf,
int offset)
public static String readString(byte[] buf, int length, int offset)
public static Date readDate(byte[] buf, int offset)
public static Date readDateAsInt32(byte[] buf, int offset)
public static Date readDatetimeAsInt64(byte[] buf, int offset)
public static Date readTimestampAsInt64(byte[] buf, int offset)
Copyright © 2025 江苏南大先腾信息产业股份有限公司. All rights reserved.