public abstract class UIntBase extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected byte[] |
data_bytes |
| 限定符 | 构造器和说明 |
|---|---|
protected |
UIntBase(int bytes,
byte[] value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
serialize(BinaryWriter writer) |
byte[] |
toArray() |
String |
toHexString() |
String |
toString() |
frompublic byte[] toArray()
toArray 在接口中 Serializablepublic String toHexString()
toHexString 在接口中 Serializablepublic void serialize(BinaryWriter writer) throws IOException
serialize 在接口中 SerializableIOExceptionpublic void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionCopyright © 2021. All rights reserved.