C# 클래스 Sharpex2D.Common.Extensions.BinaryReaderExtension

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
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[]