Skip to content

hxd.fmt.pak.PakEntry

hxd.fmt.pak.PakEntry

Inherits from: hxd.fs.FileEntry

Fields

NameType
fshxd.fmt.pak.FileSystem
parenthxd.fmt.pak.PakEntry
filehxd.fmt.pak.File
originalFilehxd.fmt.pak.File
paksys.io.FileInput
originalPaksys.io.FileInput
overriddenBool
subshl.types.ArrayObj
openedByteshaxe.io.Bytes
cachedByteshaxe.io.Bytes
bytesPositionI32

Protos

  • f@6388 get_path(hxd.fmt.pak.PakEntry) → String
  • f@6389 get_isDirectory(hxd.fmt.pak.PakEntry) → Bool
  • f@6390 getSign(hxd.fmt.pak.PakEntry) → I32
  • f@6391 getBytes(hxd.fmt.pak.PakEntry) → haxe.io.Bytes
  • f@6392 open(hxd.fmt.pak.PakEntry) → Void
  • f@6393 close(hxd.fmt.pak.PakEntry) → Void
  • f@6394 skip(hxd.fmt.pak.PakEntry, I32) → Void
  • f@6395 readByte(hxd.fmt.pak.PakEntry) → I32
  • f@6396 read(hxd.fmt.pak.PakEntry, haxe.io.Bytes, I32, I32) → Void
  • f@6397 iterator(hxd.fmt.pak.PakEntry) → hxd.impl.ArrayIterator_hxd_fs_FileEntry
  • f@6398 loadBitmap(hxd.fmt.pak.PakEntry, Fun) → Void

Bindings

  • static f@6405 __constructor__(hxd.fmt.pak.PakEntry, hxd.fmt.pak.FileSystem, hxd.fmt.pak.PakEntry, hxd.fmt.pak.File, sys.io.FileInput) → Void