Метод | Описание | |
---|---|---|
Clone ( string path, |
||
Create ( string directoryPath, string outpath ) : System.Boolean | ||
Create ( string directoryPath, string outpath, |
||
Dispose ( ) : void | ||
Extract ( |
||
Extract ( |
Returns a filestream to the ENTIRE pbo set at the file entry pos.
|
|
ExtractAll ( string outpath ) : System.Boolean | ||
PboArchive ( string path, bool close = true ) : System | ||
SterilizePath ( String path ) : String |
Метод | Описание | |
---|---|---|
GetFileStream ( |
||
GetFileStreamPos ( |
||
IsLiteral ( char ch ) : bool | ||
ReadChecksum ( |
||
ReadEntry ( |
||
ReadHeader ( |
||
WriteFileEntry ( |
||
WriteProductEntry ( |
public static Clone ( string path, |
||
path | string | |
productEntry | ||
files | string>.Dictionary | |
checksum | byte | |
Результат | void |
public static Create ( string directoryPath, string outpath ) : System.Boolean | ||
directoryPath | string | |
outpath | string | |
Результат | System.Boolean |
public static Create ( string directoryPath, string outpath, |
||
directoryPath | string | |
outpath | string | |
productEntry | ||
Результат | System.Boolean |
public Extract ( |
||
fileEntry | ||
outpath | string | |
Результат | System.Boolean |
public Extract ( |
||
fileEntry | ||
Результат | Stream |
public ExtractAll ( string outpath ) : System.Boolean | ||
outpath | string | |
Результат | System.Boolean |
public PboArchive ( string path, bool close = true ) : System | ||
path | string | |
close | bool | |
Результат | System |
public static SterilizePath ( String path ) : String | ||
path | String | |
Результат | String |