java.lang if they
had been a part of Java.See: Description
| Class | Description |
|---|---|
| SignedInteger |
This class represents a signed integer value (i.e.
|
| SignedLong |
This class represents a signed long value (i.e.
|
| UnsignedByte |
This object represents an unsigned byte (eight bits) with a value between
0 and 255 (inclusive). |
| UnsignedInteger |
This object represents an unsigned integer (four bytes or 32 bits) with a
value between {code 0} and
4294967295. |
| UnsignedLong |
This object represents an unsigned long (eight bytes or 64 bits) with a value
between {code 0} and
18446744073709551615. |
| UnsignedShort |
This object represents an unsigned short value (two bytes or 16 bits) with a
value between {code 0} and
65535. |
| Exception | Description |
|---|---|
| At4JException |
This is a base class for exceptions in this project.
|
java.lang if they
had been a part of Java.