C# Класс Sharpex2D.Common.Extensions.BinaryReaderExtension

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

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

Метод Описание
ReadAllBytes ( this reader ) : byte[]

Reads all Bytes (Alloc:1024).

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

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

Reads all Bytes (Alloc:1024).
public static ReadAllBytes ( this reader ) : byte[]
reader this The BinaryReader.
Результат byte[]