Package be.yildizgames.module.vfs.physfs
Class PhysFsWrapper
- java.lang.Object
-
- be.yildizgames.module.vfs.physfs.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 Summary
Modifier and Type Method Description voiddelete()List<String>enumerateFiles(String dir)be.yildizgames.common.jni.NativePointergetPointer()List<be.yildizgames.module.vfs.VfsArchiveInfo>getSupportedArchiveInfo()be.yildizgames.module.vfs.VfsContainerregisterContainer(Path path)
-
-
-
Method Detail
-
registerContainer
public final be.yildizgames.module.vfs.VfsContainer registerContainer(Path path)
- Specified by:
registerContainerin interfacebe.yildizgames.module.vfs.Vfs
-
getSupportedArchiveInfo
public final List<be.yildizgames.module.vfs.VfsArchiveInfo> getSupportedArchiveInfo()
- Specified by:
getSupportedArchiveInfoin interfacebe.yildizgames.module.vfs.Vfs
-
getPointer
public final be.yildizgames.common.jni.NativePointer getPointer()
- Specified by:
getPointerin interfacebe.yildizgames.common.jni.Native
-
delete
public void delete()
- Specified by:
deletein interfacebe.yildizgames.common.jni.Native
-
-