Method | Description | |
---|---|---|
ContainsEntry ( ulong ID ) : bool |
Does this archive contain the specified entry?
|
|
Dispose ( ) : void | ||
FAR3Archive ( string Path ) : System | ||
GrabEntry ( ulong ID ) : Stream |
Returns an entry in this archive as a Stream instance. Throws a FAR3Exception if entry was not found.
|
|
ReadArchive ( bool ThrowException ) : bool |
Reads all the entries in the archive into memory.
|
Method | Description | |
---|---|---|
Dispose ( bool CleanUpNativeAndManagedResources ) : void |
Method | Description | |
---|---|---|
Decompress ( |
public ContainsEntry ( ulong ID ) : bool | ||
ID | ulong | ID of the entry to search for. |
return | bool |
protected Dispose ( bool CleanUpNativeAndManagedResources ) : void | ||
CleanUpNativeAndManagedResources | bool | |
return | void |
public GrabEntry ( ulong ID ) : Stream | ||
ID | ulong | ID of the entry to grab from archive. |
return | Stream |
public ReadArchive ( bool ThrowException ) : bool | ||
ThrowException | bool | Wether or not to throw an exception if the archive was not a FAR3. If false, function will return. |
return | bool |