C# Class Sharpex2D.Common.Extensions.BinaryReaderExtension

Show file Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
ReadAllBytes ( this reader ) : byte[]

Reads all Bytes (Alloc:1024).

Method Details

ReadAllBytes() public static method

Reads all Bytes (Alloc:1024).
public static ReadAllBytes ( this reader ) : byte[]
reader this The BinaryReader.
return byte[]