프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileName | string | ||
Files | FileEntryStruct[] | ||
Header | HeaderStruct | ||
TOCHash | byte[] |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
FindTOC ( ) : int |
public AddFileQuick ( string filein, string path ) : void | ||
filein | string | |
path | string | |
리턴 | void |
public static BytesToString ( long byteCount ) : string | ||
byteCount | long | |
리턴 | string |
public CompareByteArray ( byte a1, byte a2 ) : bool | ||
a1 | byte | |
a2 | byte | |
리턴 | bool |
public DecompressEntry ( int Index ) : |
||
Index | int | |
리턴 |
public DecompressEntry ( int Index, |
||
Index | int | |
fs | ||
리턴 |
public DecompressEntryAsync ( int index, Stream output ) : Task | ||
index | int | |
output | Stream | |
리턴 | Task |
public ReplaceEntry ( byte FileIN, int Index ) : void | ||
FileIN | byte | |
Index | int | |
리턴 | void |
public ReplaceEntry ( string filein, int Index ) : void | ||
filein | string | |
Index | int | |
리턴 | void |
public WriteString ( |
||
m | ||
s | string | |
리턴 | void |