Skip to content
Reference > Classes

Byte

Definition

Byte var = .... ;

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)

Byte byte = new Byte(Byte b)

Description

Initialize a Byte object

Parameter Definition

Name Type Description
b Byte  a Byte