UnityMol  0.9.6-875
UnityMol viewer / In developement
Convert.TypeConvert Class Reference

Public Member Functions

 TypeConvert ()
 

Static Public Member Functions

static byte[] getBytes (short s, bool asc)
 
static byte[] getBytes (int s, bool asc)
 
static byte[] getBytes (long s, bool asc)
 
static short getShort (byte[] buf, bool asc)
 
static int getInt (byte[] buf, bool asc)
 
static long getLong (byte[] buf, bool asc)
 

Detailed Description

Definition at line 71 of file TypeConvert.cs.

Constructor & Destructor Documentation

Convert.TypeConvert.TypeConvert ( )

Definition at line 74 of file TypeConvert.cs.

Member Function Documentation

static byte [] Convert.TypeConvert.getBytes ( short  s,
bool  asc 
)
static

Definition at line 78 of file TypeConvert.cs.

Referenced by SocketConnect.UnitySocket.UnitySocket.Send().

+ Here is the caller graph for this function:

static byte [] Convert.TypeConvert.getBytes ( int  s,
bool  asc 
)
static

Definition at line 100 of file TypeConvert.cs.

static byte [] Convert.TypeConvert.getBytes ( long  s,
bool  asc 
)
static

Definition at line 118 of file TypeConvert.cs.

static int Convert.TypeConvert.getInt ( byte[]  buf,
bool  asc 
)
static

Definition at line 155 of file TypeConvert.cs.

Referenced by SocketConnect.UnitySocket.UnitySocket.ReceiveInt().

+ Here is the caller graph for this function:

static long Convert.TypeConvert.getLong ( byte[]  buf,
bool  asc 
)
static

Definition at line 175 of file TypeConvert.cs.

Referenced by SocketConnect.UnitySocket.UnitySocket.ReceiveLong().

+ Here is the caller graph for this function:

static short Convert.TypeConvert.getShort ( byte[]  buf,
bool  asc 
)
static

Definition at line 135 of file TypeConvert.cs.

Referenced by SocketConnect.UnitySocket.UnitySocket.ReceiveShort().

+ Here is the caller graph for this function:


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