C# Class Aselia.Core.InterServer.Packer

Exibir arquivo Open project: Earth2Me/Aselia

Public Methods

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

Method Details

Pack() public static method

public static Pack ( string text ) : byte[]
text string
return byte[]

Unpack() public static method

public static Unpack ( byte packed ) : string
packed byte
return string

Unpack() public static method

public static Unpack ( byte packed, int start, int count ) : string
packed byte
start int
count int
return string