Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetFileStream ( |
||
GetFileStreamPos ( |
||
IsLiteral ( char ch ) : bool | ||
ReadChecksum ( |
||
ReadEntry ( |
||
ReadHeader ( |
||
WriteFileEntry ( |
||
WriteProductEntry ( |
public static Clone ( string path, |
||
path | string | |
productEntry | ||
files | string>.Dictionary | |
checksum | byte | |
return | void |
public static Create ( string directoryPath, string outpath ) : System.Boolean | ||
directoryPath | string | |
outpath | string | |
return | System.Boolean |
public static Create ( string directoryPath, string outpath, |
||
directoryPath | string | |
outpath | string | |
productEntry | ||
return | System.Boolean |
public Extract ( |
||
fileEntry | ||
outpath | string | |
return | System.Boolean |
public Extract ( |
||
fileEntry | ||
return | Stream |
public ExtractAll ( string outpath ) : System.Boolean | ||
outpath | string | |
return | System.Boolean |
public PboArchive ( string path, bool close = true ) : System | ||
path | string | |
close | bool | |
return | System |
public static SterilizePath ( String path ) : String | ||
path | String | |
return | String |