public abstract class UIntBase extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data_bytes |
| Modifier | Constructor and Description |
|---|---|
protected |
UIntBase(int bytes,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(BinaryReader reader) |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
serialize(BinaryWriter writer) |
byte[] |
toArray() |
String |
toHexString() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfrompublic byte[] toArray()
toArray in interface Serializablepublic String toHexString()
toHexString in interface Serializablepublic void serialize(BinaryWriter writer) throws IOException
serialize in interface SerializableIOExceptionpublic void deserialize(BinaryReader reader) throws IOException
deserialize in interface SerializableIOExceptionCopyright © 2020. All rights reserved.