Serialized Form
-
Package org.joou
-
Class org.joou.UByte
class UByte extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialization Methods
-
readResolve
Replace version read through deserialization with cached version. Note that this does not use theUByte.valueOfUnchecked(short)
as we have no guarantee that the value from the stream is valid.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
value
short value
The value modelling the content of thisunsigned byte
-
-
Class org.joou.UInteger
class UInteger extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialization Methods
-
readResolve
Replace version read through deserialization with cached version.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
value
long value
The value modelling the content of thisunsigned int
-
-
Class org.joou.ULong
class ULong extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialized Fields
-
value
long value
The value modelling the content of thisunsigned long
-
-
Class org.joou.UNumber
class UNumber extends Number implements Serializable- serialVersionUID:
- -7666221938815339843L
-
Class org.joou.UShort
class UShort extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialized Fields
-
value
int value
The value modelling the content of thisunsigned short
-
-