Class: Long

types~ Long

Constructor

new Long()

Long constructor, wrapper of the internal library used.
Source:

Methods

(static) fromBuffer()

Returns a long representation. Used internally for deserialization
Source:

(static) toBuffer(value)

Returns a big-endian buffer representation of the Long instance
Parameters:
Name Type Description
value Long
Source: