C# Class TeleSharp.TL.BytesUtil

Afficher le fichier Open project: sochix/TLSharp Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : byte[]
Serialize ( byte src, BinaryWriter writer ) : void

Private Methods

Méthode Description
read ( BinaryReader binaryReader ) : byte[]
write ( BinaryWriter binaryWriter, byte data ) : BinaryWriter

Method Details

Deserialize() public static méthode

public static Deserialize ( BinaryReader reader ) : byte[]
reader System.IO.BinaryReader
Résultat byte[]

Serialize() public static méthode

public static Serialize ( byte src, BinaryWriter writer ) : void
src byte
writer System.IO.BinaryWriter
Résultat void