Skip to content hxd.fmt.pak.FileSystem
Fields
| Name | Type |
|---|
| root | hxd.fmt.pak.PakEntry |
| dict | haxe.ds.StringMap |
| files | hl.types.ArrayObj |
| readCache | hl.types.ArrayObj |
| currentCacheSize | I32 |
| readCacheSize | I32 |
| totalReadBytes | I32 |
| totalReadCount | I32 |
| “ | Virtual[get, exists] |
| static | PAK_STAMP_HASH | String |
Protos
f@6376 loadPak(hxd.fmt.pak.FileSystem, String) → Void
f@6377 loadModPak(hxd.fmt.pak.FileSystem, String) → Void
f@6378 canLoadModPak(hxd.fmt.pak.FileSystem, String) → Bool
f@6379 unloadModPak(hxd.fmt.pak.FileSystem, String) → Void
f@6380 addPak(hxd.fmt.pak.FileSystem, sys.io.FileInput, Ref) → Void
f@6381 removePak(hxd.fmt.pak.FileSystem, sys.io.FileInput) → Void
f@6382 getCached(hxd.fmt.pak.FileSystem, hxd.fmt.pak.PakEntry) → haxe.io.Bytes
f@6383 saveCached(hxd.fmt.pak.FileSystem, hxd.fmt.pak.PakEntry) → Void
f@6384 addRec(hxd.fmt.pak.FileSystem, hxd.fmt.pak.PakEntry, String, hxd.fmt.pak.File, sys.io.FileInput, I32, Bool) → Void
f@6385 removeRec(hxd.fmt.pak.FileSystem, hxd.fmt.pak.PakEntry, String, hxd.fmt.pak.File, sys.io.FileInput, I32) → Void
f@6386 get(hxd.fmt.pak.FileSystem, String) → hxd.fs.FileEntry
f@6387 exists(hxd.fmt.pak.FileSystem, String) → Bool
Bindings
- static
f@6009 __constructor__(hxd.fmt.pak.FileSystem) → Void