C# 클래스 AcManager.Tools.Objects.ReplayReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
ReadString ( ) : string
ReadString ( int limit ) : string
ReplayReader ( Stream input ) : System
ReplayReader ( string filename ) : System

비공개 메소드들

메소드 설명
IsStringCharacter ( int c ) : bool
TryToReadNextString ( ) : string

메소드 상세

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadString() 공개 메소드

public ReadString ( int limit ) : string
limit int
리턴 string

ReplayReader() 공개 메소드

public ReplayReader ( Stream input ) : System
input Stream
리턴 System

ReplayReader() 공개 메소드

public ReplayReader ( string filename ) : System
filename string
리턴 System