Property | Type | Description | |
---|---|---|---|
FileName | string | ||
Files | FileEntryStruct[] | ||
Header | HeaderStruct | ||
TOCHash | byte[] |
Method | Description | |
---|---|---|
AddFileQuick ( string filein, string path ) : void | ||
BytesToString ( long byteCount ) : string | ||
CompareByteArray ( byte a1, byte a2 ) : bool | ||
ComputeHash ( string input ) : byte[] | ||
DLCPackage ( string FileName ) : System | ||
DecompressEntry ( int Index ) : |
||
DecompressEntry ( int Index, |
||
DecompressEntryAsync ( int index, Stream output ) : Task | ||
DeleteEntries ( List |
||
DeleteEntry ( int Index ) : void | ||
FindFileEntry ( string fileName ) : int | ||
GetBlocks ( int Index ) : List |
||
Load ( string FileName ) : void | ||
ReBuild ( ) : void | ||
ReadFileNames ( ) : void | ||
ReplaceEntry ( byte FileIN, int Index ) : void | ||
ReplaceEntry ( string filein, int Index ) : void | ||
Sanitize ( char c ) : char | ||
Serialize ( SerializingFile con ) : void | ||
ToTree ( ) : |
||
UpdateTOCbin ( bool Rebuild = false ) : List |
||
WriteString ( |
Method | Description | |
---|---|---|
FindTOC ( ) : int |
public AddFileQuick ( string filein, string path ) : void | ||
filein | string | |
path | string | |
return | void |
public static BytesToString ( long byteCount ) : string | ||
byteCount | long | |
return | string |
public CompareByteArray ( byte a1, byte a2 ) : bool | ||
a1 | byte | |
a2 | byte | |
return | bool |
public static ComputeHash ( string input ) : byte[] | ||
input | string | |
return | byte[] |
public DLCPackage ( string FileName ) : System | ||
FileName | string | |
return | System |
public DecompressEntry ( int Index ) : |
||
Index | int | |
return |
public DecompressEntry ( int Index, |
||
Index | int | |
fs | ||
return |
public DecompressEntryAsync ( int index, Stream output ) : Task | ||
index | int | |
output | Stream | |
return | Task |
public FindFileEntry ( string fileName ) : int | ||
fileName | string | |
return | int |
public ReplaceEntry ( byte FileIN, int Index ) : void | ||
FileIN | byte | |
Index | int | |
return | void |
public ReplaceEntry ( string filein, int Index ) : void | ||
filein | string | |
Index | int | |
return | void |
public Serialize ( SerializingFile con ) : void | ||
con | SerializingFile | |
return | void |
public UpdateTOCbin ( bool Rebuild = false ) : List |
||
Rebuild | bool | |
return | List |
public WriteString ( |
||
m | ||
s | string | |
return | void |