C# 클래스 W3SavegameEditor.Core.ExtensionMethods

파일 보기 프로젝트 열기: Atvaark/W3SavegameEditor

공개 메소드들

메소드 설명
PeekByte ( this reader ) : byte
PeekString ( this reader, int count ) : string
ReadString ( this reader, int count ) : string
Skip ( this reader, int count ) : void

메소드 상세

PeekByte() 공개 정적인 메소드

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

PeekString() 공개 정적인 메소드

public static PeekString ( this reader, int count ) : string
reader this
count int
리턴 string

ReadString() 공개 정적인 메소드

public static ReadString ( this reader, int count ) : string
reader this
count int
리턴 string

Skip() 공개 정적인 메소드

public static Skip ( this reader, int count ) : void
reader this
count int
리턴 void