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

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

byte value =0
 

Static Public Attributes

static int8_t zero =new int8_t((byte)0)
 

Constructor & Destructor Documentation

◆ int8_t() [1/2]

us.stdint.int8_t.int8_t ( )
inline

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

Here is the caller graph for this function:

◆ int8_t() [2/2]

us.stdint.int8_t.int8_t ( byte  v)
inline

Member Function Documentation

◆ from()

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

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

Here is the call graph for this function:

◆ read()

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

References us.stdint.int8_t.value.

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

Here is the caller graph for this function:

◆ write()

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

Member Data Documentation

◆ value

byte us.stdint.int8_t.value =0

◆ zero

int8_t us.stdint.int8_t.zero =new int8_t((byte)0)
static

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