Uses of Interface
zombie.fileSystem.IFile
Packages that use IFile
-
Uses of IFile in zombie.asset
Methods in zombie.asset with parameters of type IFileModifier and TypeMethodDescriptionprotected boolean
AssetManager.loadDataFromFile
(Asset var1, IFile var2) -
Uses of IFile in zombie.fileSystem
Methods in zombie.fileSystem that return IFileModifier and TypeMethodDescriptionDeviceList.createFile()
DiskFileDevice.createFile
(IFile child) IFileDevice.createFile
(IFile child) MemoryFileDevice.createFile
(IFile child) TexturePackDevice.createFile
(IFile child) abstract IFile
FileSystem.open
(DeviceList deviceList, String path, int mode) FileSystemImpl.open
(DeviceList deviceList, String path, int mode) Methods in zombie.fileSystem with parameters of type IFileModifier and TypeMethodDescriptionabstract void
void
abstract void
FileSystem.closeAsync
(IFile file, IFileTask2Callback cb) void
FileSystemImpl.closeAsync
(IFile file, IFileTask2Callback cb) DiskFileDevice.createFile
(IFile child) IFileDevice.createFile
(IFile child) MemoryFileDevice.createFile
(IFile child) TexturePackDevice.createFile
(IFile child) void
DiskFileDevice.destroyFile
(IFile file) void
IFileDevice.destroyFile
(IFile file) void
MemoryFileDevice.destroyFile
(IFile file) void
TexturePackDevice.destroyFile
(IFile file) void
IFileTask2Callback.onFileTaskFinished
(IFile file, Object result)