Byte¶
Definition¶
Extends¶
Extended By¶
None
Description¶
A number of type Byte
Method Summary¶
Owner | Name | Return Type | Description |
---|---|---|---|
Byte | constructor(b) | Object | Initialize a Byte object |
Object | getClassName() | String | Returns the string name of this object's class type. |
Object | toJson() | String | Returns a json representation of this object. |
Method Definitions¶
constructor(b)¶
Description¶
Initialize a Byte object
Parameter Definition¶
Name | Type | Description |
---|---|---|
b | Byte | a Byte |