C# Class Volante.Impl.Bytes

Afficher le fichier Open project: kjk/volante Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

pack2() public static méthode

public static pack2 ( byte arr, int offs, short val ) : void
arr byte
offs int
val short
Résultat void

pack4() public static méthode

public static pack4 ( byte arr, int offs, int val ) : void
arr byte
offs int
val int
Résultat void

pack8() public static méthode

public static pack8 ( byte arr, int offs, long val ) : void
arr byte
offs int
val long
Résultat void

packDate() public static méthode

public static packDate ( byte arr, int offs, DateTime val ) : void
arr byte
offs int
val DateTime
Résultat void

packDecimal() public static méthode

public static packDecimal ( byte arr, int offs, decimal val ) : void
arr byte
offs int
val decimal
Résultat void

packF4() public static méthode

public static packF4 ( byte arr, int offs, float val ) : void
arr byte
offs int
val float
Résultat void

packF8() public static méthode

public static packF8 ( byte arr, int offs, double val ) : void
arr byte
offs int
val double
Résultat void

packGuid() public static méthode

public static packGuid ( byte arr, int offs, Guid val ) : void
arr byte
offs int
val Guid
Résultat void

unpack2() public static méthode

public static unpack2 ( byte arr, int offs ) : short
arr byte
offs int
Résultat short

unpack4() public static méthode

public static unpack4 ( byte arr, int offs ) : int
arr byte
offs int
Résultat int

unpack8() public static méthode

public static unpack8 ( byte arr, int offs ) : long
arr byte
offs int
Résultat long

unpackDate() public static méthode

public static unpackDate ( byte arr, int offs ) : DateTime
arr byte
offs int
Résultat DateTime

unpackDecimal() public static méthode

public static unpackDecimal ( byte arr, int offs ) : decimal
arr byte
offs int
Résultat decimal

unpackF4() public static méthode

public static unpackF4 ( byte arr, int offs ) : float
arr byte
offs int
Résultat float

unpackF8() public static méthode

public static unpackF8 ( byte arr, int offs ) : double
arr byte
offs int
Résultat double

unpackGuid() public static méthode

public static unpackGuid ( byte arr, int offs ) : Guid
arr byte
offs int
Résultat Guid

unpackString() public static méthode

public static unpackString ( byte arr, int offs, string &str ) : int
arr byte
offs int
str string
Résultat int