Method | Description | |
---|---|---|
pack2 ( byte arr, int offs, short val ) : void | ||
pack4 ( byte arr, int offs, int val ) : void | ||
pack8 ( byte arr, int offs, long val ) : void | ||
packDate ( byte arr, int offs, DateTime val ) : void | ||
packDecimal ( byte arr, int offs, decimal val ) : void | ||
packF4 ( byte arr, int offs, float val ) : void | ||
packF8 ( byte arr, int offs, double val ) : void | ||
packGuid ( byte arr, int offs, Guid val ) : void | ||
unpack2 ( byte arr, int offs ) : short | ||
unpack4 ( byte arr, int offs ) : int | ||
unpack8 ( byte arr, int offs ) : long | ||
unpackDate ( byte arr, int offs ) : DateTime | ||
unpackDecimal ( byte arr, int offs ) : decimal | ||
unpackF4 ( byte arr, int offs ) : float | ||
unpackF8 ( byte arr, int offs ) : double | ||
unpackGuid ( byte arr, int offs ) : Guid | ||
unpackString ( byte arr, int offs, string &str ) : int |
public static pack2 ( byte arr, int offs, short val ) : void | ||
arr | byte | |
offs | int | |
val | short | |
return | void |
public static pack4 ( byte arr, int offs, int val ) : void | ||
arr | byte | |
offs | int | |
val | int | |
return | void |
public static pack8 ( byte arr, int offs, long val ) : void | ||
arr | byte | |
offs | int | |
val | long | |
return | void |
public static packDate ( byte arr, int offs, DateTime val ) : void | ||
arr | byte | |
offs | int | |
val | DateTime | |
return | void |
public static packDecimal ( byte arr, int offs, decimal val ) : void | ||
arr | byte | |
offs | int | |
val | decimal | |
return | void |
public static packF4 ( byte arr, int offs, float val ) : void | ||
arr | byte | |
offs | int | |
val | float | |
return | void |
public static packF8 ( byte arr, int offs, double val ) : void | ||
arr | byte | |
offs | int | |
val | double | |
return | void |
public static packGuid ( byte arr, int offs, Guid val ) : void | ||
arr | byte | |
offs | int | |
val | Guid | |
return | void |
public static unpack2 ( byte arr, int offs ) : short | ||
arr | byte | |
offs | int | |
return | short |
public static unpack4 ( byte arr, int offs ) : int | ||
arr | byte | |
offs | int | |
return | int |
public static unpack8 ( byte arr, int offs ) : long | ||
arr | byte | |
offs | int | |
return | long |
public static unpackDate ( byte arr, int offs ) : DateTime | ||
arr | byte | |
offs | int | |
return | DateTime |
public static unpackDecimal ( byte arr, int offs ) : decimal | ||
arr | byte | |
offs | int | |
return | decimal |
public static unpackF4 ( byte arr, int offs ) : float | ||
arr | byte | |
offs | int | |
return | float |
public static unpackF8 ( byte arr, int offs ) : double | ||
arr | byte | |
offs | int | |
return | double |
public static unpackGuid ( byte arr, int offs ) : Guid | ||
arr | byte | |
offs | int | |
return | Guid |
public static unpackString ( byte arr, int offs, string &str ) : int | ||
arr | byte | |
offs | int | |
str | string | |
return | int |