C# Class TeleSharp.TL.LongUtil

Afficher le fichier Open project: sochix/TLSharp

Méthodes publiques

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

Method Details

Deserialize() public static méthode

public static Deserialize ( BinaryReader reader ) : long
reader System.IO.BinaryReader
Résultat long

Serialize() public static méthode

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