C# Class Aselia.Core.InterServer.Packer

Afficher le fichier Open project: Earth2Me/Aselia

Méthodes publiques

Méthode Description
Pack ( string text ) : byte[]
Unpack ( byte packed ) : string
Unpack ( byte packed, int start, int count ) : string

Method Details

Pack() public static méthode

public static Pack ( string text ) : byte[]
text string
Résultat byte[]

Unpack() public static méthode

public static Unpack ( byte packed ) : string
packed byte
Résultat string

Unpack() public static méthode

public static Unpack ( byte packed, int start, int count ) : string
packed byte
start int
count int
Résultat string