C# Class Sharpex2D.Common.Extensions.BinaryReaderExtension

Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
ReadAllBytes ( this reader ) : byte[]

Reads all Bytes (Alloc:1024).

Method Details

ReadAllBytes() public static méthode

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