Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sharpex2D
Common
Extensions
BinaryReaderExtension
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[]