C# Class YGOSharp.Network.Utils.BinaryExtensions

Afficher le fichier Open project: IceYGO/ygosharp

Méthodes publiques

Méthode Description
ReadToEnd ( this reader ) : byte[]
ReadUnicode ( this reader, int len ) : string
WriteUnicode ( this writer, string text, int len ) : void

Method Details

ReadToEnd() public static méthode

public static ReadToEnd ( this reader ) : byte[]
reader this
Résultat byte[]

ReadUnicode() public static méthode

public static ReadUnicode ( this reader, int len ) : string
reader this
len int
Résultat string

WriteUnicode() public static méthode

public static WriteUnicode ( this writer, string text, int len ) : void
writer this
text string
len int
Résultat void