C# 클래스 SimTelemetry.Game.rFactor2.MAS2Reader

This class reads .MAS files for rFactor 2. Made in-house of course :-)
파일 보기 프로젝트 열기: nlhans/SimTelemetry

공개 프로퍼티들

프로퍼티 타입 설명
Files List

공개 메소드들

메소드 설명
ContainsFile ( string file ) : bool
ExtractBytes ( MAS2File f ) : byte[]
ExtractBytes ( int index ) : byte[]
ExtractFile ( MAS2File f, string target ) : void
ExtractFile ( int index, string target ) : void
ExtractString ( MAS2File f ) : string
ExtractString ( int index ) : string
GetFile ( string file ) : List
MAS2Reader ( string file, string exts ) : System

비공개 메소드들

메소드 설명
DecodeFileHeader ( byte bf ) : byte[]
DecodeFileHeader_ShiftBytesRight ( ulong d, byte s ) : ulong
DecodeHeaderString ( byte mas_header ) : string
ReadHeader ( ) : void

메소드 상세

ContainsFile() 공개 메소드

public ContainsFile ( string file ) : bool
file string
리턴 bool

ExtractBytes() 공개 메소드

public ExtractBytes ( MAS2File f ) : byte[]
f MAS2File
리턴 byte[]

ExtractBytes() 공개 메소드

public ExtractBytes ( int index ) : byte[]
index int
리턴 byte[]

ExtractFile() 공개 메소드

public ExtractFile ( MAS2File f, string target ) : void
f MAS2File
target string
리턴 void

ExtractFile() 공개 메소드

public ExtractFile ( int index, string target ) : void
index int
target string
리턴 void

ExtractString() 공개 메소드

public ExtractString ( MAS2File f ) : string
f MAS2File
리턴 string

ExtractString() 공개 메소드

public ExtractString ( int index ) : string
index int
리턴 string

GetFile() 공개 메소드

public GetFile ( string file ) : List
file string
리턴 List

MAS2Reader() 공개 메소드

public MAS2Reader ( string file, string exts ) : System
file string
exts string
리턴 System

프로퍼티 상세

Files 공개적으로 프로퍼티

public List Files
리턴 List