C# Class YGOSharp.Network.Utils.BinaryExtensions

Exibir arquivo Open project: IceYGO/ygosharp

Public Methods

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

Method Details

ReadToEnd() public static method

public static ReadToEnd ( this reader ) : byte[]
reader this
return byte[]

ReadUnicode() public static method

public static ReadUnicode ( this reader, int len ) : string
reader this
len int
return string

WriteUnicode() public static method

public static WriteUnicode ( this writer, string text, int len ) : void
writer this
text string
len int
return void