C# 클래스 PRI.ProductivityExtensions.BinaryReaderExtensions.BinaryReaderable

Class that contains extension methods that extend BinaryReader
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
Read ( this binaryreader, Byte buffer ) : Int32

Extends Read so that buffer offset of 0 and call to Array.Length are not needed. binaryreader.Read(buffer);

Read ( this binaryreader, Char buffer ) : Int32

Extends Read so that buffer offset of 0 and call to Array.Length are not needed. binaryreader.Read(buffer);

메소드 상세

Read() 공개 정적인 메소드

Extends Read so that buffer offset of 0 and call to Array.Length are not needed. binaryreader.Read(buffer);
public static Read ( this binaryreader, Byte buffer ) : Int32
binaryreader this
buffer Byte
리턴 System.Int32

Read() 공개 정적인 메소드

Extends Read so that buffer offset of 0 and call to Array.Length are not needed. binaryreader.Read(buffer);
public static Read ( this binaryreader, Char buffer ) : Int32
binaryreader this
buffer Char
리턴 System.Int32