Inherits IEnumerable< TmodFile.FileEntry >.
|
void | CacheFiles (ISet< string > skip=null) |
|
byte[] | GetBytes (FileEntry entry) |
|
byte[] | GetBytes (string fileName) |
|
IEnumerator< FileEntry > | GetEnumerator () |
|
List< string > | GetFileNames () |
|
Stream | GetStream (FileEntry entry, bool newFileStream=false) |
|
Stream | GetStream (string fileName, bool newFileStream=false) |
|
bool | HasFile (string fileName) |
|
IDisposable | Open () |
|
void | RemoveFromCache (IEnumerable< string > fileNames) |
|
void | ResetCache () |
|
|
const float | COMPRESSION_TRADEOFF = 0.9f |
|
const uint | MAX_CACHE_SIZE = 1 << 17 |
|
const uint | MIN_COMPRESS_SIZE = 1 << 10 |
|
|
int | Count [get] |
|
byte[] | Hash [get] |
|
bool | IsOpen [get] |
|
string | Name [get] |
|
Version | TModLoaderVersion [get] |
|
Version | Version [get] |
|