Property | Type | Description | |
---|---|---|---|
DeflateEntries | void | ||
ParseTOC | void | ||
RequiredPsarcSize | long | ||
WriteManifest | void |
Method | Description | |
---|---|---|
AddEntry ( Entry entry ) : void | ||
AddEntry ( string name, Stream data ) : void | ||
Dispose ( ) : void | ||
InflateEntries ( ) : void |
Inflates all entries in current psarc.
|
|
InflateEntry ( Entry entry, string destfilepath = "" ) : void |
Inflates selected entry.
|
|
InflateEntry ( string name ) : void |
Inflates the entry.
|
|
PSARC ( ) : System | ||
PSARC ( bool Memory ) : System | ||
Read ( Stream psarc, bool lazy = false ) : void | ||
ReadManifest ( ) : void |
Reads file names from the manifest.
|
|
Write ( Stream inputStream, bool encrypt = false, bool seek = true ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DeflateEntries ( byte[]>.Dictionary |
Packs Entries to zStream
|
|
ParseTOC ( ) : void | ||
RequiredPsarcSize ( ) : long |
Checks if psarc is not truncated.
|
|
WriteManifest ( ) : void |
public AddEntry ( string name, Stream data ) : void | ||
name | string | |
data | Stream | |
return | void |
public InflateEntry ( Entry entry, string destfilepath = "" ) : void | ||
entry | Entry | Entry to unpack. |
destfilepath | string | Destination file used instead of the temp file. |
return | void |
public InflateEntry ( string name ) : void | ||
name | string | Name with extension. |
return | void |
public Read ( Stream psarc, bool lazy = false ) : void | ||
psarc | Stream | |
lazy | bool | |
return | void |
public Write ( Stream inputStream, bool encrypt = false, bool seek = true ) : void | ||
inputStream | Stream | |
encrypt | bool | |
seek | bool | |
return | void |