C# Class XLibrary.Remote.PacketExts

Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Méthode Description
HashSetFromBytes ( byte data, int pos, int size ) : HashSet
ListFromBytes ( byte data, int pos, int size ) : List
StatsFromBytes ( byte data, int pos, int size ) : List
Test ( ) : void
ToBytes ( this list ) : byte[]
ToBytes ( this set ) : byte[]

Method Details

HashSetFromBytes() public static méthode

public static HashSetFromBytes ( byte data, int pos, int size ) : HashSet
data byte
pos int
size int
Résultat HashSet

ListFromBytes() public static méthode

public static ListFromBytes ( byte data, int pos, int size ) : List
data byte
pos int
size int
Résultat List

StatsFromBytes() public static méthode

public static StatsFromBytes ( byte data, int pos, int size ) : List
data byte
pos int
size int
Résultat List

Test() public static méthode

public static Test ( ) : void
Résultat void

ToBytes() public static méthode

public static ToBytes ( this list ) : byte[]
list this
Résultat byte[]

ToBytes() public static méthode

public static ToBytes ( this set ) : byte[]
set this
Résultat byte[]