public class ByteBuffBase extends Object
| 构造器和说明 |
|---|
ByteBuffBase() |
ByteBuffBase(EByteBuffFormat byteBuffFormat) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected byte[] |
reorderByFormatIn4Bytes(byte[] data)
4字节数据根据格式重新排序
|
protected byte[] |
reorderByFormatIn4Bytes(byte[] data,
int index)
4字节数据根据格式重新排序
|
protected byte[] |
reorderByFormatIn8Bytes(byte[] data)
8字节数据根据格式重新排序
|
protected byte[] |
reorderByFormatIn8Bytes(byte[] data,
int index)
8字节数据根据格式重新排序
|
public ByteBuffBase()
public ByteBuffBase(EByteBuffFormat byteBuffFormat)
protected byte[] reorderByFormatIn4Bytes(byte[] data)
data - 字节数组数据protected byte[] reorderByFormatIn4Bytes(byte[] data,
int index)
data - 字节数组数据index - 索引protected byte[] reorderByFormatIn8Bytes(byte[] data)
data - 字节数组数据protected byte[] reorderByFormatIn8Bytes(byte[] data,
int index)
data - 字节数组数据index - 索引Copyright © 2024. All rights reserved.