Method | Description | |
---|---|---|
CompanionFile ( ) : System | ||
CreateCompanionFile ( CompanionFileType fileType, int offset, byte data ) : |
||
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 |
Method | Description | |
---|---|---|
ExpandLineList ( string format ) : List |
Expand the single and repeating lines into a new list
|
public static CreateCompanionFile ( CompanionFileType fileType, int offset, byte data ) : |
||
fileType | CompanionFileType | |
offset | int | |
data | byte | |
return |
public static FileFormat ( CompanionFileType fileType, bool useAlternate = false ) : string | ||
fileType | CompanionFileType | |
useAlternate | bool | |
return | string |
public FormatFile ( bool useAltFormat ) : string | ||
useAltFormat | bool | |
return | string |
public abstract FromList ( int offset, byte data ) : void | ||
offset | int | |
data | byte | |
return | void |
public static PackDialString ( string dialString, int packedLength, byte packedNullChar ) : List |
||
dialString | string | |
packedLength | int | |
packedNullChar | byte | |
return | List |
public static RecordCount ( CompanionFileType fileType ) : int | ||
fileType | CompanionFileType | |
return | int |
public static RecordSize ( CompanionFileType fileType ) : int | ||
fileType | CompanionFileType | |
return | int |
public static UnpackDialString ( int offset, byte data, int packedLength ) : string | ||
offset | int | |
data | byte | |
packedLength | int | |
return | string |