Class PhysFsWrapper

  • All Implemented Interfaces:
    be.yildizgames.common.jni.Native, be.yildizgames.module.vfs.Vfs

    public class PhysFsWrapper
    extends Object
    implements be.yildizgames.module.vfs.Vfs, be.yildizgames.common.jni.Native
    PhysFs implementation for the VFS.
    Author:
    Grégory Van den Borre
    • Method Detail

      • registerContainer

        public final be.yildizgames.module.vfs.VfsContainer registerContainer​(Path path)
        Specified by:
        registerContainer in interface be.yildizgames.module.vfs.Vfs
      • getSupportedArchiveInfo

        public final List<be.yildizgames.module.vfs.VfsArchiveInfo> getSupportedArchiveInfo()
        Specified by:
        getSupportedArchiveInfo in interface be.yildizgames.module.vfs.Vfs
      • getPointer

        public final be.yildizgames.common.jni.NativePointer getPointer()
        Specified by:
        getPointer in interface be.yildizgames.common.jni.Native
      • delete

        public void delete()
        Specified by:
        delete in interface be.yildizgames.common.jni.Native