C# 클래스 BinaryReaderExtensionMethods

파일 보기 프로젝트 열기: rlabrecque/WitnessYourProgress

공개 메소드들

메소드 설명
PeekByte ( this reader ) : byte
PeekInt32 ( this reader ) : int
ReadCString ( this reader ) : string

메소드 상세

PeekByte() 공개 정적인 메소드

public static PeekByte ( this reader ) : byte
reader this
리턴 byte

PeekInt32() 공개 정적인 메소드

public static PeekInt32 ( this reader ) : int
reader this
리턴 int

ReadCString() 공개 정적인 메소드

public static ReadCString ( this reader ) : string
reader this
리턴 string