C# Класс YGOSharp.Network.Utils.BinaryExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ReadToEnd ( this reader ) : byte[]
ReadUnicode ( this reader, int len ) : string
WriteUnicode ( this writer, string text, int len ) : void

Описание методов

ReadToEnd() публичный статический Метод

public static ReadToEnd ( this reader ) : byte[]
reader this
Результат byte[]

ReadUnicode() публичный статический Метод

public static ReadUnicode ( this reader, int len ) : string
reader this
len int
Результат string

WriteUnicode() публичный статический Метод

public static WriteUnicode ( this writer, string text, int len ) : void
writer this
text string
len int
Результат void