Variables

read onlydirectory:String

read onlyextension:String

read onlyisAvailable:Bool

read onlyisDirectory:Bool

read onlyname:String

read onlypath:String

read onlysize:Int

Methods

exists(name:String):Bool

fetchBytes(pos:Int, len:Int):Bytes

Similar to readBytes except : a) a temporary buffer is reused, meaning a single fetchBytes must occur at a single time b) it will throw an Eof exception if the data is not available

get(name:String):FileEntry

getBytes():Bytes

getSign():Int

Read first 4 bytes of the file.

getText():String

iterator():ArrayIterator_hxd_fs_FileEntry

load(?onReady:() ‑> Void):Void

loadBitmap(onLoaded:LoadedBitmap ‑> Void):Void

readBytes(out:Bytes, outPos:Int, pos:Int, len:Int):Int

readFull(bytes:Bytes, pos:Int, len:Int):Void

watch(onChanged:Null<() ‑> Void>):Void