plebble
us.stdint.int64_t Class Reference
Collaboration diagram for us.stdint.int64_t:

Public Member Functions

 int64_t ()
 
 int64_t (long v)
 
int write (byte[] dest, int pos)
 
int read (byte[] src, int pos)
 

Static Public Member Functions

static int64_t from (byte[] src, int pos)
 

Public Attributes

long value =0
 

Static Public Attributes

static int64_t zero =new int64_t(0L)
 

Constructor & Destructor Documentation

◆ int64_t() [1/2]

us.stdint.int64_t.int64_t ( )
inline

Referenced by us.stdint.int64_t.from().

Here is the caller graph for this function:

◆ int64_t() [2/2]

us.stdint.int64_t.int64_t ( long  v)
inline

Member Function Documentation

◆ from()

static int64_t us.stdint.int64_t.from ( byte[]  src,
int  pos 
)
inlinestatic

References us.stdint.int64_t.int64_t(), and us.stdint.int64_t.read().

Here is the call graph for this function:

◆ read()

int us.stdint.int64_t.read ( byte[]  src,
int  pos 
)
inline

References us.stdint.int64_t.value.

Referenced by us.stdint.int64_t.from().

Here is the caller graph for this function:

◆ write()

int us.stdint.int64_t.write ( byte[]  dest,
int  pos 
)
inline

Member Data Documentation

◆ value

long us.stdint.int64_t.value =0

◆ zero

int64_t us.stdint.int64_t.zero =new int64_t(0L)
static

The documentation for this class was generated from the following file: