|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for ReLogic.Content.Sources.ZipContentSource:
Collaboration diagram for ReLogic.Content.Sources.ZipContentSource:Public Member Functions | |
| ZipContentSource (string path) | |
| ZipContentSource (string path, string contentDir) | |
| bool | HasAsset (string assetName) |
| string | GetExtension (string assetName) |
| Stream | OpenStream (string assetName) |
| void | Dispose () |
| void | RejectAsset (string assetName, IRejectionReason reason) |
| void | ClearRejections () |
| bool | TryGetRejections (List< string > rejectionReasons) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Properties | |
| int | EntryCount [get, set] |
| IContentValidator | ContentValidator [get, set] |
Private Member Functions | |
| void | BuildExtensionFreeEntryList () |
| bool< BuildExtensionFreeEntryList > | b__14_0 (ZipEntry entry) |
Static Private Member Functions | |
| static bool | ZipPathContainsInvalidCharacters (string path) |
| static string | CleanZipPath (string path) |
Private Attributes | |
| IContentValidator< ContentValidator > | k__BackingField |
| readonly ZipFile | _zipFile |
| readonly Dictionary< string, ZipEntry > | _entries |
| readonly string | _basePath |
| bool | _isDisposed |
| readonly RejectedAssetCollection | _rejections |
Definition at line 15 of file ZipContentSource.cs.