C# 클래스 StratosCompanionWebApi.Workbench.CompanionFiles.CompanionFile

파일 보기 프로젝트 열기: SilversphereInc/RedisRipper

공개 메소드들

메소드 설명
CompanionFile ( ) : System
CreateCompanionFile ( CompanionFileType fileType, int offset, byte data ) : CompanionFile
FileFormat ( CompanionFileType fileType, bool useAlternate = false ) : string
FormatFile ( bool useAltFormat ) : string
FromList ( int offset, byte data ) : void
PackDialString ( string dialString, int packedLength, byte packedNullChar ) : List
RecordCount ( CompanionFileType fileType ) : int
RecordSize ( CompanionFileType fileType ) : int
ToList ( ) : List
UnpackDialString ( int offset, byte data, int packedLength ) : string

비공개 메소드들

메소드 설명
ExpandLineList ( string format ) : List

Expand the single and repeating lines into a new list

메소드 상세

CompanionFile() 공개 메소드

public CompanionFile ( ) : System
리턴 System

CreateCompanionFile() 공개 정적인 메소드

public static CreateCompanionFile ( CompanionFileType fileType, int offset, byte data ) : CompanionFile
fileType CompanionFileType
offset int
data byte
리턴 CompanionFile

FileFormat() 공개 정적인 메소드

public static FileFormat ( CompanionFileType fileType, bool useAlternate = false ) : string
fileType CompanionFileType
useAlternate bool
리턴 string

FormatFile() 공개 메소드

public FormatFile ( bool useAltFormat ) : string
useAltFormat bool
리턴 string

FromList() 공개 추상적인 메소드

public abstract FromList ( int offset, byte data ) : void
offset int
data byte
리턴 void

PackDialString() 공개 정적인 메소드

public static PackDialString ( string dialString, int packedLength, byte packedNullChar ) : List
dialString string
packedLength int
packedNullChar byte
리턴 List

RecordCount() 공개 정적인 메소드

public static RecordCount ( CompanionFileType fileType ) : int
fileType CompanionFileType
리턴 int

RecordSize() 공개 정적인 메소드

public static RecordSize ( CompanionFileType fileType ) : int
fileType CompanionFileType
리턴 int

ToList() 공개 추상적인 메소드

public abstract ToList ( ) : List
리턴 List

UnpackDialString() 공개 정적인 메소드

public static UnpackDialString ( int offset, byte data, int packedLength ) : string
offset int
data byte
packedLength int
리턴 string