Byte¶
Definition¶
Extends¶
Extended By¶
None
Description¶
A number of type Byte
Method Summary¶
| Owner | Name | Return Type | Description |
|---|---|---|---|
| Byte | constructor(value) | Object | Initialize a Byte object with the supplied numerical value. |
| Object | getClassName() | String | Returns the string name of this object's class type. |
| Object | toJson() | String | Returns a string of a json representation of this object. |
Method Definitions¶
constructor(value)¶
Byte byte = new Byte(Comparable value)
Description¶
Initialize a Byte object with the supplied numerical value.
Parameter Definition¶
| Name | Type | Description |
|---|---|---|
| value | Comparable | a byte value |
Example 1¶
getClassName()¶
Description¶
Returns the string name of this object's class type.
Example 4¶
toJson()¶
Description¶
Returns a string of a json representation of this object.